-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.06 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
site_name: CodeLimit Documentation
repo_url: https://github.com/getcodelimit/codelimit
theme:
name: material
palette:
- scheme: slate
primary: black
toggle:
icon: material/lightbulb
name: Switch to light mode
- scheme: default
primary: black
accent: indigo
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
logo: assets/logo.png
favicon: assets/favicon.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.footer
- content.code.copy
extra_css:
- stylesheets/asciinema-player.css
extra_javascript:
- javascripts/asciinema-player.min.js
plugins:
- glightbox:
draggable: false
background: none
shadow: false
- search
markdown_extensions:
- abbr
- attr_list
- pymdownx.snippets
nav:
- CodeLimit: 'index.md'
- Getting Started:
- 'getting-started/development-workflow.md'
- 'getting-started/standalone-usage.md'
- 'configuration.md'
- 'why-function-length.md'
- 'faq.md'
- 'development.md'