diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 4eb278a..798bdbb 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -30,6 +30,10 @@ export default hopeTheme({ text: 'Features', link: '/de/features/' }, + { + text: 'Get Started', + link: '/de/get-started/' + }, { text: 'Dokumentation', link: 'https://docs.ocelot.social/' , @@ -57,6 +61,10 @@ export default hopeTheme({ text: 'Features', link: '/en/features/' }, + { + text: 'Get Started', + link: '/en/get-started/' + }, { text: 'Documentation', link: 'https://docs.ocelot.social/', @@ -83,6 +91,10 @@ export default hopeTheme({ text: 'Features', link: '/fr/features/' }, + { + text: 'Get Started', + link: '/fr/get-started/' + }, { text: 'Documentation', link: 'https://docs.ocelot.social/', diff --git a/docs/de/get-started/README.md b/docs/de/get-started/README.md new file mode 100644 index 0000000..4c8b274 --- /dev/null +++ b/docs/de/get-started/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Get Started +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Get Started diff --git a/docs/en/get-started/README.md b/docs/en/get-started/README.md new file mode 100644 index 0000000..4c8b274 --- /dev/null +++ b/docs/en/get-started/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Get Started +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Get Started diff --git a/docs/fr/get-started/README.md b/docs/fr/get-started/README.md new file mode 100644 index 0000000..4c8b274 --- /dev/null +++ b/docs/fr/get-started/README.md @@ -0,0 +1,12 @@ +--- +home: false +# layout: BlogHome +icon: home +title: Get Started +sidebar: false +tagLine: +# actions: +# - text: Demo +# link: https://stage.ocelot.social/ +--- +## Get Started