diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..94002ae --- /dev/null +++ b/docs/README.md @@ -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) +