forked from Islandora-Collaboration-Group/ISLE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (89 loc) · 4.51 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
88
89
90
91
92
site_name: ISLandora Enterprise (ISLE)
site_description: Documentation for ISLandora Enterprise (ISLE)
site_dir: site
docs_dir: docs
extra_css: [extra.css]
extra_javascript: [extra.js]
#markdown_extensions:
# - del_ins
theme:
name: 'material'
extra:
palette:
primary: 'blue'
accent: 'blue'
logo:
icon: 'account_balance'
nav:
- Get Started: index.md
- 'Install ISLE':
- '1. Hardware Requirements': 'install/host-hardware-requirements.md'
- '2. Software Dependencies': 'install/host-software-dependencies.md'
- '3. Demo ISLE Installation': 'install/install-demo.md'
- '4. ISLE Installation':
- 'Overview: ISLE Environments': 'install/install-environments.md'
- 'Local: New Site': 'install/install-local-new.md'
- 'Local: Migrate Site': 'install/install-local-migrate.md'
- 'Staging: New Site': 'install/install-staging-new.md'
- 'Staging: Migrate Site': 'install/install-staging-migrate.md'
- 'Production: New Site': 'install/install-production-new.md'
- 'Production: Migrate Site': 'install/install-production-migrate.md'
- 'Troubleshooting Guide': 'install/install-troubleshooting.md'
- 'Optional Components':
- 'Overview': 'optional-components/components.md'
- 'Automated Testing': 'optional-components/automated-testing.md'
- 'Blazegraph': 'optional-components/blazegraph.md'
- 'Loc.gov Proxy': 'optional-components/loc-proxy.md'
- 'Matomo Analytics Platform': 'optional-components/matomo.md'
- 'TICK Stack': 'optional-components/tickstack.md'
- 'Varnish': 'optional-components/varnish.md'
- 'Update ISLE': 'update/update.md'
- 'Appendices':
- 'Data Persistence in Docker': 'appendices/data-persistence.md'
- 'Glossary': 'appendices/glossary.md'
- 'Installing a Drupal Module with Composer': 'appendices/installing-module-with-composer.md'
- 'Installing a Drupal Module with Drush': 'appendices/installing-module-with-drush.md'
- 'Installing on Google Cloud Platform (Google Doc)': 'https://docs.google.com/document/d/1r-I9n8mUhlJ5Z-X9AO-RrikhzH6I8bTPIL25LmtRbxE'
- 'Let''s Encrypt: Free SSL Certificates' : 'appendices/configuring-lets-encrypt.md'
- 'Opening a Terminal in a Running Container': 'appendices/open-terminal-in-running-container.md'
- 'Sample IT Department Request Letter': 'appendices/sample-it-department-request.md'
- 'Sample Server Setups' : 'appendices/server-setups.md'
- 'Troubleshooting': 'appendices/install-troubleshooting.md'
- 'User Stories':
- 'Demo ISLE Installation Example User Story': 'appendices/user-story-demo-site.md'
- 'New Site Example User Story': 'appendices/user-story-new-site.md'
- 'Migration Example User Story': 'appendices/user-story-migration-site.md'
- 'Warning about Red Hat Install': 'appendices/redhat.md'
- 'Cookbook Recipes':
- 'ISLE Cheat Sheet: Docker Commands': 'cookbook-recipes/isle-cheatsheet-docker-commands.md'
- 'Setting Up and Testing the Islandora Multi Importer (IMI) Module': 'cookbook-recipes/multi_importer_installation.md'
- 'Example AWS Storage Configuration': 'cookbook-recipes/example-aws-configuration.md'
- 'How to Boot From External Drive': 'cookbook-recipes/boot-from-external-drive.md'
- 'Cleanup ISLE git repository for Release v.1.4.0': 'cookbook-recipes/isle-v140-git-cleanup.md'
- 'Finding and Using Documentation for a Previous Release': 'cookbook-recipes/previous-release-docs.md'
- 'Specifications':
- 'Resource Allocation': 'specifications/resource-matrix.md'
- 'About':
- 'About ISLE': 'about/about-isle.md'
- 'Contributing to ISLE': 'about/contributing.md'
- 'Contributor Docs':
- 'Docs: MkDocs': 'contributor-docs/mkdocs.md'
- 'Docs: Spell Checker': 'contributor-docs/spell-checker.md'
- 'Docs: Style Guide': 'contributor-docs/style-guide.md'
- 'Testing Guide': 'contributor-docs/testing-guide.md'
- 'Get Help': 'about/get-help.md'
- 'Release Process': 'contributor-docs/release-process.md'
- 'Release Notes':
- 'Latest release: 1.5.3': 'release-notes/release-1-5-3.md'
- 'Previous releases':
- '1.5.2': 'release-notes/release-1-5-2.md'
- '1.5.1': 'release-notes/release-1-5-1.md'
- '1.5.0': 'release-notes/release-1-5-0.md'
- '1.4.2': 'release-notes/release-1-4-2.md'
- '1.4.1': 'release-notes/release-1-4-1.md'
- '1.4.0': 'release-notes/release-1-4-0.md'
- '1.3.0': 'release-notes/release-1-3-0.md'
- '1.2.0': 'release-notes/release-1-2-0.md'
- '1.1.2': 'release-notes/release-1-1-2.md'
- '1.1.1': 'release-notes/release-1-1-1.md'
- '1.1.0': 'release-notes/release-1-1-0.md'