Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Slicknode Documentation

Code for the Slicknode documentation that is deployed here: https://slicknode.com/docs/

Installation

You need to have Python 3 and pip installed on your machine. Then install the dependencies from this directory:

pip install -r requirements.txt

Start the local development server:

mkdocs serve

Build

To create a static site build of the documentation:

mkdocs build

This will create a static site export into the ./site folder.

More Docs

Documentation of the mkdocs material theme