Information & documentation website for Handy-Http. https://handy-http.andrewlalis.com/
Go to file
Andrew Lalis d0d7f5425c
Build and Deploy Documentation Site / build-and-deploy (push) Failing after 15s Details
Setup ssh key before other setup.
2026-04-01 18:44:47 -04:00
.gitea/workflows Setup ssh key before other setup. 2026-04-01 18:44:47 -04:00
docs remove ddoc from git, build during workflow. 2026-04-01 18:43:17 -04:00
.gitignore remove ddoc from git, build during workflow. 2026-04-01 18:43:17 -04:00
LICENSE Added license. 2026-03-31 19:21:32 -04:00
README.md Update readme. 2026-04-01 18:06:19 -04:00
ddoc-build.sh Adding initial version. 2026-04-01 18:05:00 -04:00
mkdocs.yml Adding initial version. 2026-04-01 18:05:00 -04:00

README.md

Handy-Http Website

This repository contains the source code for the Handy-Http website that is used to showcase the project and provide easy access to documentation.

The website is built using MkDocs, and we develop it in a Python virtual environment. It uses MkDocs Material for fancy styling.

Setup

python3 -m venv .env
source .env/bin/activate
pip install mkdocs
pip install mkdocs-material

To exit the Python virtual environment, type deactivate in your shell.

Building & Running

To run locally:

mkdocs serve --livereload

To build:

mkdocs build

To (re)build ddocs:

./ddoc-build.sh