Skip to content

Commit

Permalink
[DM] docs for all packages (#818)
Browse files Browse the repository at this point in the history
* run all packages through Documentalist (easy glob change 👍)
* index.md page for each package, _nav in docs
* update nesting in datetime docs
* title in styleguide
* change default page
* fix Table links, rename page to just Table
* move color aliases table styles to live with its family
  • Loading branch information
giladgray authored Mar 15, 2017
1 parent 776548b commit bcce1c5
Show file tree
Hide file tree
Showing 14 changed files with 350 additions and 235 deletions.
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

0 comments on commit bcce1c5

Please sign in to comment.