forked from Islandora/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (33 loc) · 1.72 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
site_name: Islandora 7.x-2.x
site_dir: site
docs_dir: docs
site_description: Documentation for Islandora 7.x-2.x
dev_addr: 'localhost:8111'
repo_url: https://github.com/Islandora-CLAW/CLAW
theme: readthedocs
pages:
- About:
- 'Islandora 7.x-2.x': 'index.md'
- 'Islandora-Sync': 'camel/sync/README.md'
- 'Islandora (Drupal module)': 'drupal/islandora/README.md'
- Installation:
- 'Installation (Vagrant)': 'install/README.md'
- Contributing:
- 'How to contribute': 'contributing/contributing.md'
- 'Committers': 'contributing/committers.md'
- 'Hacking on Islandora': 'contributing/hacking-on-islandora.md'
- User Documentation:
- 'Islandora 2.x for Islandora 1.x Users': 'user-documentation/2xfor1x.md'
- 'Creating Collections in Islandora 7.x-2.x': 'user-documentation/creating-collections-in-islandora-7.x-2.x.md'
- 'Adding an object to a collection in Islandora 7.x-2.x': 'user-documentation/adding-object-to-collection-in-islandora-7.x-2.x.md'
- 'Editing the Basic Image Form in Islandora 7.x-2.x': 'user-documentation/editing-basic-image-form-in-islandora-7.x-2.x.md'
- 'Adding a Drupal Taxonomy in Islandora 7.x-2.x': 'user-documentation/form-field-select-taxonomy-in-islandora-7.x-2.x.md'
- Technical Documentation:
- 'Architecture': 'technical-documentation/architecture.md'
- 'Middleware Services': 'technical-documentation/services.md'
- 'Commands': 'technical-documentation/commands.md'
- 'How to build documenation': 'technical-documentation/docs-build.md'
- Migration:
- 'Migration': 'migration/migration.md'
- 'Fedora namespace predicates': 'migration/fedora-namespace-predicates.md'
- 'Islandora namespace predicates': 'migration/islandora-namespace-predicates.md'