-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (81 loc) · 1.99 KB
/
mkdocs.yml
File metadata and controls
85 lines (81 loc) · 1.99 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: Laravel Debugbar
site_author: Barry vd. Heuvel
site_description: Debugbar for Laravel
site_url: https://laraveldebugbar.com
repo_url: https://github.com/barryvdh/laravel-debugbar
edit_uri: ./edit/docs/docs
copyright: Copyright © Barry vd. Heuvel
nav:
- Home: index.md
- Install: installation.md
- Usage: usage.md
- Features: features.md
- Collectors: collectors.md
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo_white.png
favicon: assets/favicon.png
palette:
- primary: custom
accent: custom
scheme: slate
features:
- navigation.tabs
- navigation.tabs.sticky
# - navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- navigation.footer
- navigation.sections
- navigation.expand
- content.tooltips
- content.code.copy
- content.action.edit
- toc.follow
- toc.integrate
- search.highlight
- meta
extra_css:
- assets/extra.css
- assets/dist/debugbar.css?v=1767612540
extra_javascript:
- assets/dist/debugbar.js?v=1767612540
markdown_extensions:
- admonition
- abbr
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: barryvdh
repo: laravel-debugbar
extra:
analytics:
provider: google
property: G-KVHB3EWT91
social:
- icon: fontawesome/brands/github
link: https://github.com/barryvdh/laravel-debugbar
hooks:
- docs/overrides/shortcodes.py