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
I'm posting here the message I wrote on matrix. The idea is to switch out from Markdown, because it's hardly standard an not suited for proper documentation. In all the options we have (RST, Dita, Docbook, AsciiDoc, (La)Tex), RST is the easiest to use and the most flexible.
roadmap for the docs, if you want to do it in a way that will be maintainable in the future, and flexible enough to be integrated into the website:
move the instance list to the instances-api repo & make it a YAML list, so we can easily parse it and render it to anything (and also we won't have to maintain the static HTML list anymore in that repo)
restructure the docs (folder structure) and convert it to RST at the same time
configure sphinx, select/make a simple theme for the docs
make the CI pipeline for auto build/deploy of docs
update docs (rewrite most of it)
add project to weblate, so we can have the docs in other languages, too.
We should use a static page generator instead of WikiJS for the documentation, it's much more stable and can be hosted on GitHub pages.
Candidates:
The text was updated successfully, but these errors were encountered: