This is the documentation site for Taubyte, built with MkDocs Material.
- Install dependencies:
pip install -r requirements.txt- Serve locally:
mkdocs serve- Build the site:
mkdocs buildThis site is automatically deployed to GitHub Pages using GitHub Actions when changes are pushed to the main branch.
If you need to manually deploy:
mkdocs gh-deploy.
├── .github/
│ └── workflows/ # GitHub Actions workflows
├── docs/ # Documentation source files
├── site/ # Built site (generated, gitignored)
├── mkdocs.yml # MkDocs configuration
└── requirements.txt # Python dependencies
- Site: https://taubyte.github.io/tau.how/
- Repository: https://github.com/taubyte/tau.how