You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

kolay

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kolay

The runtime compiled documentation tool. Scale to any size with flat build cost.

3.9.1
latest
Source
npmnpm
Version published
Weekly downloads
1.9K
9.27%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

documentation

FAQs

Package last updated on 01 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts