-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
91 lines (84 loc) · 3.29 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
#
# Copyright (C) 2022 DANS - Data Archiving and Networked Services ([email protected])
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
site_name: dans-datastation-architecture
theme:
name: readthedocs
repo_name: DANS-KNAW/dans-datastation-architecture
repo_url: https://github.com/DANS-KNAW/dans-datastation-architecture
nav:
- About: index.md
- Architecture:
- Core Services: core-services.md
- Data Station: datastation.md
- Configurations:
- Overview: configurations.md
- DataverseNL: dataversenl.md
- Vault as a Service: vaas.md
- Temporary Vault: temporary-vault-config.md
- External interfaces:
- Overview: external-interfaces.md
- SWORD: sword.md
- Data Vault Storage Root: data-vault-storage-root.md
- Internal interfaces:
- Overview: internal-interfaces.md
- Deposit Directory: deposit-directory.md
- Migration from EASY:
- About: migration.md
- Development:
- Overview: dev.md
- Build status: status.md
plugins:
- markdownextradata
- search
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/css/lightbox.min.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/js/lightbox-plus-jquery.min.js
extra:
data_archive: https://www.surf.nl/en/services/data-archive
dmftar: https://servicedesk.surf.nl/wiki/display/WIKI/Data+Archive%3A+Packaging+with+dmftar
dans_website: https://dans.knaw.nl/
dataverse_org: https://dataverse.org/
dataverse_docs: https://guides.dataverse.org/en/latest/
dataverse_user_guide: https://guides.dataverse.org/en/latest/user/index.html
dataverse_api_guide: https://guides.dataverse.org/en/latest/api/index.html
dataversenl_url: https://dataverse.nl/
ds_archaeology: https://archaeology.datastations.nl/
ds_ssh: https://ssh.datastations.nl/
ds_ls: https://lifesciences.datastations.nl/
ds_pts: https://phys-techsciences.datastations.nl/
skosmos_url: https://skosmos.org/
dans_bagit_profile: https://dans-knaw.github.io/dans-bagit-profile/versions/1.2.0/
sword2_url: https://sword.cottagelabs.com/previous-versions-of-sword/sword-v2/sword-v2-specifications/
easy_url: https://easy.dans.knaw.nl/ui/home
sword2_examples: https://github.com/DANS-KNAW/dd-dans-sword2-examples
sword2_examples_docs: https://dans-knaw.github.io/dd-dans-sword2-examples/
core_trust_seal_url: https://www.coretrustseal.org/about/
ocfl_url: https://ocfl.io/
bagit_specs: https://www.rfc-editor.org/rfc/rfc8493.html
dans_layer_store_lib: https://dans-knaw.github.io/dans-layer-store-lib/
rda_research_data_repo_interoperability_wg_recommendations: http://doi.org/10.15497/RDA00025
markdown_extensions:
- attr_list
- admonition
- codehilite:
guess_lang: False
use_pygments: False
- def_list
- footnotes
- meta
- toc:
permalink: true