Files
studipsync/docs/studip/jsonapi/README.md

11 lines
545 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Stud.IP JSON:API Offline Copy
This directory holds a static snapshot of the Stud.IP JSON:API documentation that used to live under `https://docs.gitlab.studip.de/entwicklung/docs/jsonapi/`.
## Usage
- Open `index.html` in a browser for the landing page (it redirects to the mirrored start page).
- For a local docs server, run `python -m http.server` inside this folder and visit `http://localhost:8000/`.
All pages rely only on the downloaded `*_files` asset folders, so the entire documentation works without an internet connection.