|
1 | 1 | # Project information |
2 | | -site_name: 'User Documentation' |
3 | | -site_description: 'InvenioRDM user documentation web site' |
4 | | -site_url: 'https://inveniordm.docs.cern.ch' |
| 2 | +site_name: User Documentation |
| 3 | +site_description: InvenioRDM user documentation web site |
| 4 | +site_url: https://inveniordm.docs.cern.ch |
5 | 5 |
|
6 | 6 | # Repository |
7 | | -repo_name: 'docs-invenio-rdm' |
8 | | -repo_url: 'https://github.com/inveniosoftware/docs-invenio-rdm' |
| 7 | +repo_name: docs-invenio-rdm |
| 8 | +repo_url: https://github.com/inveniosoftware/docs-invenio-rdm |
9 | 9 |
|
10 | 10 | # Copyright |
11 | | -copyright: 'Copyright © 2019-2020 CERN and Northwestern University.' |
| 11 | +copyright: Copyright © 2019-2020 CERN and Northwestern University. |
12 | 12 |
|
13 | 13 | # Configuration |
14 | 14 | theme: |
15 | | - name: 'material' |
16 | | - custom_dir: 'theme' |
17 | | - palette: |
18 | | - primary: 'white' |
19 | | - font: |
20 | | - text: 'Open Sans' |
21 | | - code: 'Roboto Mono' |
22 | | - logo: 'images/logo-rdm.png' |
23 | | - favicon: 'images/favicon.svg' |
24 | | - feature: |
25 | | - tabs: true |
| 15 | + name: material |
| 16 | + custom_dir: theme |
| 17 | + palette: |
| 18 | + primary: white |
| 19 | + font: |
| 20 | + text: Open Sans |
| 21 | + code: Roboto Mono |
| 22 | + logo: images/logo-rdm.png |
| 23 | + favicon: images/favicon.svg |
| 24 | + feature: |
| 25 | + tabs: true |
26 | 26 |
|
27 | 27 | nav: |
28 | | - - Home: 'index.md' |
| 28 | + - Home: index.md |
29 | 29 | - Install: |
30 | | - - Installation: 'install/index.md' |
| 30 | + - Installation: install/index.md |
31 | 31 | - Preview: |
32 | | - - Quick preview of InvenioRDM: 'preview/index.md' |
| 32 | + - Quick preview of InvenioRDM: preview/index.md |
33 | 33 | - Develop: |
34 | | - - Getting Started: 'develop/index.md' |
35 | | - - Install Locally: 'develop/install_locally.md' |
36 | | - - Run: 'develop/run.md' |
37 | | - - Configuration: 'develop/config.md' |
38 | | - - Customization: 'develop/customize.md' |
39 | | - - Troubleshooting: 'develop/troubleshoot.md' |
40 | | - - Cleanup: 'develop/cleanup.md' |
| 34 | + - Getting Started: develop/index.md |
| 35 | + - Install Locally: develop/install_locally.md |
| 36 | + - Run: develop/run.md |
| 37 | + - Configuration: develop/config.md |
| 38 | + - Customization: develop/customize.md |
| 39 | + - Troubleshooting: develop/troubleshoot.md |
| 40 | + - Cleanup: develop/cleanup.md |
41 | 41 | - Extensions: |
42 | | - - What can be added?: 'extensions/index.md' |
43 | | - - Add your extensions: 'extensions/custom.md' |
44 | | - - S3 Storage: 'extensions/s3.md' |
| 42 | + - What can be added?: extensions/index.md |
| 43 | + - Add your extensions: extensions/custom.md |
| 44 | + - S3 Storage: extensions/s3.md |
45 | 45 | - Deploy: |
46 | | - - How can I deploy it?: 'deployment/index.md' |
47 | | - - OpenShift: 'deployment/openshift.md' |
48 | | - - Kubernetes: 'deployment/kubernetes.md' |
49 | | - - System components: 'deployment/services.md' |
50 | | - - Configuration: 'deployment/configuration.md' |
51 | | - - Building your image: 'deployment/image.md' |
52 | | - - Image registries: 'deployment/registries.md' |
53 | | - - Benchmarking: 'deployment/benchmark.md' |
| 46 | + - How can I deploy it?: deployment/index.md |
| 47 | + - OpenShift: deployment/openshift.md |
| 48 | + - Kubernetes: deployment/kubernetes.md |
| 49 | + - System components: deployment/services.md |
| 50 | + - Configuration: deployment/configuration.md |
| 51 | + - Building your image: deployment/image.md |
| 52 | + - Image registries: deployment/registries.md |
| 53 | + - Benchmarking: deployment/benchmark.md |
54 | 54 |
|
55 | 55 |
|
56 | 56 | # Customization |
57 | 57 | extra: |
58 | | - social: |
59 | | - - type: 'github' |
60 | | - link: 'https://github.com/inveniosoftware' |
61 | | - - type: 'twitter' |
62 | | - link: 'https://twitter.com/inveniosoftware' |
63 | | - - type: 'comments' |
64 | | - link: 'https://invenio-talk.web.cern.ch/c/projects/invenio-rdm' |
65 | | - - type: 'globe' |
66 | | - link: 'https://inveniosoftware.org/products/rdm/' |
| 58 | + social: |
| 59 | + - type: github |
| 60 | + link: https://github.com/inveniosoftware |
| 61 | + - type: twitter |
| 62 | + link: https://twitter.com/inveniosoftware |
| 63 | + - type: comments |
| 64 | + link: https://invenio-talk.web.cern.ch/c/projects/invenio-rdm |
| 65 | + - type: globe |
| 66 | + link: https://inveniosoftware.org/products/rdm/ |
67 | 67 | extra_css: |
68 | 68 | - stylesheets/extra.css |
69 | 69 |
|
70 | 70 | # Extensions |
| 71 | + - css/version-select.css |
71 | 72 | markdown_extensions: |
72 | 73 | - admonition |
73 | 74 | - codehilite: |
74 | | - guess_lang: false |
| 75 | + guess_lang: false |
75 | 76 | - toc: |
76 | | - permalink: true |
| 77 | + permalink: true |
| 78 | +extra_javascript: |
| 79 | + - js/version-select.js |
0 commit comments