update todo

This commit is contained in:
MapleLeaf
2022-01-02 21:33:39 -06:00
committed by Darius
parent 01a4201878
commit 7943e6c672

11
todo.md
View File

@@ -34,19 +34,26 @@
- docs - docs
- [x] core layout and styling - [x] core layout and styling
- [x] mobile nav: at a breakpoint, remove all desktop navigation and use a drawer w/ a floating menu button on the bottom right - [x] mobile nav: at a breakpoint, remove all desktop navigation and use a drawer w/ a floating menu button on the bottom right
- [ ] each page should have a link at the bottom to the previous and next pages - [x] automatically generate sidebar links
- guides - guides
- [x] getting started / setup - [x] getting started / setup
- instances - instances
- [x] sending channel messages - [x] sending channel messages
- [ ] sending command replies
- [x] cleaning up instances - [x] cleaning up instances
- [ ] sending command replies
- [ ] embeds - [ ] embeds
- [ ] buttons and links - [ ] buttons and links
- [ ] select menus - [ ] select menus
- api reference - api reference
- [x] rendering and making it available - [x] rendering and making it available
# docs polish
- [ ] remove client-side react hydration
- [ ] use a small script for the popover menu toggle
- [ ] adding doc comments to source - [ ] adding doc comments to source
- [ ] docs: use literate-ts to typecheck code blocks
- [ ] each page should have a link at the bottom to the previous and next pages
- [ ] anchor links on markdown headings - [ ] anchor links on markdown headings
# internal # internal