diff --git a/docs/how-tos/access-airlock.md b/docs/how-tos/access-airlock.md index 112b253a..613794a2 100644 --- a/docs/how-tos/access-airlock.md +++ b/docs/how-tos/access-airlock.md @@ -39,6 +39,3 @@ You should be now logged in. This login will expire after two weeks of not being --- * Next: [View workspace files](view-workspace-files.md) - - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/how-tos/create-and-submit-a-release-request.md b/docs/how-tos/create-and-submit-a-release-request.md index 4dded769..996bcc8f 100644 --- a/docs/how-tos/create-and-submit-a-release-request.md +++ b/docs/how-tos/create-and-submit-a-release-request.md @@ -76,5 +76,3 @@ able to edit it. Output checkers will be [automatically notified](../explanation * Previous: [View workspace files](view-workspace-files.md) * Next: [Respond to a returned request](respond-to-returned-request.md) - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/how-tos/edit-file-on-request.md b/docs/how-tos/edit-file-on-request.md index e92d0aed..4b773b18 100644 --- a/docs/how-tos/edit-file-on-request.md +++ b/docs/how-tos/edit-file-on-request.md @@ -60,5 +60,3 @@ with the new file group. * Previous: [Respond to a returned request](respond-to-returned-request.md) * Next: [Withdraw a release request](withdraw-request.md) - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/how-tos/index.md b/docs/how-tos/index.md index 9fc21ca9..e5fcc8cf 100644 --- a/docs/how-tos/index.md +++ b/docs/how-tos/index.md @@ -22,5 +22,3 @@ For output checkers: * [Download a file](download-file.md) * [Reject a request](reject-request.md) * [Release files](release-files.md) - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/how-tos/respond-to-returned-request.md b/docs/how-tos/respond-to-returned-request.md index 74093aac..0f9c74bd 100644 --- a/docs/how-tos/respond-to-returned-request.md +++ b/docs/how-tos/respond-to-returned-request.md @@ -41,6 +41,3 @@ When you are happy that you have responded to feedback and questions, --- * Previous: [Create and submit a release request](create-and-submit-a-release-request.md) * Next: [Edit a file on a request](edit-file-on-request.md) - ----8<-- 'airlock-includes/glossary.md' - diff --git a/docs/how-tos/view-workspace-files.md b/docs/how-tos/view-workspace-files.md index 555e4322..fbfc4804 100644 --- a/docs/how-tos/view-workspace-files.md +++ b/docs/how-tos/view-workspace-files.md @@ -27,5 +27,3 @@ the file. * Previous: [Accessing Airlock](access-airlock.md) * Next: [Create and submit a release request](create-and-submit-a-release-request.md) - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/how-tos/withdraw-request.md b/docs/how-tos/withdraw-request.md index 6cef1cd1..9f88cf61 100644 --- a/docs/how-tos/withdraw-request.md +++ b/docs/how-tos/withdraw-request.md @@ -19,5 +19,3 @@ You will need to confirm that you really want to do this before proceeding. --- * Previous: [Edit a file on a request](edit-file-on-request.md) - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/index.md b/docs/index.md index 9918584f..c9130776 100644 --- a/docs/index.md +++ b/docs/index.md @@ -51,6 +51,3 @@ The [how-to guides](how-tos/index.md) provide practical steps for working with A The [explanation](explanation/index.md) section provides background information about Airlock and its features. The [reference](reference/index.md) section provides background information about working with Airlock. - - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/reference/index.md b/docs/reference/index.md index 9b7bdd46..c3959958 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -4,5 +4,3 @@ The reference provides background knowledge for working with Airlock. * [Alternative ways to view files](view-files-alt.md) * [Viewing underlying source code](view-source-code.md) * [Request state diagram](request-states.md) - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/reference/view-files-alt.md b/docs/reference/view-files-alt.md index af3ece11..4174ba27 100644 --- a/docs/reference/view-files-alt.md +++ b/docs/reference/view-files-alt.md @@ -15,6 +15,3 @@ file content, with more space for viewing. Files in the Airlock file viewer are formatted according to their file type. For example, CSV files are displayed as a filterable and sortable table. If you wish, you can also view the file content in its raw form, by selecting "View as plain text" in the `More` dropdown. - - ----8<-- 'airlock-includes/glossary.md' diff --git a/docs/reference/view-source-code.md b/docs/reference/view-source-code.md index f7356eb6..d661edc9 100644 --- a/docs/reference/view-source-code.md +++ b/docs/reference/view-source-code.md @@ -11,5 +11,3 @@ workspace is connected to. !!! note The version of the repo files corresponds to the state of the repo *at the commit when the job was run*. - ----8<-- 'airlock-includes/glossary.md' diff --git a/mkdocs.yml b/mkdocs.yml index 5ff06277..5dc12dac 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -95,3 +95,5 @@ markdown_extensions: check_paths: true base_path: # base paths will be checked in order for matching snippets - docs + auto_append: + - airlock-includes/glossary.md