Skip to content

stashh-labs/stashh-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stashh Docs

Documentation for the Stashh marketplace built with MkDocs

Setup MkDocs Locally

  • Install Python 3.10 or higher
  • Upgrade pip
    pip install --upgrade pip
  • Install MKDocs
    pip install mkdocs
  • Install Material
    pip install mkdocs-material

Run Locally

mkdocs serve