Home

In cmd project folder - mkdocs new project-name - Push to git.

pip install mkdocs-material
pip install ghp-import
mkdocs gh-deploy
https://suchismita-deb.github.io/PlatformEngineering/

Make the text bold in html short cut. Select the word then Ctrl+Alt+T then select tag and type the text.

Remove any folder.
Add the idea in gitignore.
git rm -r --cached .idea
git commit -m "remove idea folder"
git push origin main