3.2.0 • Published 3 months ago

kolay v3.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months 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
2.1.2

7 months ago

2.1.1

7 months ago

2.0.2

7 months ago

2.1.0

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

3.2.0

3 months ago

3.1.0

3 months ago

3.0.0

4 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.0

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.6

12 months ago

1.1.4

11 months ago

1.0.5

12 months ago

1.2.2

11 months ago

1.1.3

11 months ago

1.0.4

12 months ago

1.2.1

11 months ago

1.1.2

11 months ago

1.0.3

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago