I'd like the docs to be written in relatively short easy-to-consume pages. These would then be organized into topics, two or three levels deep.
- Getting Started
- The User Interface
- Audio/Midi Devices
- Bindings
- Functions and Parameters
- Binding Sets
- The Session
- Global Parameters
- Track Parameters
- Scripts
- Script Language Basics
- Importing
- Editing
- Function Index
- Parameter Index
- Etc.
So I'd really like a tree navigator on the left, and ideally some kind of search capability.
Thanks for the site source link, I'll have a look at that. When you use Quarto, are you running that on your local machine, then checking in the result to Github? That's what I'm doing now with Hugo, which works, but I'd like to get to where we can just edit the Markdown files, check them in, and have magic happen on Github which I guess would mean Quarto running in Github. Not sure if that's possible. Going through a "compile" step locally isn't terrible but it makes it a little harder for collaboration if everyone needs to know how to do that.