Welcome to Knowledge Hub repository for Hepapi QA Team!
- Create a new
.mdfile under in thedocs/folder - Add the new page to the
mkdocs.ymlfile under thenavsection- Do not put
docs/prefix on the filepath
- Do not put
- Commit and push your changes to the
mainbranch - GitHub Action will automatically build and deploy the changes to the website.
Stack
| Name | Description |
|---|---|
| mkDocs | Docs static site generator |
| Material for MkDocs | Material theme for mkDocs |
!!! Note About Static Files(images, pdfs, etc.) Put your static assets into github.com/hepapi/knowledge-hub-assets repository.
-
Make sure
python3is installed -
Install python requirements
pip install mkdocstrings[python] pip install mkdocs-material
-
Clone the repository &
cdinto it -
Run the local server
mkdocs serve