diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 6fbcd98..c09cf1d 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -1,31 +1,13 @@ const { description } = require('../../package') module.exports = { - /** - * Ref:https://v1.vuepress.vuejs.org/config/#title - */ - title: 'Vuepress Docs Boilerplate', - /** - * Ref:https://v1.vuepress.vuejs.org/config/#description - */ + title: 'LfK! Dokumentation', description: description, - - /** - * Extra tags to be injected to the page HTML `` - * - * ref:https://v1.vuepress.vuejs.org/config/#head - */ head: [ ['meta', { name: 'theme-color', content: '#3eaf7c' }], ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }] ], - - /** - * Theme configuration, here is the default theme configuration for VuePress. - * - * ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html - */ themeConfig: { repo: '', editLinks: false, @@ -34,12 +16,12 @@ module.exports = { lastUpdated: false, nav: [ { - text: 'Guide', - link: '/guide/', + text: 'Nutzer', + link: '/users/', }, { - text: 'Config', - link: '/config/' + text: 'Admins', + link: '/admins/' }, { text: 'VuePress', @@ -47,22 +29,18 @@ module.exports = { } ], sidebar: { - '/guide/': [ + '/users/': [ { title: 'Guide', collapsable: false, children: [ '', - 'using-vue', + 'accounts', ] } ], } }, - - /** - * Apply plugins,ref:https://v1.vuepress.vuejs.org/zh/plugin/ - */ plugins: [ '@vuepress/plugin-back-to-top', '@vuepress/plugin-medium-zoom', diff --git a/src/config/README.md b/src/admins/README.md similarity index 100% rename from src/config/README.md rename to src/admins/README.md diff --git a/src/index.md b/src/index.md index f425832..3ca8975 100644 --- a/src/index.md +++ b/src/index.md @@ -1,9 +1,9 @@ --- home: true heroImage: https://v1.vuepress.vuejs.org/hero.png -tagline: The german documentation for the lfk -actionText: Quick Start → -actionLink: /guide/ +tagline: Die Dokumentation für das LfK! Läufersystem +actionText: Schnellstart für Nutzer → +actionLink: /users/ features: - title: Feature 1 Title details: Feature 1 Description @@ -12,4 +12,4 @@ features: - title: Feature 3 Title details: Feature 3 Description footer: Made by with ❤️ ---- +--- \ No newline at end of file diff --git a/src/guide/README.md b/src/users/README.md similarity index 100% rename from src/guide/README.md rename to src/users/README.md diff --git a/src/guide/using-vue.md b/src/users/accounts.md similarity index 100% rename from src/guide/using-vue.md rename to src/users/accounts.md