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