-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
70 lines (62 loc) · 1.54 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
site_name: dhlab documentation
theme:
name: "material"
logo: _images/NB-symbol-farge.png
favicon: _images/nb_symbol_farge_z5B_icon.ico
palette:
primary: "white"
accent: "red"
features:
- content.code.copy
- navigation.footer
- navigation.path
repo_url: https://github.com/NationalLibraryOfNorway/DHLAB
repo_name: NationalLibraryOfNorway/DHLAB
extra:
social:
- icon: material/home
link: https://www.nb.no/
name: National Library of Norway
- icon: material/book-search
link: https://www.nb.no/search/
name: Online library search
- icon: simple/streamlit
link: https://www.nb.no/dh-lab/apper/
name: dhlab streamlit apps
- icon: fontawesome/brands/github
link: https://github.com/NationalLibraryOfNorway/DHLAB
- icon: simple/python
link: https://pypi.org/project/dhlab/
name: pypi.org
- icon: material/bug
link: https://github.com/NationalLibraryOfNorway/DHLAB/issues
name: bug tracker
plugins:
- mkdocstrings
- search
- autorefs
- section-index
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
baselevel: 2
nav:
- Home: index_home.md
- Examples: docs_example_use.md
- Terms: term_definitions.md
- Code Reference:
- reference.md
- api.md
- images.md
- metadata.md
- ngram.md
- text.md