1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00
php-debugbar/docs/manifest.json

14 lines
275 B
JSON
Raw Normal View History

2013-06-13 18:48:23 +08:00
{
"title": "PHP Debug Bar",
2013-06-19 13:15:46 +09:00
"css": "style.css",
2013-06-13 18:48:23 +08:00
"home": "../README.md",
"files": [
"../README.md",
"data_collectors.md",
"rendering.md",
2013-06-19 12:05:16 +09:00
"javascript_bar.md",
2013-08-13 12:29:40 +10:00
"base_collectors.md",
2013-06-19 12:05:16 +09:00
"bridge_collectors.md"
2013-06-13 18:48:23 +08:00
]
}