From b9498e74faa3c5aca94ca3bc617d88d607f3e083 Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 4 Dec 2023 19:53:51 +0100 Subject: [PATCH] feat(content): add features pages. --- docs/.vuepress/config/theme.js | 12 ++++++++++++ docs/de/features/README.md | 12 ++++++++++++ docs/en/features/README.md | 12 ++++++++++++ docs/fr/features/README.md | 12 ++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 docs/de/features/README.md create mode 100644 docs/en/features/README.md create mode 100644 docs/fr/features/README.md diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 6bba529..4eb278a 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -26,6 +26,10 @@ export default hopeTheme({ copyright: '© von busFaktor() e.V. & Authoren | Impressum', footer: 'Unter der MIT Lizenz ausgeliefert.', navbar: [ + { + text: 'Features', + link: '/de/features/' + }, { text: 'Dokumentation', link: 'https://docs.ocelot.social/' , @@ -49,6 +53,10 @@ export default hopeTheme({ copyright: '© by busFaktor() e.V. & Authors | Impressum', footer: 'Released under the MIT License.', navbar: [ + { + text: 'Features', + link: '/en/features/' + }, { text: 'Documentation', link: 'https://docs.ocelot.social/', @@ -71,6 +79,10 @@ export default hopeTheme({ copyright: '© par busFaktor() e.V. & Auteurs | Mentions légales', footer: 'Publié sous la licence MIT.', navbar: [ + { + text: 'Features', + link: '/fr/features/' + }, { text: 'Documentation', link: 'https://docs.ocelot.social/', diff --git a/docs/de/features/README.md b/docs/de/features/README.md new file mode 100644 index 0000000..13f475a --- /dev/null +++ b/docs/de/features/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Features +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Features diff --git a/docs/en/features/README.md b/docs/en/features/README.md new file mode 100644 index 0000000..13f475a --- /dev/null +++ b/docs/en/features/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Features +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Features diff --git a/docs/fr/features/README.md b/docs/fr/features/README.md new file mode 100644 index 0000000..13f475a --- /dev/null +++ b/docs/fr/features/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Features +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Features