Install mkdocs
:
pip install mkdocs
Install the mkdocs-material
theme:
pip install mkdocs-material
Fork the Repository:
Clone Your Forked Repository:
git clone https://github.com/YOUR_USERNAME/metaiitgn.git
cd REPOSITORY_NAME
Create a New Branch:
git checkout -b your-branch-name
Make Your Changes:
Commit Your Changes:
git add .
git commit -m "Describe your changes"
Push Your Changes to GitHub:
git push origin your-branch-name
Create a Pull Request:
Prepare for the Next Change:
main
branch. Here, click "Sync Fork"main
branch:
git checkout main
git pull origin main
git checkout -b your-next-branch-name
academics_branches.md
Branches: academics_branches.md
Serve the documentation locally:
mkdocs serve
Open the following link in your browser to preview your website: http://127.0.0.1:8000/