adds mdbook scaffolding

This commit is contained in:
adagio 2024-06-18 18:19:24 -04:00
parent c043a887c2
commit b09cf3acb6
No known key found for this signature in database
GPG key ID: 0AE37F9649850573
9 changed files with 111 additions and 13 deletions

View file

@ -11,8 +11,7 @@ The Codeberg Pages Server addresses this lack by implementing a standalone servi
that connects to Gitea via API.
It is suitable to be deployed by other Gitea instances, too, to offer static pages hosting to their users.
**End user documentation** can mainly be found at the [Wiki](https://codeberg.org/Codeberg/pages-server/wiki/Overview)
and the [Codeberg Documentation](https://docs.codeberg.org/codeberg-pages/).
**End user documentation** can mainly be found in the [Codeberg Documentation](https://docs.codeberg.org/codeberg-pages/).
<a href="https://codeberg.org/Codeberg/pages-server"> <img src="https://codeberg.org/Codeberg/GetItOnCodeberg/raw/branch/main/get-it-on-blue-on-white.svg" alt="Get It On Codeberg" width="250"/> </a>
@ -105,7 +104,6 @@ Previous maintainers:
### First steps
The code of this repository is split in several modules.
The [Architecture is explained](https://codeberg.org/Codeberg/pages-server/wiki/Architecture) in the wiki.
The `cmd` folder holds the data necessary for interacting with the service via the cli.
The heart of the software lives in the `server` folder and is split in several modules.