We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bbddd commit 9748e91Copy full SHA for 9748e91
docs/sentry-doc-config.json
@@ -12,14 +12,23 @@
12
]
13
},
14
"javascript.angular": {
15
- "name": "Angular",
+ "name": "Angular 1",
16
"type": "framework",
17
"doc_link": "integrations/angular/",
18
"wizard": [
19
"integrations/angular#installation",
20
"integrations/angular#configuring-the-client"
21
22
23
+ "javascript.angular2": {
24
+ "name": "Angular 2",
25
+ "type": "framework",
26
+ "doc_link": "integrations/angular2/",
27
+ "wizard": [
28
+ "integrations/angular#installation",
29
+ "integrations/angular#configuration"
30
+ ]
31
+ },
32
"javascript.backbone": {
33
"name": "Backbone",
34
0 commit comments