Skip to content

A documentation static webpage for the Seedling Project.

License

Notifications You must be signed in to change notification settings

Seedling-Project/Seedlingmkdocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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/ImmaculateDivinity/Seedlingmkdocs - 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

Languages

  • HTML 71.6%
  • JavaScript 28.4%