forked from ilarik/irods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (47 loc) · 1.35 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
site_name: iRODS
repo_url: https://github.com/irods/irods
site_description: Control Your Data
site_author: iRODS Consortium
site_dir: mkdocs/html
theme: readthedocs
markdown_extensions:
- admonition
- attr_list
- def_list
pages:
- 'index.md'
- Release Notes: 'release_notes.md'
- 'developers.md'
- Manual:
- 'manual/overview.md'
- 'manual/download.md'
- 'manual/installation.md'
- 'manual/upgrading.md'
- 'manual/configuration.md'
- Users & Permissions: 'manual/users_and_permissions.md'
- Backing Up: 'manual/backing_up.md'
- 'manual/architecture.md'
- 'manual/authentication.md'
- 'manual/federation.md'
- Control Plane: 'manual/control_plane.md'
- Distributing iCommands: 'manual/distributing_icommands.md'
- Rule Engine: 'manual/rule_engine.md'
- Rule Language: 'manual/rule_language.md'
- 'manual/glossary.md'
- Best Practices: 'manual/best_practices.md'
- 'manual/troubleshooting.md'
- iCommands:
- 'icommands/administrator.md'
- 'icommands/user.md'
- 'icommands/metadata.md'
- 'icommands/tickets.md'
- 'icommands/groupadmin.md'
- Doxygen:
- 'doxygen/index.html'
# - Plugin Tutorials:
# - 'plugins/microservice.md'
# - 'plugins/resource.md'
# - 'plugins/authentication.md'
# - 'plugins/network.md'
# - 'plugins/database.md'
# - API: 'plugins/api.md'