Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

chutney-testing/chutney-testing.github.io-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer setup

Follow https://www.mkdocs.org/getting-started/ & https://squidfunk.github.io/mkdocs-material/getting-started/

Run :

  • Via Python
    • pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-redirects
    • mkdocs serve in the project root folder
    • Visit http://localhost:8000/
  • Via Docker (in case you are not a big python fan)