forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.json
36 lines (36 loc) · 1011 Bytes
/
doc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "doc",
"command": "ng doc <keyword>",
"shortDescription": "Opens the official Angular documentation (angular.io) in a browser, and searches for a given keyword.",
"aliases": [
"d"
],
"deprecated": false,
"options": [
{
"name": "help",
"type": "boolean",
"description": "Shows a help message for this command in the console."
},
{
"name": "keyword",
"type": "string",
"description": "The keyword to search for, as provided in the search bar in angular.io.",
"positional": 0
},
{
"name": "search",
"type": "boolean",
"aliases": [
"s"
],
"default": false,
"description": "Search all of angular.io. Otherwise, searches only API reference documentation."
},
{
"name": "version",
"type": "string",
"description": "Contains the version of Angular to use for the documentation. If not provided, the command uses your current Angular core version."
}
]
}