Skip to content

adaptris/interlok-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interlok Documenation

This is Interlok documentation repo.

We use docsify to generate the documentation site from the markdown files.

Quick start

It is recommended to install docsify-cli globally, which helps initializing and previewing the website locally.

npm i docsify-cli -g

Initialize

If you want to write the documentation in the ./docs subdirectory, you can use the init command.

docsify init ./docs

Preview the site

Run the local server with docsify serve. You can preview your site in your browser on http://localhost:3000.

docsify serve docs

Releases

No releases published

Packages

No packages published

Languages