Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haiwen/seafile-admin-docs
https://github.com/haiwen/seafile-admin-docs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haiwen/seafile-admin-docs
- Owner: haiwen
- License: other
- Created: 2020-11-28T02:40:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T10:30:24.000Z (17 days ago)
- Last Synced: 2024-10-25T13:14:58.825Z (17 days ago)
- Language: Shell
- Homepage: https://haiwen.github.io/seafile-admin-docs/
- Size: 34.7 MB
- Stars: 34
- Watchers: 16
- Forks: 47
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - haiwen/seafile-admin-docs - (Shell)
README
# 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/`.