Project direction and next steps – GitHub migration and branch model
Hi Stef,
I created a simple page as an example showing how a repository
can be used as a wiki and published with GitHub Pages.
https://xymon-monitoring.github.io/xymon-wiki/ (Feel
free to use or extend this repository)
This URL is a normal public website and can be indexed by search
engines. However, indexing may take some time and can be improved
by submitting the site through a Google account (e.g., via Google
Search Console).
In many projects, seems to me that the wiki content can live
inside the README.md + "docs" folder of the main code
repository.
However, for the Xymon server repo, the docs directory is already
used for the built-in help files, which are typically HTML rather
than Markdown, so it may not be the best location for this case.
Bruno