haiwen.github.io/seafile-admin-docs/
Go to file
Daniel Pan 3ca90b7c33
Merge pull request #278 from sahilph/patch-1
Update oauth.md with new Google OAUTH  unique identifier claim
2024-04-22 17:13:03 +08:00
.github/workflows Update deploy.yml 2022-08-18 11:15:35 +08:00
manual Update oauth.md with new Google OAUTH uid claim 2024-04-22 03:28:17 -04:00
.gitignore update 2024-03-27 14:43:28 +08:00
LICENSE.txt use github pages 2020-12-01 10:33:47 +08:00
README.md Build docs locally and multiple storage backends for docker 2024-03-15 10:42:11 +08:00
mkdocs.yml Add shibboleth authentication 2024-04-09 10:34:29 +08:00

Seafile Admin Docs

Manual for Seafile server

The web site: https://haiwen.github.io/seafile-admin-docs/

Serve docs locally

These docs are built using 'mkdocs'. Install the tooling by running:

pip3 install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions

Start up the development server by running mkdocs serve in the project root directory. Browse at http://127.0.0.1:8000/seafile-admin-docs/.