-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 1.03 KB
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 1.03 KB
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
site_name: Librarika Manual
repo_url: https://github.com/Librarika/manual.git
repo_name: GitHub
site_description: The free integrated library system - ILS
site_author: Librarika Team
theme: readthedocs
extra_css:
- 'css/extra.css'
nav:
- 'Home': 'index.md'
- 'User Guide':
- 'Getting Started': 'getting-started.md'
- 'OPAC': 'opacs.md'
- 'Library': 'libraries.md'
- 'Cataloging (Books)': 'cataloging.md'
- 'Members (Patrons)': 'members.md'
- 'Circulations (Loans)': 'circulations.md'
- 'Hold Queue': 'hold-queue.md'
- 'Self-Service': 'self-service.md'
- 'Fees & Payments': 'fees-payments.md'
- 'Barcode Labels': 'barcode-labels.md'
- 'Reports': 'reports.md'
- 'Member Area': 'member-area.md'
- 'Users': 'users.md'
- 'Bulk Actions': 'bulk-actions.md'
- 'Batch Update': 'batch-update.md'
- 'SIP2 Integration': 'sip2.md'
- 'SSO / SAML': 'sso-saml.md'
- 'Contributing': 'contribute.md'
- 'About': 'about.md'
- 'License': 'license.md'