Skip to content

Commit

Permalink
[INTERNAL] JSDoc: Set wrap option and add openGraph meta data
Browse files Browse the repository at this point in the history
Wrapping navigation names is necessary because our module names are very long.
  • Loading branch information
RandomByte committed Jan 9, 2019
1 parent 492245b commit 1fb5e0d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"cleverLinks": false,
"monospaceLinks": false
},
"openGraph": {
"title": "UI5 Build and Development Tooling - API Reference",
"type": "website",
"image": "https://sap.github.io/ui5-tooling/docs/images/UI5_logo_wide.png",
"site_name": "UI5 Build and Development Tooling - API Reference",
"url": "https://sap.github.io/ui5-tooling/"
},
"docdash": {
"sectionOrder": [
"Modules",
Expand All @@ -32,11 +39,12 @@
"Interfaces"
],
"meta": {
"title": "UI5 Logger JSDoc",
"description": "UI5 Build and Development Tooling - UI5 Logger",
"keyword": "openui5 sapui5 ui5 build development tool"
"title": "UI5 Build and Development Tooling - API Reference - UI5 Logger",
"description": "UI5 Build and Development Tooling - API Reference - UI5 Logger",
"keyword": "openui5 sapui5 ui5 build development tool api reference"
},
"search": true,
"wrap": true,
"menu": {
"GitHub": {
"href": "https://github.com/SAP/ui5-logger",
Expand Down

0 comments on commit 1fb5e0d

Please sign in to comment.