Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Sep 30, 2015
1 parent 4f32402 commit 8a38fd5
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions 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"
]
Expand Down

0 comments on commit 8a38fd5

Please sign in to comment.