Initial work on improving docs.

This commit is contained in:
Syfaro 2020-07-26 17:22:16 -05:00
parent 2f7211a708
commit 5be25266b5
12 changed files with 674 additions and 0 deletions

15
docs/SUMMARY.md Normal file
View file

@ -0,0 +1,15 @@
# Summary
- [Getting Started](./getting-started/README.md)
* [Library Structure](./getting-started/library-structure.md)
* [Files](./getting-started/files.md)
- [Examples](./examples/README.md)
* [Command Handling](./examples/command-handling.md)
* [Keyboard](./examples/keyboard.md)
- [Change Log]()
# Contributing
- [Internals](./internals/README.md)
* [Adding Endpoints](./internals/adding-endpoints.md)
* [Uploading Files](./internals/uploading-files.md)