diff --git a/docs/.vuepress/client.js b/docs/.vuepress/client.js index f43f2d4..97e36a8 100644 --- a/docs/.vuepress/client.js +++ b/docs/.vuepress/client.js @@ -1,12 +1,14 @@ import { defineClientConfig } from "vuepress/client"; import DonationBar from "./components/DonationBar.vue"; import MiniBlog from "./components/MiniBlog.vue"; +import RoadmapProgress from "./components/RoadmapProgress.vue"; import RedirectHome from "./components/RedirectHome.vue"; export default defineClientConfig({ enhance({ app }) { app.component("DonationBar", DonationBar); app.component("MiniBlog", MiniBlog); + app.component("RoadmapProgress", RoadmapProgress); }, layouts: { RedirectHome, diff --git a/docs/.vuepress/components/RoadmapProgress.vue b/docs/.vuepress/components/RoadmapProgress.vue new file mode 100644 index 0000000..1ac6c4b --- /dev/null +++ b/docs/.vuepress/components/RoadmapProgress.vue @@ -0,0 +1,365 @@ + + + + + diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 89859ac..0a865b7 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -35,6 +35,10 @@ export default hopeTheme({ text: 'Funktionen', link: '/de/features/' }, + { + text: 'Roadmap', + link: '/de/roadmap/' + }, { text: 'Einstieg', link: '/de/get-started/' @@ -72,6 +76,10 @@ export default hopeTheme({ text: 'Features', link: '/en/features/' }, + { + text: 'Roadmap', + link: '/en/roadmap/' + }, { text: 'Get Started', link: '/en/get-started/' @@ -109,6 +117,10 @@ export default hopeTheme({ text: 'Funcionalidades', link: '/es/features/' }, + { + text: 'Roadmap', + link: '/es/roadmap/' + }, { text: 'Empezar', link: '/es/get-started/' @@ -147,6 +159,10 @@ export default hopeTheme({ text: 'Fonctionnalités', link: '/fr/features/' }, + { + text: 'Roadmap', + link: '/fr/roadmap/' + }, { text: 'Commencer', link: '/fr/get-started/' diff --git a/docs/de/roadmap/README.md b/docs/de/roadmap/README.md new file mode 100644 index 0000000..683915e --- /dev/null +++ b/docs/de/roadmap/README.md @@ -0,0 +1,16 @@ +--- +home: false +article: false +sidebar: false +lang: de-DE +title: Roadmap +description: Die Roadmap von ocelot.social zeigt die wichtigsten geplanten Features und den aktuellen Entwicklungsstand. +--- + +Hier siehst du die wichtigsten geplanten Features und den aktuellen Fortschritt der Entwicklung von *ocelot.social*. + + + + + +Du möchtest ein Feature unterstützen oder mitentwickeln? [Mach mit!](/de/contribute/) diff --git a/docs/en/roadmap/README.md b/docs/en/roadmap/README.md new file mode 100644 index 0000000..ee37387 --- /dev/null +++ b/docs/en/roadmap/README.md @@ -0,0 +1,16 @@ +--- +home: false +article: false +sidebar: false +lang: en-US +title: Roadmap +description: The ocelot.social roadmap shows the most important planned features and the current development status. +--- + +Here you can see the most important planned features and the current development progress of *ocelot.social*. + + + + + +Want to support a feature or contribute? [Get involved!](/en/contribute/) diff --git a/docs/es/roadmap/README.md b/docs/es/roadmap/README.md new file mode 100644 index 0000000..8e262b2 --- /dev/null +++ b/docs/es/roadmap/README.md @@ -0,0 +1,16 @@ +--- +home: false +article: false +sidebar: false +lang: es-ES +title: Roadmap +description: La hoja de ruta de ocelot.social muestra las funcionalidades más importantes planificadas y el estado actual del desarrollo. +--- + +Aquí puedes ver las funcionalidades más importantes planificadas y el progreso actual del desarrollo de *ocelot.social*. + + + + + +¿Quieres apoyar una funcionalidad o contribuir? [¡Participa!](/es/contribute/) diff --git a/docs/fr/roadmap/README.md b/docs/fr/roadmap/README.md new file mode 100644 index 0000000..1f11bcf --- /dev/null +++ b/docs/fr/roadmap/README.md @@ -0,0 +1,16 @@ +--- +home: false +article: false +sidebar: false +lang: fr-FR +title: Roadmap +description: La feuille de route d'ocelot.social présente les fonctionnalités les plus importantes prévues et l'état actuel du développement. +--- + +Découvrez les fonctionnalités les plus importantes prévues et la progression actuelle du développement d'*ocelot.social*. + + + + + +Vous souhaitez soutenir une fonctionnalité ou contribuer ? [Participez !](/fr/contribute/)