📖 Hoppscotch documentation - https://docs.hoppscotch.io
  • Dockerfile 81.6%
  • HTML 18.4%
Find a file
John Hollowell 2fc8d79974
Merge pull request #7 from RussellAult/verify_ssl
authentication.md: add "path to CA cert" to `verify_ssl` options
2025-07-26 11:10:39 -04:00
.devcontainer Update devcontainer 2024-01-24 04:58:11 +00:00
.github Change to new GH Actions step output format 2022-11-07 05:27:33 +00:00
.vscode Add mike for versioned documentation 2022-03-13 21:42:33 +00:00
docs authentication.md: added "path to CA cert" to verify_ssl 2025-07-22 16:42:14 -06:00
includes Add start/stub of development page 2021-11-18 05:13:11 +00:00
overrides Add mike for versioned documentation 2022-03-13 21:42:33 +00:00
.gitignore Add configuration for theme 2021-10-09 19:23:20 +00:00
.markdownlint.yaml Add mardownlint config 2021-11-18 16:36:52 +00:00
LICENSE Initial commit 2021-10-09 10:19:15 -04:00
mkdocs.yaml Fix build failures 2024-01-24 04:52:42 +00:00
README.md Update README.md 2023-03-22 10:59:03 -04:00
requirements.txt Update devcontainer 2024-01-24 04:58:11 +00:00

Proxmoxer Documentation

Documentation for the proxmoxer python library

This documentation is available at https://proxmoxer.github.io/docs

Deploy main ("dev") branch

Developing

To build and serve the documentation locally, follow the steps below

  1. pip install -r requirements.txt - install dependencies
  2. mkdocs serve - serve the documentation
  3. mike 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.