Add documentation home page.

This commit is contained in:
Jordan Bancino 2023-09-07 20:23:40 -04:00
parent 4bd527aa9a
commit ee62d31c68
1 changed files with 25 additions and 0 deletions

25
docs/README.md Normal file
View File

@ -0,0 +1,25 @@
# Telodendria Documentation
Here you will find all of the documentation for Telodendria. If you
find that some documentation is missing or incorrect, please open an
issue, and, even better, a pull request to fix the issue.
## User Documentation
- [System Requirements](user/requirements.md)
- [Install](user/install.md)
- [Command Line Options](user/cmd.md)
- [Set Up](user/setup.md)
- [Configuration Options](user/config.md)
- [Administrator API](user/admin.md)
## Developer Documentation
- [Contributing Guidelines](CONTRIBUTING.md)
- [Porting Guidelines](dev/ports.md)
## Miscellaneous
- [Change Log](CHANGELOG.md)
- [Project Road Map](ROADMAP.md)