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

docs: reorganized experimental patterns #527

Merged
merged 2 commits into from
Oct 25, 2019
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
12 changes: 6 additions & 6 deletions src/data/nav-items.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,12 @@
path: /experimental/chatbot/overview
- title: Create flows
path: /experimental/create-flows
- title: Empty state pattern
path: /experimental/empty-state-pattern
- title: Edit pattern
path: /experimental/edit-pattern
- title: Dashboard widgets
path: /experimental/dashboard-widgets/usage
- title: Remove pattern
path: /experimental/remove-pattern
- title: Edit pattern
path: /experimental/edit-pattern
- title: Empty state pattern
path: /experimental/empty-state-pattern
- title: Export pattern
path: /experimental/export-pattern
- title: Generate an API key
Expand All @@ -154,6 +152,8 @@
path: /experimental/navigation-pattern
- title: Order summary template
path: /experimental/order-summary-template/usage
- title: Remove pattern
path: /experimental/remove-pattern
- title: Data visualization
pages:
- title: Get started
Expand Down
13 changes: 6 additions & 7 deletions src/pages/experimental/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ Carbon is always getting better. This happens through feature and usability upgr

We are actively working to include these components, patterns, and tools in the Carbon site.

| Resource | Type | Status |
| -------------------------------------------------------------------------------------------------------------- | ------- | ------------ |
| [Axure kit](https://github.com/carbon-design-system/carbon/issues/3071) | Tool | In progress |
| [Edit pattern](https://github.com/carbon-design-system/carbon-website/pull/487) | Pattern | Under review |
| Empty state | Pattern | In progress |
| HTTPS error state | Pattern | In progress |
| [Slide over panel](https://github.com/carbon-design-system/carbon-website/issues/398) | Pattern | In progress |
| Resource | Type | Status |
| ------------------------------------------------------------------------------------- | ------- | ------------ |
| [Axure kit](https://github.com/carbon-design-system/carbon/issues/3071) | Tool | In progress |
| [HTTPS error state](https://github.com/carbon-design-system/carbon-website/pull/518) | Pattern | In progress |
| [Slide over panel](https://github.com/carbon-design-system/carbon-website/issues/398) | Pattern | In progress |
| [Uploading](https://github.com/carbon-design-system/carbon-website/pull/474) | Pattern | Under review |

## How experimental works

Expand Down