Skip to content

superinsight/superinsight-page-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superinsight-page-doc

Documentation for Superinsight

Develop

mkdocs serve

Build folder and Copy to gh-pages branch

mkdocs build --site-dir public
mv public ../
git checkout gh-pages
cp -R ../public/ ./
rm -rf ../public

Releases

No releases published

Packages

No packages published