Boldewyn / manual

This manual documents how to use the basic features of Uberspace 7.

Home Page:https://manual.uberspace.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uberspace 7 Manual

Welcome to our manual! 🎉

This is where we host the source code of the official version over at https://manual.uberspace.de. Changes are mainly done by the team as new features are added and bugs are fixed, but you are more than welcome to contribute!

Development

Pushing for each and every change is fun, but can take some time. To speed up your development process, the manual can be built locally.

Initial Setup

make setup

Building

$ source .venv/bin/activate
$ make html

The HTML views are now present in build/html. To build automatically on each change execute use sphinx-autobuild:

$ make serve

This will start a local webserver on http://127.0.0.1:8000, which always serves the most recent version.

License

All text and code in this repository is licensed under CC-BY-NC-SA 4.0.

About

This manual documents how to use the basic features of Uberspace 7.

https://manual.uberspace.de/

License:Other


Languages

Language:Python 41.8%Language:HTML 36.2%Language:CSS 15.7%Language:Makefile 6.3%