From 8a38fd5bb2489cdddc3e6600dfda56f7bdcc3623 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 29 Sep 2015 18:15:12 -0700 Subject: [PATCH] Update doc config --- docs/sentry-doc-config.json | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/docs/sentry-doc-config.json b/docs/sentry-doc-config.json index bfc54b6..6ba622f 100644 --- a/docs/sentry-doc-config.json +++ b/docs/sentry-doc-config.json @@ -1,42 +1,38 @@ { - "wizards": { + "platforms": { "php": { "name": "PHP", - "client_lib": "raven-php", - "is_framework": false, + "type": "language", "doc_link": "", - "snippets": [ + "wizard": [ "index#installation", "index#configuration", "usage#capturing-errors" ] }, - "php-laravel": { + "php.laravel": { "name": "Laravel", - "client_lib": "raven-php", - "is_framework": true, + "type": "framework", "doc_link": "integrations/laravel/", - "snippets": [ + "wizard": [ "index#installation", "integrations/laravel#laravel-5-x" ] }, - "php-monolog": { + "php.monolog": { "name": "Monolog", - "client_lib": "raven-php", - "is_framework": true, + "type": "framework", "doc_link": "integrations/monolog/", - "snippets": [ + "wizard": [ "index#installation", "integrations/monolog#monolog" ] }, - "php-symfony2": { + "php.symfony2": { "name": "Symfony2", - "client_lib": "raven-php", - "is_framework": true, + "type": "framework", "doc_link": "integrations/symfony2/", - "snippets": [ + "wizard": [ "index#installation", "integrations/symfony2#symfony2" ]