UNPKG

1.66 kBJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": false
4 },
5 "source": {
6 "include": ["README.md", "index.js"],
7 "includePattern": ".+\\.js$",
8 "excludePattern": "(node_modules(\\\\|/))"
9 },
10 "plugins": [],
11 "opts": {
12 "template": "node_modules/docdash/",
13 "encoding": "utf8",
14 "destination": "jsdocs/",
15 "recurse": true,
16 "verbose": true,
17 "access": "public"
18 },
19 "templates": {
20 "cleverLinks": false,
21 "monospaceLinks": false,
22 "default": {
23 "useLongnameInNav": true
24 }
25 },
26 "openGraph": {
27 "title": "UI5 Tooling - API Reference",
28 "type": "website",
29 "image": "https://sap.github.io/ui5-tooling/docs/images/UI5_logo_wide.png",
30 "site_name": "UI5 Tooling - API Reference",
31 "url": "https://sap.github.io/ui5-tooling/"
32 },
33 "docdash": {
34 "sectionOrder": [
35 "Modules",
36 "Namespaces",
37 "Classes",
38 "Externals",
39 "Events",
40 "Mixins",
41 "Tutorials",
42 "Interfaces"
43 ],
44 "meta": {
45 "title": "UI5 Tooling - API Reference - UI5 CLI",
46 "description": "UI5 Tooling - API Reference - UI5 CLI",
47 "keyword": "openui5 sapui5 ui5 build development tool api reference"
48 },
49 "search": true,
50 "wrap": true,
51 "menu": {
52 "GitHub": {
53 "href": "https://github.com/SAP/ui5-cli",
54 "target": "_blank",
55 "class": "menu-item",
56 "id": "github_link"
57 }
58 }
59 }
60}