Ideally the docs should be in some plain text format, then the HTML can be automatically generated from that
How dumb and/or smart would it be to have API docs be readable from the console with
console.help
? Like,console.help("GameState:redraw")
would work? And then something likeconsole.apropos
could be added?