-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (57 loc) · 1.81 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
site_name: Gateway Technical Guides
theme:
name: material
#custom_dir: docs/overrides
palette:
scheme: hdruk
logo: images/logo.png
favicon: images/favicon.png
features:
- navigation.footer
- navigation.instant
- navigation.expand
- content.code.copy
- content.code.annotate
- toc.follow
extra_css:
- stylesheets/custom.css
nav:
- Home: index.md
- Using the Gateway:
- Login: fe-login.md
- Accessing Our APIs:
- What is a Private App: private-app-what.md
- Create a Private App: private-app-create.md
- Manage a Private App: private-app-manage.md
- Using our APIs:
- Making an authenticated request: using-our-apis/making-an-authenticated-request.md
- Integrations:
- HDR UK Datasets Integration: integrations-hdruk-datasets.md
- Metadata:
- Create: creating-metadata.md
- Validate: metadata-validation.md
- Exemplars: example-metadata.md
- Using the API:
- Datasets:
- Create: creating-a-dataset.md
- Retrieve: retrieving-a-dataset.md
- Update: updating-a-dataset.md
- Delete: deleting-a-dataset.md
- Using HDR UK Datasets Federation:
- Test Server Example: gmi-test-server.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html