-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (59 loc) · 1.6 KB
/
mkdocs.yml
File metadata and controls
66 lines (59 loc) · 1.6 KB
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
site_name: leapt/core-bundle
site_description: Documentation for leapt/core-bundle
repo_name: leapt/core-bundle
repo_url: https://github.com/leapt/core-bundle
edit_uri: https://github.com/leapt/core-bundle/edit/6.x/docs/
theme:
name: material
language: en
features:
- navigation.instant
- navigation.top
- toc.integrate
palette:
- scheme: default
primary: green
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: green
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/leapt/core-bundle
name: leapt/core-bundle repository
generator: false
plugins:
- search: { }
nav:
- index.md
- form_types.md
- file_uploads.md
- honeypot.md
- paginator.md
- data_lists.md
- rss_feeds.md
- sitemaps.md
- navigation_helper.md
- utilities.md
- validators.md
- twig_extensions.md
- configuration_reference.md
markdown_extensions:
- toc:
permalink: '#'
- pymdownx.details: { }
- pymdownx.inlinehilite: { }
- pymdownx.highlight:
extend_pygments_lang:
- { name: php, lang: php, options: { startinline: true } }
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition: { }