Social Maps Documentation
https://docs.socialmaps.org/
- HTML 92.2%
- JavaScript 4.9%
- CSS 2.9%
| .vscode | mkdocs added | |
| api | 2026年04月04日: Update OpenAPI spec | |
| docs | Stop using "recommend" | |
| sdk/android | Add "SDK for Android" | |
| .domains | add "socialmaps.codeberg.page" to .domains | |
| .gitignore | Update .gitignore | |
| .python-version | mkdocs added | |
| index.html | add root index.html | |
| main.py | mkdocs added | |
| Makefile | Add "SDK for Android" | |
| mkdocs.yml | Add "SDK for Android" | |
| pyproject.toml | mkdocs added | |
| README.md | improvements | |
| uv.lock | mkdocs added | |
Social Maps Documentation
Visit https://docs.socialmaps.org/ for the documentation itself. This README is for contributors.
We use MkDocs and Material for MkDocs to generate a static site for our documentation, and uv as our Python package manager. Our API Reference uses a different software called Scalar, which is a JavaScript application that renders our API Reference client-side based on our OpenAPI spec. The entire documentation is generated statically, which we then host on Codeberg Pages.
Contributing
When you clone the repo for the first time, run
$ git worktree add site/ pages
to checkout the pages branch inside the site/ directory.