Skip to content

Commit 4ecfe92

Browse files
authored
Merge pull request #216 from rackerlabs/ff-jsdoc
Begin adding JSDoc comments
2 parents 18a3115 + 20b0b43 commit 4ecfe92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+952
-480
lines changed

bin/start.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ browserSync.init({
4040
`${CONFIG.docsDir}/**/*`,
4141
`${CONFIG.sourceDir}/*.less`,
4242
`${CONFIG.sourceDir}/helix-ui/styles/**/*.less`,
43+
`!${CONFIG.docsDir}/api/*`,
44+
`!${CONFIG.docsDir}/api/**/*`,
4345
],
4446
fn: _.debounce(function () {
4547
compileStyles();

docs/images/api/pos-bottom-end.png

1.25 KB
Loading
1.31 KB
Loading
1.26 KB
Loading
1.27 KB
Loading

docs/images/api/pos-bottom.png

1.33 KB
Loading

docs/images/api/pos-center.png

1.09 KB
Loading
1.16 KB
Loading

docs/images/api/pos-left-end.png

1.16 KB
Loading

docs/images/api/pos-left-start.png

1.17 KB
Loading

0 commit comments

Comments
 (0)