Skip to content

Commit

Permalink
docs(react): update data table docs (#6694)
Browse files Browse the repository at this point in the history
* chore: check-in work

* chore: check-in work

* docs(react): update data-table docs

* chore(project): remove hoisted package-config-carbon

* docs(react): update story syntax error

* chore(docs): fix eslint violations

* chore(project): format files

* chore(react): add DataTable.mdx to exports test

Co-authored-by: TJ Egan <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 31, 2020
1 parent 33bc3b8 commit 442bdcc
Show file tree
Hide file tree
Showing 22 changed files with 1,140 additions and 1,690 deletions.
10 changes: 6 additions & 4 deletions packages/react/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ addParameters({
// To story the stories, we first build up a list of matches based on
// keywords. Each keyword has a specific weight that will be used to
// determine order later on.
const UNKNOWN_KEYWORD = 2;
const UNKNOWN_KEYWORD = 3;
const keywords = new Map([
['default', 1],
['playground', 3],
['deprecated', 4],
['unstable', 5],
['usage', 2],
['playground', 4],
['development', 5],
['deprecated', 6],
['unstable', 7],
]);
const matches = new Map();

Expand Down
Loading

0 comments on commit 442bdcc

Please sign in to comment.