Skip to content

Commit 9c29f20

Browse files
committed
Add docs wizard
1 parent 1b20331 commit 9c29f20

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/sentry-doc-config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"wizards": {
3+
"javascript": {
4+
"name": "JavaScript",
5+
"client_lib": "raven-js",
6+
"is_framework": false,
7+
"doc_link": "installation",
8+
"snippets": [
9+
"index#installation",
10+
"index#configuring-the-client",
11+
"index#reporting-errors"
12+
]
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)