-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Merge user, admin and developer documentation
Previously, we had four different types of documentation: - Developer documentation (exposed via Github pages) - User documentation (exposed via individual instances) - Admin documentation (partially in user docs, partially in README/CONRIBUTING) - Getting started (in Github repository) The number of different documentations led to increased maintainance effort. Also, there was no single source of truth. In this commit, all four documentation types are merged into one `mkdocs` documentation. The documentation lived in the `docs` directory. Switching between the different documentation types is now done via navigation tabs. The new documentation is exposed via Github pages, making the user documentation also available when no instance is running. In addition to the merge, there were some other small changes: - A new Makefile in the `docs` directory is added. - The documentation is now part of the `dev` target in the Makefile. Run it via `make -j4 dev`. - The code style development documentation was splitted into different backend and frontend code style pages. - Most of the information in the `CONTRIBUTING.md` is moved to the development documentation. - The development setup guide was simplified and and the focus is on getting everything running at the same time, not each service individually. All optional configuration options are moved to other parts of the documentation. - The uninstall guide of the `README.md` is moved to the admin docs. - A custom `style.css` is added to always show a scroll bar. It prevents vertical jumping when the scroll bar appears.
- Loading branch information
1 parent
685f7ca
commit c865a83
Showing
248 changed files
with
693 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.