Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kolay

Package Overview
Dependencies
Maintainers
0
Versions
32
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.

  • 2.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-38.4%
Maintainers
0
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

FAQs

Package last updated on 16 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc