This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
64 lines (61 loc) · 2.8 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
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. Remote Server ISLE Installation': 'install/install-server.md'
- 'Update ISLE': 'update/update.md'
- 'Migrate Existing Site to ISLE':
- 'Migrate to ISLE Environment': 'migrate/install-migration.md'
- 'Migration Export Checklist': 'migrate/export-checklist.md'
- 'Migration Merge Checklist': 'migrate/merge-checklist.md'
- 'Migration Reindex Process': 'migrate/reindex-process.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'
- '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'
- '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'
- 'Let''s Encrypt: Free SSL Certificates' : 'appendices/configuring-lets-encrypt.md'
- 'Warning about Red Hat Install': 'appendices/redhat.md'
- 'Cookbook Recipes':
- 'ISLE Cheat Sheet: Docker Commands': 'cookbook-recipes/isle-cheatsheet-docker-commands.md'
- 'About':
- 'Contributing to ISLE': 'about/contributing.md'
- 'About ISLE': 'about/about-isle.md'
- 'About Committers': 'about/committers.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'
- 'Release Process': 'contributor-docs/release-process.md'
- 'Testing Guide': 'contributor-docs/testing-guide.md'
- 'Get Help': 'about/get-help.md'
- 'Release Notes':
- 'Latest release: 1.1.1': 'release-notes/release.md'
- 'Previous releases':
- '1.1': 'release-notes/release-1-1.md'