The runtime compiled documentation tool. Scale to any size with flat build cost.
npm install kolayDocumentation system for the the @universal-ember family of projects.
- from any folder, any project (good for monorepos)
- scales infinitely with your project size, as compiling the pages is done on-demand, rather than on-deploy
- any codefence can become a live demo with the live tag
~~~md
Some prose here about the demo
``gjs live`
interactive!
~~~
- JSDoc / TypeDoc is renderable via the component
~~~md
## API Reference
~~~
- render examples from your jsdoc for interactive demonstration of concepts using
~~~
text here
`gjs live``
// the "live" tag on the codefence
~~~
- generate navigation based on convention based file layout