Libre user documentation https://docs.libre.is/
Find a file
2024-09-02 06:35:21 -06:00
docs docs.libre.is initial site layout 2024-09-02 06:35:21 -06:00
.gitignore ignore temp files 2024-09-02 06:34:17 -06:00
CHANGELOG.txt CHANGELOG stub 2024-09-02 06:35:00 -06:00
LICENSE-apache.txt Apache 2.0 2024-09-02 06:34:03 -06:00
Makefile docs.libre.is initial site layout 2024-09-02 06:35:21 -06:00
poetry.lock Poetry lock 2024-09-02 06:34:49 -06:00
pyproject.toml Python Poetry 2024-09-02 06:34:42 -06:00
README.md docs.libre.is site 2024-09-02 06:33:47 -06:00

docs.libre.is

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

Build

How to build these docs.

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

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