forked from inveniosoftware/docs-invenio-rdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
63 lines (56 loc) · 1.53 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
# Project information
site_name: 'User Documentation'
site_description: 'InvenioRDM user documentation web site'
site_url: 'https://docs-invenio-rdm'
# Repository
repo_name: 'docs-invenio-rdm'
repo_url: 'https://github.com/inveniosoftware/docs-invenio-rdm'
# Copyright
copyright: 'Copyright © 2019 CERN and Northwestern University.'
# Configuration
theme:
name: 'material'
custom_dir: 'theme'
palette:
primary: 'white'
font:
text: 'Open Sans'
code: 'Roboto Mono'
logo: 'images/logo-rdm.png'
favicon: 'images/favicon.ico'
feature:
tabs: true
nav:
- Home: 'index.md'
- Quickstart:
- Quickstart: 'quickstart/quickstart.md'
- Initialization: 'quickstart/init.md'
- Build and Setup: 'quickstart/build_setup.md'
- Run: 'quickstart/server.md'
- Configuration: 'quickstart/config.md'
- Customization: 'quickstart/customize.md'
- Troubleshooting: 'quickstart/troubleshoot.md'
- Cleanup: 'quickstart/cleanup.md'
- Deployment:
- Kubernetes: 'deployment/kubernetes.md'
- OpenShift: 'deployment/openshift.md'
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/inveniosoftware'
- type: 'twitter'
link: 'https://twitter.com/invenio'
- type: 'comments'
link: 'https://invenio-talk.web.cern.ch/c/projects/invenio-rdm'
- type: 'globe'
link: 'https://inveniosoftware.org/products/rdm/'
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true