https://github.com/homelabindia/wiki
Official Homelab India Wiki
https://github.com/homelabindia/wiki
homelab india mkdocs wiki
Last synced: about 1 month ago
JSON representation
Official Homelab India Wiki
- Host: GitHub
- URL: https://github.com/homelabindia/wiki
- Owner: homelabindia
- Created: 2025-10-05T17:58:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-29T18:45:01.000Z (7 months ago)
- Last Synced: 2025-11-30T17:46:38.384Z (7 months ago)
- Topics: homelab, india, mkdocs, wiki
- Language: Python
- Homepage: https://wiki.homelabindia.org
- Size: 11.4 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Homelab India Wiki
## Contributing
First install [mise](https://mise.jdx.dev/installing-mise.html), it installs
your developer tools like `uv` which is used for creating a Python virtual
environment.
### Installing
```bash
mise trust
mise install
uv run mkdocs serve
```
### Writing Docs
Change any `.md` file inside `docs` to contribute, your local changes can be
previewed at `localhost:8000`. Images are stored inside `docs/assets/images/`.
After finishing your changes please create a PR.