From ee62d31c68e40738e6d998023403745c3b74b78e Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 7 Sep 2023 20:23:40 -0400 Subject: [PATCH] Add documentation home page. --- docs/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/README.md 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) +