Skip to content

kyle-zheng-fati/Seedlingmkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MKDocs for the Seedling Project

A static documentation webpage for the Seedling Project.

https://www.mkdocs.org/getting-started/

Commands (For Maintainers)

  • git clone https://github.com/kyle-zheng-fati/Seedlingmkdocs.git - git command (configured with https rather than ssh) to get the repo on your machine

  • pip install -r requirements.txt - Install dependencies if you are planning to contribute to docs.

  • pip freeze > requirements.txt - Run this command if adding any new dependencies.

    • Note that best practice would be to start a python virtual environment with python3 -m venv .venv and cd .venv && source bin/activate
    • Substitute python3 with your version of python
    • To deactivate python virtual environment, deactivate
    • .venv can be replaced with another name if so desired

About

A documentation static webpage for the Seedling Project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published