-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
mkdocs.yaml
57 lines (46 loc) · 1.24 KB
/
mkdocs.yaml
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
site_name: "llamabot"
site_url: https://ericmjl.github.io/llamabot
docs_dir: docs/
# For more configuration on the theme, see https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/
theme:
name: material
icon:
logo: "fontawesome/solid/book"
features:
- instant
- tabs
- content.code.copy
language: en
# We customize the navigation by hand to control the order
# in which pages show up.
plugins:
- search
- mknotebooks:
execute: false
write_markdown: true
allow_errors: false
timeout: 1200
binder: true
binder_service_name: "gh"
binder_branch: "master"
binder_ui: "lab"
# Taken from here: https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
markdown_extensions:
- codehilite
- admonition
- pymdownx.superfences
- markdown.extensions.attr_list
extra_css:
- apidocs.css
extra_javascript:
- config.js
repo_name: "ericmjl/llamabot"
repo_url: "https://github.com/ericmjl/llamabot"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/ericmjl"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/ericmjl"
- icon: "fontawesome/brands/linkedin"
link: "https://linkedin.com/in/ericmjl"