3.2.0 • Published 4 months ago

kolay v3.2.0

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

8 months ago

2.1.1

8 months ago

2.0.2

8 months ago

2.1.0

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

3.2.0

4 months ago

3.1.0

4 months ago

3.0.0

4 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.0

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.6

1 year ago

1.1.4

12 months ago

1.0.5

1 year ago

1.2.2

12 months ago

1.1.3

12 months ago

1.0.4

1 year ago

1.2.1

12 months ago

1.1.2

12 months ago

1.0.3

1 year 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago