Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
93 lines (89 loc) · 2.25 KB

File metadata and controls

93 lines (89 loc) · 2.25 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
86
87
88
89
90
91
92
93
site_name: PHP Debug Bar
site_author: Barry vd. Heuvel
site_description: PHP Debug Bar
site_url: https://php-debugbar.com
repo_url: https://github.com/php-debugbar/php-debugbar
copyright: Copyright © Barry vd. Heuvel & Maxime Bouroumeau-Fuseau
nav:
- DebugBar: index.md
- Documentation:
- Getting started: docs/index.md
- docs/release-notes.md
- docs/data-collectors.md
- docs/rendering.md
- docs/ajax-and-stack.md
- docs/data-formatter.md
- docs/storage.md
- docs/openhandler.md
- docs/http-drivers.md
- docs/javascript-bar.md
- Collectors:
- collectors/base.md
- collectors/bridge.md
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo_white.png
favicon: assets/favicon.png
palette:
- primary: custom
accent: custom
scheme: default
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
- toc.follow
- toc.integrate
- search.highlight
- meta
extra_css:
- assets/dist/debugbar.min.css?v=1772714179
- assets/extra.css
extra_javascript:
- assets/dist/debugbar.min.js?v=1772714179
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: php-debugbar
repo: php-debugbar
extra:
analytics:
provider: google
property: G-RRZHNXY76R
social:
- icon: fontawesome/brands/github
link: https://github.com/php-debugbar/php-debugbar
hooks:
- docs/overrides/shortcodes.py
Morty Proxy This is a proxified and sanitized view of the page, visit original site.