mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 17:14:43 +01:00
Docs Hotfix
This commit is contained in:
+12
-13
@@ -36,26 +36,25 @@ export default defineConfig({
|
|||||||
{
|
{
|
||||||
text: 'General',
|
text: 'General',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Dashboard', link: '/general/dashboard' },
|
{ text: 'Dashboard', link: '/general/Dashboard' },
|
||||||
{ text: 'Servers', link: '/general/servers' },
|
{ text: 'Servers', link: '/general/Servers' },
|
||||||
{ text: 'Applications', link: '/general/applications' },
|
{ text: 'Applications', link: '/general/Applications' },
|
||||||
{ text: 'Uptime', link: '/general/uptime' },
|
{ text: 'Uptime', link: '/general/Uptime' },
|
||||||
{ text: 'Network', link: '/general/network' },
|
{ text: 'Network', link: '/general/Network' },
|
||||||
{ text: 'Settings', link: '/general/settings' },
|
{ text: 'Settings', link: '/general/Settings' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Notifications',
|
text: 'Notifications',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Notifications', link: '/notifications/general' },
|
{ text: 'General', link: '/notifications/General' },
|
||||||
{ text: 'Email', link: '/notifications/email' },
|
{ text: 'Email', link: '/notifications/Email' },
|
||||||
{ text: 'Telegram', link: '/notifications/telegram' },
|
{ text: 'Telegram', link: '/notifications/Telegram' },
|
||||||
{ text: 'Discord', link: '/notifications/discord' },
|
{ text: 'Discord', link: '/notifications/Discord' },
|
||||||
{ text: 'Gotify', link: '/notifications/gotify' },
|
{ text: 'Gotify', link: '/notifications/Gotify' },
|
||||||
{ text: 'Ntfy', link: '/notifications/ntfy' },
|
{ text: 'Ntfy', link: '/notifications/Ntfy' },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
|
|||||||
Vendored
+2
-2
@@ -8,8 +8,8 @@
|
|||||||
<meta name="generator" content="VitePress v1.6.3">
|
<meta name="generator" content="VitePress v1.6.3">
|
||||||
<link rel="preload stylesheet" href="/assets/style.DEOyzpKL.css" as="style">
|
<link rel="preload stylesheet" href="/assets/style.DEOyzpKL.css" as="style">
|
||||||
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
|
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
|
||||||
<script type="module" src="/assets/chunks/metadata.0d1568c4.js"></script>
|
<script type="module" src="/assets/chunks/metadata.87c7e30c.js"></script>
|
||||||
<script type="module" src="/assets/app.BPp8Kw34.js"></script>
|
<script type="module" src="/assets/app.CZwi0YgD.js"></script>
|
||||||
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
||||||
<link rel="icon" type="image/png" href="/logo.png">
|
<link rel="icon" type="image/png" href="/logo.png">
|
||||||
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
|
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
import{t as p}from"./chunks/theme.Ci2z01MS.js";import{R as s,a2 as i,a3 as u,a4 as c,a5 as l,a6 as f,a7 as d,a8 as m,a9 as h,aa as g,ab as A,d as v,u as y,v as C,s as P,ac as b,ad as w,ae as R,af as E}from"./chunks/framework.DPDPlp3K.js";function r(e){if(e.extends){const a=r(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const n=r(p),S=v({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=y();return C(()=>{P(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&b(),w(),R(),n.setup&&n.setup(),()=>E(n.Layout)}});async function T(){globalThis.__VITEPRESS__=!0;const e=_(),a=D();a.provide(u,e);const t=c(e.route);return a.provide(l,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),n.enhanceApp&&await n.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function D(){return A(S)}function _(){let e=s;return h(a=>{let t=g(a),o=null;return t&&(e&&(t=t.replace(/\.js$/,".lean.js")),o=import(t)),s&&(e=!1),o},n.NotFound)}s&&T().then(({app:e,router:a,data:t})=>{a.go().then(()=>{i(a.route,t.site),e.mount("#app")})});export{T as createApp};
|
import{t as p}from"./chunks/theme.CkdfpqM_.js";import{R as s,a2 as i,a3 as u,a4 as c,a5 as l,a6 as f,a7 as d,a8 as m,a9 as h,aa as g,ab as A,d as v,u as y,v as C,s as P,ac as b,ad as w,ae as R,af as E}from"./chunks/framework.DPDPlp3K.js";function r(e){if(e.extends){const a=r(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const n=r(p),S=v({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=y();return C(()=>{P(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&b(),w(),R(),n.setup&&n.setup(),()=>E(n.Layout)}});async function T(){globalThis.__VITEPRESS__=!0;const e=_(),a=D();a.provide(u,e);const t=c(e.route);return a.provide(l,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),n.enhanceApp&&await n.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function D(){return A(S)}function _(){let e=s;return h(a=>{let t=g(a),o=null;return t&&(e&&(t=t.replace(/\.js$/,".lean.js")),o=import(t)),s&&(e=!1),o},n.NotFound)}s&&T().then(({app:e,router:a,data:t})=>{a.go().then(()=>{i(a.route,t.site),e.mount("#app")})});export{T as createApp};
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
|||||||
window.__VP_HASH_MAP__=JSON.parse("{\"general_applications.md\":\"DFVqSlCw\",\"general_dashboard.md\":\"DW5yESFW\",\"general_network.md\":\"tbP8aEzX\",\"general_servers.md\":\"BaASA60T\",\"general_settings.md\":\"DrC2XV32\",\"general_uptime.md\":\"CKBdQg4u\",\"index.md\":\"_yXl4OkC\",\"installation.md\":\"Cz1eOHOr\",\"notifications_discord.md\":\"C0x5CxmR\",\"notifications_email.md\":\"Cugw2BRs\",\"notifications_general.md\":\"D7AVsSjD\",\"notifications_gotify.md\":\"vFHjr6ko\",\"notifications_ntfy.md\":\"CPMnGQVP\",\"notifications_telegram.md\":\"B6_EzaEX\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"CoreControl\",\"description\":\"Dashboard to manage your entire server infrastructure\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logo.png\",\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Installation\",\"link\":\"/installation\"}],\"footer\":{\"message\":\"Released under the MIT License.\",\"copyright\":\"Copyright © 2025-present CoreControl\"},\"search\":{\"provider\":\"local\"},\"sidebar\":[{\"text\":\"Deploy\",\"items\":[{\"text\":\"Installation\",\"link\":\"/installation\"}]},{\"text\":\"General\",\"items\":[{\"text\":\"Dashboard\",\"link\":\"/general/dashboard\"},{\"text\":\"Servers\",\"link\":\"/general/servers\"},{\"text\":\"Applications\",\"link\":\"/general/applications\"},{\"text\":\"Uptime\",\"link\":\"/general/uptime\"},{\"text\":\"Network\",\"link\":\"/general/network\"},{\"text\":\"Settings\",\"link\":\"/general/settings\"}]},{\"text\":\"Notifications\",\"items\":[{\"text\":\"Notifications\",\"link\":\"/notifications/general\"},{\"text\":\"Email\",\"link\":\"/notifications/email\"},{\"text\":\"Telegram\",\"link\":\"/notifications/telegram\"},{\"text\":\"Discord\",\"link\":\"/notifications/discord\"},{\"text\":\"Gotify\",\"link\":\"/notifications/gotify\"},{\"text\":\"Ntfy\",\"link\":\"/notifications/ntfy\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/crocofied/corecontrol\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");
|
window.__VP_HASH_MAP__=JSON.parse("{\"general_applications.md\":\"DFVqSlCw\",\"general_dashboard.md\":\"DW5yESFW\",\"general_network.md\":\"tbP8aEzX\",\"general_servers.md\":\"BaASA60T\",\"general_settings.md\":\"DrC2XV32\",\"general_uptime.md\":\"CKBdQg4u\",\"index.md\":\"_yXl4OkC\",\"installation.md\":\"Cz1eOHOr\",\"notifications_discord.md\":\"C0x5CxmR\",\"notifications_email.md\":\"Cugw2BRs\",\"notifications_general.md\":\"D7AVsSjD\",\"notifications_gotify.md\":\"vFHjr6ko\",\"notifications_ntfy.md\":\"CPMnGQVP\",\"notifications_telegram.md\":\"B6_EzaEX\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"CoreControl\",\"description\":\"Dashboard to manage your entire server infrastructure\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"logo\":\"/logo.png\",\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Installation\",\"link\":\"/installation\"}],\"footer\":{\"message\":\"Released under the MIT License.\",\"copyright\":\"Copyright © 2025-present CoreControl\"},\"search\":{\"provider\":\"local\"},\"sidebar\":[{\"text\":\"Deploy\",\"items\":[{\"text\":\"Installation\",\"link\":\"/installation\"}]},{\"text\":\"General\",\"items\":[{\"text\":\"Dashboard\",\"link\":\"/general/Dashboard\"},{\"text\":\"Servers\",\"link\":\"/general/Servers\"},{\"text\":\"Applications\",\"link\":\"/general/Applications\"},{\"text\":\"Uptime\",\"link\":\"/general/Uptime\"},{\"text\":\"Network\",\"link\":\"/general/Network\"},{\"text\":\"Settings\",\"link\":\"/general/Settings\"}]},{\"text\":\"Notifications\",\"items\":[{\"text\":\"General\",\"link\":\"/notifications/General\"},{\"text\":\"Email\",\"link\":\"/notifications/Email\"},{\"text\":\"Telegram\",\"link\":\"/notifications/Telegram\"},{\"text\":\"Discord\",\"link\":\"/notifications/Discord\"},{\"text\":\"Gotify\",\"link\":\"/notifications/Gotify\"},{\"text\":\"Ntfy\",\"link\":\"/notifications/Ntfy\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/crocofied/corecontrol\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");
|
||||||
+2
-2
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+5
-5
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
Vendored
+3
-3
@@ -8,10 +8,10 @@
|
|||||||
<meta name="generator" content="VitePress v1.6.3">
|
<meta name="generator" content="VitePress v1.6.3">
|
||||||
<link rel="preload stylesheet" href="/assets/style.DEOyzpKL.css" as="style">
|
<link rel="preload stylesheet" href="/assets/style.DEOyzpKL.css" as="style">
|
||||||
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
|
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
|
||||||
<script type="module" src="/assets/chunks/metadata.0d1568c4.js"></script>
|
<script type="module" src="/assets/chunks/metadata.87c7e30c.js"></script>
|
||||||
<script type="module" src="/assets/app.BPp8Kw34.js"></script>
|
<script type="module" src="/assets/app.CZwi0YgD.js"></script>
|
||||||
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
|
||||||
<link rel="modulepreload" href="/assets/chunks/theme.Ci2z01MS.js">
|
<link rel="modulepreload" href="/assets/chunks/theme.CkdfpqM_.js">
|
||||||
<link rel="modulepreload" href="/assets/chunks/framework.DPDPlp3K.js">
|
<link rel="modulepreload" href="/assets/chunks/framework.DPDPlp3K.js">
|
||||||
<link rel="modulepreload" href="/assets/index.md._yXl4OkC.lean.js">
|
<link rel="modulepreload" href="/assets/index.md._yXl4OkC.lean.js">
|
||||||
<link rel="icon" type="image/png" href="/logo.png">
|
<link rel="icon" type="image/png" href="/logo.png">
|
||||||
|
|||||||
+5
-5
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user