Inlets docs
This documentation site covers all the inlets projects and uses docsify
Usage
-
Install docsify using the
docsify-cli
npm module:
npm i -g docsify-cli
- Serve the content
docsify serve ./docs
Open http://127.0.0.1:3000 to view the site
Contributing
See the contribution guide
All commits must be signed-off with the CLI using git commit --sign-off