Skip to content

Dockbox-OSS/HartshornDocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hartshorn Framework

Documentation

This repository holds the content for the official documentation of the Hartshorn Framework. The website is built using MkDocs. To set up a clone of this repository, install the following dependencies:

  • pip install mkdocs
  • pip install mkdocs-material
  • pip install pymdown-extensions
  • pip install mkdocs-minify-plugin

After this you can run the website in development mode using mkdocs serve, or build it for production using mkdocs build.