-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
137 lines (134 loc) · 4.04 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: Data Documentation
site_url: https://beatybiodiversitymuseum.github.io/data-documentation
nav:
- Home:
- index.md
- Specify:
- Tutorials:
- specify/tutorials/getting-started.md
- specify/tutorials/user-preferences.md
- specify/tutorials/simple-search.md
- specify/tutorials/queries.md
- specify/tutorials/trees.md
- specify/tutorials/workbench.md
- How-to:
- specify/how-to/keep-track-of-recently-entered-records.md
- specify/how-to/edit-the-preptype-picklist.md
- specify/how-to/download-a-query-as-a-csv.md
- specify/how-to/merge-localities.md
- specify/how-to/use-geolocate-to-find-coordinates-for-a-locality.md
- specify/how-to/attach-citations-to-collection-objects.md
- specify/how-to/search-for-records-by-scientific-name.md
- Explanation:
- specify/explanation/structuring-a-locality.md
- specify/explanation/what-is-a-guid.md
- Portal:
- portal/index.md
- Tutorials:
- portal/tutorials/searching.md
- portal/tutorials/navigating-to-a-particular-dataset.md
- portal/tutorials/downloading-data.md
- portal/tutorials/viewing-data.md
- portal/tutorials/ids.md
- How To:
- portal/how-to/download-images.md
- portal/how-to/access-data-programmatically.md
- Reference:
- reference/index.md
- reference/key-reference.md
- reference/filter-terms.md
- reference/saved-queries.md
plugins:
- glightbox
- search
- tags
- material-plausible
theme:
favicon: assets/favicon.ico
logo: assets/beaty-logo-symbol-white.png
icon:
repo: fontawesome/brands/github
admonition:
quote: fontawesome/solid/circle-question
annotation: material/chevron-right-circle
name: material
features:
- navigation.tabs
- navigation.path
- navigation.indexes
- content.tabs.link
- navigation.sections
- content.code.copy
- content.action.edit
- content.action.view
font:
text: Open Sans
palette:
- scheme: beaty
primary: custom
accent: red
repo_url: https://github.com/beatybiodiversitymuseum/data-documentation
repo_name: GitHub Repository
edit_uri: "edit/main/docs"
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences
- abbr
- def_list
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
extra_css:
- stylesheets/extra.css
copyright: <iframe src="https://status.beatymuseum.ubc.ca/badge" width="250" height="30" frameborder="0" scrolling="no"></iframe>
extra:
analytics:
provider: plausible
domain: beatybiodiversitymuseum.github.io
feedback:
title: Was this page helpful?
ratings:
- icon: fontawesome/regular/thumbs-up
name: This page was helpful
data: good
note: >-
Thanks for your feedback!
- icon: fontawesome/regular/thumbs-down
name: This page could be improved
data: bad
note: >-
Thanks for your feedback!
generator: false
social:
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/BeatyMuseum
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/beatymuseum
- icon: fontawesome/brands/twitter
link: https://twitter.com/beatymuseum
- icon: fontawesome/brands/youtube
link: https://youtube.com/beatymuseum