How to create a documentation page using mkdocs and github pages?
Note: When trying to install using pip would leads to environment error. Avoid it using, sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old .
- Installation:
- use
pip install mkdocsto install the package
- use
- Create a project:
- use
mkdocs new project-name - then
cd projec-name - it is better to first create a github repository
gh repo create user-name/project-name
- use
