-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
87 lines (81 loc) · 2.77 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Project information
site_name: Documentation
site_description: InvenioILS documentation web site
site_url: https://invenioils.docs.cern.ch
# Repository
repo_name: docs-invenio-ils
repo_url: https://github.com/inveniosoftware/docs-invenio-ils
# Copyright
copyright: Copyright © 2021 CERN
# Configuration
theme:
name: material
palette:
primary: white
font: false
logo: assets/images/logo-ils.png
favicon: assets/images/favicon.png
nav:
- Home: index.md
- Preview: preview.md
- Customize:
- Local development: customize/develop.md
- Static pages: customize/static_pages.md
- User anonymization: customize/anonymization.md
- Vocabularies: customize/vocabularies.md
- Configure: customize/configure.md
- Reference:
- Understanding data model: reference/data_model.md
- Records relations: reference/record_relations.md
- Managing access: reference/access_and_restrictions.md
- Scaffold: reference/scaffold.md
- CLI: reference/cli.md
- REST API:
- Overview: reference/api/index.md
- Document API: reference/api/document.md
- Series API: reference/api/series.md
- Item API: reference/api/item.md
- Loan API: reference/api/loan.md
- E-Item API: reference/api/eitem.md
- Patron API: reference/api/patron.md
- Document Request API: reference/api/document_request.md
- Borrowing Request API: reference/api/borrowing_request.md
- Acquisition API: reference/api/acquisition.md
- Location API: reference/api/location.md
- Provider API: reference/api/provider.md
- Features:
- Fast, Responsive User Interface: features/user_interface.md
- Scalable, Optimised. Fast Search: features/search.md
- Loan Circulation: features/circulation.md
- Multiple Media Types: features/media_types.md
- Librarian Management Interface: features/librarian_management.md
- Interlibrary Loans: features/interlibrary_loans.md
- Purchase Management Interface: features/purchase_management.md
- Customisations: features/customisations.md
- Statistics: features/statistics.md
- Self-Checkout: features/self_checkout.md
- Contribute:
- ILS development: contribute/ils_development.md
- Deploy:
- Infrastructure: deploy/infrastructure.md
- Deployment: deploy/deployment.md
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/inveniosoftware
- icon: fontawesome/brands/twitter
link: https://twitter.com/inveniosoftware
- icon: fontawesome/solid/globe
link: https://inveniosoftware.org/products/ils/
extra_css:
- assets/stylesheets/extra.css
# Extensions
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- toc:
permalink: true