-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
143 lines (134 loc) · 3.4 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
138
139
140
141
142
143
site_name: Boa Study Template
site_url: https://boalang.github.io/study-template/
nav:
- Home:
- index.md
- Requirements: requirements.md
- Installing: installing.md
- Using the Template:
- research/index.md
- Paths: research/paths.md
- Adding Queries: research/add-query.md
- Query Templates: research/templates.md
- Adding Analyses: research/add-analysis.md
- Using the Common Library: research/common.md
- Building: research/building.md
- Publishing: research/publishing.md
- Using a Replication: replications.md
- VSCode Extension: vscode.md
site_author: Robert Dyer
site_description: >-
Documentation on how to use Boa's Study Template.
repo_name: boalang/study-template
repo_url: https://github.com/boalang/study-template
# edit_uri: edit/main/
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.follow
- toc.integrate
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.top
- content.code.copy
- content.tabs.link
- search.suggest
- search.highlight
language: en
logo: images/boa.png
favicon: images/boa.png
icon:
repo: material/git
edit: material/pencil
view: material/eye
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: custom
accent: custom
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-3
name: Switch to light mode
primary: custom
accent: custom
extra:
social:
- icon: fontawesome/brands/github
name: Robert Dyer on GitHub
link: https://github.com/psybers
- icon: fontawesome/brands/linkedin
name: Robert Dyer on LinkedIn
link: https://www.linkedin.com/in/robertdyer/
generator: false
version:
provider: mike
default:
- latest
- develop
extra_css:
- css/extra.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- js/mathjax-config.js
markdown_extensions:
- pymdownx.blocks.tab:
alternate_style: True
combine_header_slug: True
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
- pymdownx.blocks.admonition:
types:
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- pymdownx.highlight:
linenums: true
# anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.mark
# - material.extensions.preview:
# targets:
# include:
# - test.md
# - insiders/changelog/*
plugins:
- search
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
copyright: |
Copyright © 2024 <a href="https://go.unl.edu/rdyer" target="_blank" rel="noopener">Robert Dyer</a>