These aren't necessary to understand your docs, but I thought you might want to hear them:
- Your worfklows are great, but for the purposes of accessibility, I really recommend using alt text for those. There's a tag for that:
. It's an a11y standards thing but it's also how screen readers process it, which isn't limited to low-to-no vision users.
- Have a place where you stick what commands you do for your app (e.g., import, def some_func(), etc.) like old help prompts would say.
- A glossary for terms that your user base won't necessarily understand
These aren't necessary to understand your docs, but I thought you might want to hear them: