mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-24 22:55:48 +03:00
📖 Hoppscotch documentation - https://docs.hoppscotch.io
- Dockerfile 81.6%
- HTML 18.4%
|
|
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .vscode | ||
| docs | ||
| includes | ||
| overrides | ||
| .gitignore | ||
| .markdownlint.yaml | ||
| LICENSE | ||
| mkdocs.yaml | ||
| README.md | ||
| requirements.txt | ||
Proxmoxer Documentation
Documentation for the proxmoxer python library
This documentation is available at https://proxmoxer.github.io/docs
Developing
To build and serve the documentation locally, follow the steps below
pip install -r requirements.txt- install dependenciesmkdocs serve- serve the documentationmike serve- OPTIONAL: serve the multi-version documentation
If you are using Visual Studio Code, you can instead just use the included devcontainer definition to develop within a Docker container. This allows automatically installs all needed dependencies and provides a consistent, repeatable development environment which does not conflict with anything else and can be easily removed.