Libre developers documentation website source code. https://dev.libre.is
Find a file
2024-09-02 05:53:08 -06:00
docs Add ispmail_userctl. 2024-09-01 17:40:46 -06:00
.gitignore Ignore temp files 2024-08-31 12:28:07 -06:00
LICENSE-apache.txt Apache 2.0 2024-08-31 12:29:03 -06:00
Makefile code.libre.is documentation 2024-08-31 12:30:08 -06:00
poetry.lock Python Poetry 2024-08-31 12:28:41 -06:00
pyproject.toml Fix repo URLs 2024-09-02 05:53:08 -06:00
README.md dev.libre.is 2024-08-31 12:27:34 -06:00

dev.libre.is

Source code for the https://dev.libre.is documentation website.

Build

How to build these docs.

git clone https://code.libre.is/libre/dev-libre-is
# or
git clone git@code.libre.is:libre/dev-libre-is.git

cd dev-libre-is/
python -m venv venv
source venv/bin/activate
pip install -U pip poetry
poetry install
make clean
make all
rsync -ultav docs/_build/html/ dev-libre-is:/var/www/html/dev-libre-is/