-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
68 lines (58 loc) · 1.61 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
## Project information
site_name: Alma-Primo Locate Tool
site_url: https://leidenuniversitylibrary.github.io/Alma-Primo-Locate-Tool-Open-Source/
site_description: The open-source solution for guiding patrons to books in your open stacks
## Repository
repo_name: Alma-Primo Locate Tool
repo_url: https://github.com/LeidenUniversityLibrary/Alma-Primo-Locate-Tool-Open-Source
edit_uri: '' #disables edit button
## Configuration
theme:
name: material
logo: assets/favicon.png
favicon: assets/favicon.png
custom_dir: docs/override/
palette:
scheme: leidenuniv
primary: white
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.tracking
font:
text: Open Sans
code: Ubuntu
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- abbr
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- footnotes
nav:
- Home: index.md
- Getting started:
- Introduction: introduction.md
- Requirements: requirements.md
- Installation: installation.md
- Customization: customization.md
- Technical notes: technical-notes.md
- Troubleshooting: troubleshooting.md
- Data privacy: data-privacy.md
- License: license.md
- More info:
- About us: about.md
- Changelog:
- Alma-Primo Locate Tool: changelog.md
copyright: GNU General Public License v3.0 - Leiden University Libraries
## Social Media
extra:
social:
- icon: fontawesome/solid/home
link: https://www.universiteitleiden.nl
- icon: fontawesome/brands/github-alt
link: https://github.com/LeidenUniversityLibrary