1.0.2 • Published 14 days ago

kolay v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

kolay

Documentation system for the the @universal-ember family of projects.

Features

Use Markdown

  • 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

    Some prose here about the demo
    
    ```gjs live
    <template>
      interactive!
    </template>
    ```

Use JSDoc

  • JSDoc / TypeDoc is renderable via the <APIDocs /> component

    ## API Reference
    
    <APIDocs @package="my-library" @module="..." @name="theExport" />
  • render examples from your jsdoc for interactive demonstration of concepts using

    text here
    
    ```gjs live
    // the "live" tag on the codefence
    ```

Navigation

  • generate navigation based on convention based file layout
1.0.2

14 days ago

1.0.1

14 days ago

1.0.0

15 days ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago