-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
75 lines (62 loc) · 1.39 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
site_name: Foxy Contexts
nav:
- Overview: index.md
- Tools: tools.md
- Resources: resources.md
- Prompts: prompts.md
- Testing: testing.md
- App Builder: app_builder.md
extra_css:
- static/css/extra.css
plugins:
- search
- tags:
tags_file: links.md
repo_name: strowk/foxy-contexts
repo_url: https://github.com/strowk/foxy-contexts
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
primary: blue
scheme: slate
features:
- navigation.tracking
- announce.dismiss
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- toc.integrate
- navigation.indexes
- search.suggest
- header.autohide
icon:
repo: fontawesome/brands/github
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
base_path: .
auto_append:
- docs/includes/abbreviations.md
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
watch:
- README.md