forked from Islandora/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
242 lines (234 loc) · 12.2 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
site_name: Islandora
site_dir: site
docs_dir: docs
site_description: Documentation for Islandora
dev_addr: 'localhost:8111'
repo_url: https://github.com/Islandora/documentation
site_url: https://islandora.github.io/documentation/
edit_uri: 'edit/main/docs/'
theme:
name: 'material'
palette:
primary: 'green'
accent: 'blue'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo: 'assets/Islandora_logo.png'
language: 'en'
features:
- content.action.edit
icon:
edit: material/pencil
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: True
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- css/custom.css
plugins:
- search
- git-revision-date-localized
extra:
font:
text: 'Roboto'
code: 'Roboto Mono'
author:
twitter: 'islandora'
palette:
primary: 'red'
accent: 'red'
social:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/islandora'
copyright: <b>This documentation is user-sourced!</b> Suggestions and comments are welcome in our <u><a href="https://github.com/Islandora/documentation/issues" target="_blank">issue queue</a></u>.
nav:
- 'About': 'index.md'
# Conceptual, all user roles: should contain high-level information about
# what everybody needs to know to understand Islandora and interact with it
# Possibly add page/section: How to use this documentation (containing user role definitions)
- Concepts:
- 'Nodes in Islandora': 'concepts/node-concepts.md'
- 'Media in Islandora': 'concepts/node-media.md'
- 'Derivatives': 'concepts/derivatives.md'
- 'RDF Repository': 'concepts/rdf.md'
- 'Islandora Starter Site': 'concepts/starter-site.md'
- Behaviours (Models):
- 'Collections': 'concepts/collection.md'
- 'Paged Content': 'user-documentation/paged-content.md'
# conceptual and procedural, repository managers/ curators
# move out procedural description for ordering pages
- 'Audio': 'models/audio.md'
- 'Video': 'models/video.md'
- Installation:
# Procedural, different user roles: clarify who the audience is for a
# particular recipe. The ISLE documentation page was written with a
# 'non-technical' user in mind who wants to test. The Manual installation
# guides mention that users will need additional knowledge about server administration.
- 'Release Notes':
- '8.x-2.0 Release Notes': 'release_notes/8.x-2.0.md'
- 'Older Release Notes': 'https://github.com/Islandora/documentation/tree/main/docs/release_notes'
- 'Install a Demo': 'installation/install-a-demo.md'
- 'ISLE-DC':
- 'Introduction to ISLE': 'installation/docker-introduction.md'
- 'Prerequisites': 'installation/docker-prereq.md'
- Install Islandora:
- 'Installing a Demo Server': 'installation/docker-demo.md'
- 'Installing a Development Server': 'installation/docker-local.md'
- 'Installing a Staging/Production Server': 'installation/docker-custom.md'
- Maintaining Islandora:
- 'Basic Usage': 'installation/docker-basic-usage.md'
- 'Maintaining Drupal': 'installation/docker-maintain-drupal.md'
- 'Maintaining ISLE': 'installation/docker-maintain-isle.md'
- 'Available Commands': 'installation/docker-available-commands.md'
- 'Available Configuration': 'installation/docker-available-configuration.md'
- 'Troubleshooting' : 'installation/docker-troubleshooting.md'
- 'ISLE Site Template': 'installation/site-template.md'
- 'Ansible Playbook': 'installation/playbook.md'
- Manual Installation:
- 'Introduction': 'installation/manual/introduction.md'
- 'Preparing a LAPP Webserver': 'installation/manual/preparing_a_webserver.md'
- 'Installing Composer, Drush, and Drupal': 'installation/manual/installing_composer_drush_and_drupal.md'
- 'Installing Tomcat and Cantaloupe': 'installation/manual/installing_tomcat_and_cantaloupe.md'
- 'Installing Fedora, Syn, and Blazegraph': 'installation/manual/installing_fedora_syn_and_blazegraph.md'
- 'Installing Solr': 'installation/manual/installing_solr.md'
- 'Installing Crayfish': 'installation/manual/installing_crayfish.md'
- 'Installing Karaf and Alpaca': 'installation/manual/installing_karaf_and_alpaca.md'
- 'Configuring Drupal': 'installation/manual/configuring_drupal.md'
- 'Installing Modules': 'technical-documentation/install-enable-drupal-modules.md'
# procedural, sysadmin
# moved from System Administrator Documentation
- Walkthroughs:
# Audience for this section is someone who is extremely new to doing
# the kinds of things that we are introducing. This is someone's first
# foray into this domain so each tutorial should accomplish something
# satisfying, and work 100% of the time.
# Tutorials are not conceptual. They tell you exactly what to do without
# explaining why, and let the user decide if they want to look deeper at
# what these concepts are.
- 'Create a Resource Node': 'tutorials/create-a-resource-node.md'
# procedural, for people learning what islandora is.
- 'Create a Collection': 'tutorials/how-to-create-collection.md'
# procedural, repository managers/ curators
- 'Modify or Create a Content Type': 'user-documentation/content_types.md'
# procedural, repository managers
# add resource page on learning YAML
- 'Configure Blocks': 'tutorials/blocks.md'
# procedural, repository managers
# add/link to conceptual documentation about blocks in Drupal?
- 'Create or Update a View': 'tutorials/create_update_views.md'
# procedural, repository managers
# Add/link to conceptual docs about Views?
- 'Video Documentation': 'user-documentation/video-docs.md'
# mostly procedural, repository managers
- 'Create and Manage User Accounts': 'user-documentation/users.md'
# procedural, repository managers
# add reference information on user roles that come with Islandora/Islandora Defaults out of the box
- Using Islandora:
- 'Introduction': 'user-documentation/user-intro.md'
# Conceptual, 'site admins/repository managers'
# move out high-level conceptual information (#architecture section)
- Describing content:
- 'Content models': 'user-documentation/content_models.md'
# conceptual, all user roles
# moved from User documentation > Content in Islandora
- 'Metadata': 'user-documentation/metadata.md'
# largely conceptual, repository managers/ curators
# information (e.g. move procedure for setting display hints to
- 'Linked data': 'user-documentation/linked_data.md'
# conceptual, repository managers
- 'Metadata harvesting': 'user-documentation/metadata_harvesting.md'
# conceptual, repository managers
# add reference documentation for developers
- Searching content:
- 'Searching': 'user-documentation/searching.md'
# procedural, repository manager
- 'Advanced search': 'user-documentation/advanced-search.md'
# procedural, repository manager
- 'Faceting': 'user-documentation/faceting.md'
# procedural, repository manager
- Viewing content:
- 'Context': 'user-documentation/context.md'
# conceptual and procedural, repository managers
- 'File viewers': 'user-documentation/file_viewers.md'
# conceptual, understanding a very complex network of config. For repo managers/devs.
- 'IIIF': 'user-documentation/iiif.md'
# conceptual/ procedural, repository managers
# add reference documentation about IIIF presentation API implementation
- Handling content files:
- 'Media': 'user-documentation/media.md'
# conceptual and procedural, repository managers
# move out procedural description for deleting Media
- 'Flysystem': 'user-documentation/flysystem.md'
# moved from Developer documentation
- 'Large files': 'user-documentation/uploading-large-files.md'
- 'Transcripts': 'user-documentation/transcripts.md'
# Conceptual and pragmatic, for repository managers.
- Administering Islandora:
- 'Access control': 'user-documentation/access-control.md'
- 'JWT authentication': 'user-documentation/jwt-authentication.md'
# moved from Developer documentation
- 'Usage statistics': 'user-documentation/usage-stats.md'
# largely conceptual, repository managers
- 'Versioning': 'user-documentation/versioning.md'
# conceptual/ reference, repository managers/ developers
- 'Accessibility': 'user-documentation/accessibility.md'
- 'Multilingual': 'user-documentation/multilingual.md'
# conceptual/ procedural/ reference, repository managers
- 'Extending Islandora': 'user-documentation/extending.md'
# conceptual, repository managers/ developers
- Documentation for Developers:
- 'Stack Overview': 'installation/component_overview.md'
# moved from "Installation" section; alternatively duplicate a simplified version in the overview section
# also see Architecture Diagram in Developer documentation
# also see user-intro.md#architecture for the cheeseburger/bento box analogy
# Conceptual/ reference, all user roles/ sys admins/ developers:
# procedural information should be moved out installation guides
- 'Architecture Diagram': 'technical-documentation/diagram.md'
- REST Documentation:
- 'Introduction': 'technical-documentation/using-rest-endpoints.md'
- 'Authorization': 'technical-documentation/rest-authorization.md'
- 'GET': 'technical-documentation/rest-get.md'
- 'POST/PUT': 'technical-documentation/rest-create.md'
- 'PATCH': 'technical-documentation/rest-patch.md'
- 'DELETE': 'technical-documentation/rest-delete.md'
- 'Signposting': 'technical-documentation/rest-signposting.md'
- Alpaca:
- 'Alpaca Technical Stack': 'alpaca/alpaca-technical-stack.md'
- 'Alpaca Tips': 'technical-documentation/alpaca_tips.md'
- Tests:
- 'Testing Notes': 'technical-documentation/testing-notes.md'
- 'Resizing a VM': 'technical-documentation/resizing_vm.md'
- 'Updating Drupal': 'technical-documentation/updating_drupal.md'
- 'Updating a `deb` and adding it to Lyrasis PPA': 'technical-documentation/ppa-documentation.md'
- 'Adding back ?_format=jsonld': 'technical-documentation/adding_format_jsonld.md'
- Migration/Batch Loading:
- 'Migration Overview': 'technical-documentation/migration-overview.md'
- 'REST API': 'technical-documentation/migration-rest-api.md'
- 'Migrate API': 'technical-documentation/migration-migrate-api.md'
- 'Islandora Workbench': 'technical-documentation/migration-islandora-workbench.md'
- 'CSV': 'technical-documentation/migrate-csv.md'
- 'Islandora 7': 'technical-documentation/migrate-7x.md'
- Contributing:
- 'How to contribute': 'contributing/CONTRIBUTING.md'
- 'Running Tests': 'technical-documentation/running-automated-tests.md'
- 'Checking Coding Standards': 'technical-documentation/checking-coding-standards.md'
- 'Contributing Workflow': 'contributing/contributing-workflow.md'
- 'Creating GitHub Issues': 'contributing/create_issues.md'
- 'Versioning Policy': 'technical-documentation/versioning.md'
- 'How to release': 'contributing/releasing-islandora.md'
- 'How to Edit Documentation': 'contributing/editing-docs.md'
- 'How to Build Documentation': 'technical-documentation/docs-build.md'
# moved from Developer documentation
- 'Documentation Style Guide': 'contributing/docs_style_guide.md'
- 'Committers': 'contributing/committers.md'
- 'Maintaining the Sandbox': 'contributing/sandbox.md'
- Glossary: 'user-documentation/glossary.md'