Skip to content

Commit

Permalink
Add ClayCharts to docs API| Fixes liferay#657
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Mar 15, 2018
1 parent f9335e0 commit 30ff1a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/clayui.com/electric.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ module.exports = {
layout: 'main',
project: {
docsConfig: {
shallow: true
inferPrivate: '^_',
shallow: true,
},
refs: ['v2.0.0-rc.9', 'v2.0.0-rc.8'],
repo: 'clay',
soyAPIEntitiesPath: '../../../partials/ElectricAPIEntities.soy.js',
src: [
'packages/clay-*!(isomorphic)/src/Clay*.js',
'packages/clay-charts/src/*.js'
],
srcPath: 'packages',
user: 'liferay',
Expand Down

0 comments on commit 30ff1a0

Please sign in to comment.