-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5f45785
run all packages through Documentalist
52f4aed
index.md page for each package, _nav in docs
6afd783
update nesting in datetime docs
ac08b61
title in styleguide
1c58c95
change default page
6f11ec7
Merge branch 'feature/documentalist' into gg/docs-all-packages
giladgray f9a71a5
fix Table links, rename page to just Table
f7b6960
move color aliases table styles to live with its family
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
reference: core | ||
--- | ||
|
||
@# Core | ||
|
||
The __@blueprintjs/core__ NPM package is the basis of any Blueprint app. It includes many (30+) | ||
React components covering all the basic bases, from buttons to form controls to tooltips and trees. | ||
It also includes CSS styles for every component and the tools to style your own components and apps | ||
with Sass and Less variables, an elegant color palette, and 300+ UI icons in two sizes. | ||
|
||
@page accessibility | ||
@page colors | ||
@page typography | ||
@page icons | ||
@page variables | ||
@page components | ||
@page resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
reference: datetime | ||
--- | ||
|
||
@# Datetime | ||
|
||
The __@blueprintjs/datetime__ NPM package provides several components for interacting with dates and times: | ||
|
||
- [`DatePicker`](#components.datetime.datepicker) for selecting a single date (day, month, year). | ||
|
||
- [`DateRangePicker`](#components.datetime.daterangepicker) for selecting date ranges. | ||
|
||
- [`TimePicker`](#components.datetime.timepicker) for selecting a time (hour, minute, second, | ||
millisecond). | ||
|
||
- [`DateTimePicker`](#components.datetime.datetimepicker), which composes `DatePicker` and | ||
`TimePicker` to select a date and time together. | ||
|
||
- [`DateInput`](#components.datetime.dateinput), which composes a text input with a `DatePicker` in | ||
a `Popover`, for use in forms. | ||
|
||
They are available in the __@blueprintjs/datetime__ package on | ||
[NPM](https://www.npmjs.com/package/@blueprintjs/datetime). | ||
|
||
Make sure to review the [general usage docs for JS components](#components.usage). | ||
|
||
```sh | ||
npm install --save @blueprintjs/datetime | ||
``` | ||
|
||
@page datepicker | ||
@page daterangepicker | ||
@page timepicker | ||
@page datetimepicker | ||
@page dateinput |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!-- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be eventually moved out of this package (docs) since we want this package to be used as the theme for other projects (so it shouldn't know about datetime or table, for example) |
||
This file enumerates the exact order of root pages in the left sidebar. | ||
--> | ||
|
||
@page styleguide | ||
@page core | ||
@page datetime | ||
@page table-js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done and done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep! 💅