-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
102 lines (102 loc) · 2.71 KB
/
mkdocs.yml
File metadata and controls
102 lines (102 loc) · 2.71 KB
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
# Ex: https://github.com/ultrabug/mkdocs-static-i18n/blob/main/mkdocs.yml
site_name: Libris API-dokumentation
site_url: https://libris.kb.se/api/docs/
repo_url: https://github.com/libris/libris-api-docs
repo_name: libris-api-docs
nav:
- Start: index.md
#- Handledningar:
# - tutorial/search.md
# - tutorial/sparql.md
- Instruktionsguider:
#- howto/index.md
- howto/auth.md
#- howto/xsearch_migration.md
- howto/sparql_examples.md
#- howto/emm.md
- Referens:
- reference/libris_environments.md
#- REST-API: reference/restapi.md
- Jobba med Libris-poster:
- reference/glossary.md
- reference/crud_get.md
- reference/crud_post.md
- reference/crud_put.md
- reference/crud_delete.md
- reference/_dependencies.md
- reference/_findhold.md
- reference/_compilemarc.md
- reference/_convert.md
- reference/new_types.md
- "Sök-API:er":
- reference/find.md
- reference/sparql.md
- reference/_remotesearch.md
- "Export-API:er":
- reference/emm.md
- reference/marc21.md
- reference/oaipmh.md
- reference/sru.md
- reference/bibdb.md
- Förklaringar:
- explanation/rdf.md
- explanation/libris.md
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.magiclink
theme:
name: material
custom_dir: overrides
font: false
features:
- content.action.edit
- content.code.copy
- navigation.indexes
- navigation.sections
#- navigation.tabs
- navigation.expand
- navigation.tracking
palette:
primary: libris
plugins:
- search
- i18n:
docs_structure: suffix
languages:
- locale: sv
default: true
name: Svenska
build: true
site_name: "Libris API-dokumentation"
- locale: en
name: English
build: true
site_name: "Libris API documentation"
nav_translations:
Hem: Home
Handledningar: Tutorials
Instruktionsguider: How-to
Referens: Reference
Förklaringar: Explanations
Jobba med Libris-poster: Work with Libris records
"Sök-API:er": "Search APIs"
"Export-API:er": "Export APIs"
- git-revision-date-localized:
type: iso_datetime
extra_css:
- stylesheets/extra.css