Initial work on improving docs.
This commit is contained in:
parent
2f7211a708
commit
5be25266b5
12 changed files with 674 additions and 0 deletions
15
docs/SUMMARY.md
Normal file
15
docs/SUMMARY.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue