* [x] Initial support with `npm run -s compile-docs` * [ ] Fix CSS styles * [ ] Fonts should be same on the front page and module pages * [x] Remove "module:" prefix from class and module names * [x] "new module:cloud-backend/PromptParser" should be "new PromptParser" * [ ] Start of the (sub) module page should contain example to import the module in code * [x] Methods should contain the class name, eg "parseArray()" -> "PromptParser.parseArray()" * [x] Functions should not contain the module name
npm run -s compile-docs