-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
62 lines (58 loc) · 2.52 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: Seafile Community Manual
site_url: http://seafile.readthedocs.io/
site_description: Seafile Community Manual with Markdown.
site_author: Seafile Community
theme: readthedocs
repo_url: https://github.com/DerDanilo/seafile-community-manual
pages:
- 'Home': 'index.md'
- 'Manual Changelog/Updates': 'manual_changelog_updates.md'
- 'Installation':
- 'System requirements': 'installation/system-requirements.md'
- 'Operating systems': 'installation/operating-system.md'
- 'Network': 'installation/network.md'
- 'Database': 'installation/database.md'
- 'Seafile': 'installation/seafile.md'
- 'Sending E-Mail': 'installation/sending-email.md'
- 'Memcached': 'installation/memcached.md'
- 'Frontend Webserver': 'installation/reverseproxy-webserver.md'
- 'Valid SSL Cert': 'installation/valid-ssl.md'
- 'Fail2ban': 'installation/fail2ban.md'
- 'Firewall': 'installation/firewall.md'
- 'Office':
- 'Overview': 'installation/office/overview.md'
- 'OnlyOffice': 'installation/office/onlyoffice.md'
- 'Collabora': 'installation/office/collabora.md'
- 'Installing Updates':
- 'Updating': 'updates/updates.md'
- 'Update Changelog': 'updates/update_changelog.md'
- 'Config':
- 'Overview': 'config/overview.md'
- 'Seafile':
- 'Overview': 'config/seafile/overview.md'
- 'Ccnet': 'config/seafile/ccnet.md'
- 'Seafile': 'config/seafile/seafile.md'
- 'Seahub': 'config/seafile/seahub.md'
- 'Sending E-Mail': 'config/seafile/sending-email.md'
- 'SeafDAV': 'config/seafile/seadav.md'
- 'Nginx': 'config/nginx.md'
- 'MariaDB': 'config/mariadb.md'
- 'Fail2ban': 'config/fail2ban.md'
- 'Firewall ufw': 'config/firewall-ufw.md'
- 'Firewall nft': 'config/firewall-nft.md'
- 'Firewall firewalld': 'config/firewall-firewalld.md'
- 'Backup/Restore':
- 'Overview': 'backup/overview.md'
- 'Backup':
- 'Tar': 'backup/backup-tar.md'
- 'Rsync': 'backup/backup-rsync.md'
- 'Borg': 'backup/backup-borg.md'
- 'Restore':
- 'Tar': 'backup/restore-tar.md'
- 'Rsync': 'backup/restore-rsync.md'
- 'Borg': 'backup/restore-borg.md'
markdown_extensions:
- toc:
permalink:
- admonition:
copyright: Copyright © 2018 Seafile Community, <a href="/#contribution">Contribution</a>, Github <a href="https://github.com/DerDanilo/seafile-community-manual/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/DerDanilo/seafile-community-manual.svg"></a>