You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should try to centralize this in a single place. And having it in a more "book-style" format like other projects (example) instead of a wiki format would probably be also a good change.
Requirements:
content in Git repo, allows MRs by community
optionally a CMS for the team to quickly edit content but not necessary since GitHub has an online editor
modern design similar to our website including dark mode
tech: vue.js would be good but not necessary. astro also an option
must have i18n support
Tech
Candidates are Astro, VitePress or Nuxt what we use already on our website.
The text was updated successfully, but these errors were encountered:
Edit:
Let's add some additional info here (I don't want to add a comment every time I add a small piece of info)
More requirements:
Search
Some notes:
Although VitePress has some i18n support, it seems that the best option is to use some module like lunaria. VitePress itself uses it, but it's in public beta state yet (breaking changes are possible)
With default VitePress the language switcher in the nav menu always shows all the languages, even if the page in question is not translated or only translated to some of them. The rest of languages, when selected, show a 404 page.
Dark mode is supported by the default theme. Not sure if the default theme will be used at the end.
Default theme seems to have a nice and modern look. But let's see if it fits our purpose.
Base site was easy to set up and deploy to Github pages. Posibility of Dockerization should be considered.
At the moment we have a lot of documentation in the Manjaro Wiki and we had some on the old website.
We should try to centralize this in a single place. And having it in a more "book-style" format like other projects (example) instead of a wiki format would probably be also a good change.
Requirements:
Tech
Candidates are Astro, VitePress or Nuxt what we use already on our website.
The text was updated successfully, but these errors were encountered: