Skip to content

Commit

Permalink
Add doc task to Grunt and update documentation.
Browse files Browse the repository at this point in the history
Docs will be generated in dist/doc.

Change-Id: I27bb726f194433461a7dabb8b07c7f498c1c5250
Reviewed-on: https://git-amr-3.devtools.intel.com/gerrit/156252
Reviewed-by: Qiu, Jianlin <jianlin.qiu@intel.com>
Tested-by: Qiu, Jianlin <jianlin.qiu@intel.com>
  • Loading branch information
jianjunz authored and taste1981 committed Jan 12, 2018
1 parent 645dcdd commit c30b812
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 442 deletions.
7 changes: 4 additions & 3 deletions docs/jsdoc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"include": "../src/sdk",
"exclude": ["../src/sdk/icsREST", "../src/sdk/nuve", "../src/sdk/ui"],
"include": "src/sdk",
"exclude": ["src/sdk/rest", "src/sdk/nuve", "src/sdk/ui"],
"excludePattern": "w*.legacy.*"
},
"sourceType": "module",
Expand All @@ -25,7 +25,8 @@
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true
"highlightTutorialCode": true,
"search": false
},
"markdown": {
"parser": "gfm",
Expand Down
Loading

0 comments on commit c30b812

Please sign in to comment.