This repository hosts the official documentation for PyProxyTools, a lightweight, fast, and customizable Python-based web proxy server. The documentation is built with MkDocs and published via GitHub Pages.
The documentation is available here:
https://pyproxytools.github.io/pyproxy-docs/
This repo contains:
- All Markdown source files for the documentation
- The
mkdocs.ymlconfiguration file - A GitHub Actions workflow for automatic deployment
If you want to contribute or improve the docs for PyProxyTools, this is the place.
pip install -r requirements.txtmkdocs serveThe site will be available at:
http://127.0.0.1:8000
mkdocs buildThis generates the final static HTML inside the site/ directory.
Deployment to GitHub Pages is automated using a GitHub Actions workflow. Every push to the branch "main" triggers a build and publishes updates to the live site.
No manual steps required once the workflow is set up.
Contributions to improve or expand the documentation are welcome. Feel free to submit pull requests with corrections, new sections, or examples.
This project is licensed under the MIT License - see the LICENSE file for details.