Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DM] docs for all packages #818

Merged
merged 8 commits into from
Mar 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulp/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = (blueprint, gulp, plugins) => {
gulp.task("docs-json", () => {
return dm.Documentalist.create({ renderer: text.renderer })
.use(".scss", new dm.KssPlugin())
.documentGlobs("packages/core/src/**/*")
.documentGlobs("packages/*/src/**/*")
.then((contents) => {
function nestChildPage(child, parent) {
const originalRef = child.reference;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/table/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This component adds Blueprint styling to native HTML tables.
<h5>This is not @blueprintjs/table</h5>
This table component is a simple CSS-only skin for HTML `<table>` elements.
It is ideal for basic static tables. If you're looking for more complex
spreadsheet-like features, check out [**@blueprintjs/table**](#components.table-js).
spreadsheet-like features, check out [**@blueprintjs/table**](#table-js).
</div>

@## CSS API
Expand Down
11 changes: 0 additions & 11 deletions packages/core/src/docs/_nav.md

This file was deleted.

Loading