forked from Islandora/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (45 loc) · 1.57 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
site_name: Islandora CLAW
site_dir: site
docs_dir: docs
site_description: Documentation for Islandora CLAW
dev_addr: 'localhost:8111'
repo_url: https://github.com/Islandora-CLAW/CLAW
theme: material
extra:
font:
text: 'Roboto'
code: 'Roboto Mono'
author:
twitter: 'islandora'
palette:
primary: 'red'
accent: 'red'
logo: 'assets/claw.png'
social:
- type: 'twitter'
link: 'https://twitter.com/islandora'
pages:
- User Documentation:
- 'Introduction to Islandora CLAW': 'user-documentation/intro-to-claw.md'
- 'Islandora CLAW for 1.x Users': 'user-documentation/2xfor1x.md'
- Technical Documentation:
- 'Minimum Viable Product': 'mvp/mvp_doc.md'
- 'How to build documenation': 'technical-documentation/docs-build.md'
- 'Semantic Versioning Policy': 'technical-documentation/versioning.md'
- Components:
- 'Islandora CLAW': 'index.md'
- 'Alpaca': 'alpaca/README.md'
- Drupal modules:
- 'Islandora': 'islandora/README.md'
- 'Islandora Collection': 'islandora_collection/README.md'
- 'Islandora Image': 'islandora_image/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'
- Migration:
- 'Migration': 'migration/migration.md'
- 'Fedora namespace predicates': 'migration/fedora-namespace-predicates.md'
- 'Islandora namespace predicates': 'migration/islandora-namespace-predicates.md'