Skip to content

Commit

Permalink
feat(react): add tutorial nav data to index (#11631)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
alisonjoseph and kodiakhq[bot] authored Jun 21, 2022
1 parent ed862a5 commit 75c699e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/react/carbon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ library:
description: React implementation of Carbon Components.
externalDocsUrl: https://react.carbondesignsystem.com
inherits: carbon-styles
navData:
- title: Tutorial
items:
- title: Overview
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/overview.mdx'
- title: Step 1
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/step-1.mdx'
- title: Step 2
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/step-2.mdx'
- title: Step 3
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/step-3.mdx'
- title: Step 4
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/step-4.mdx'
- title: Step 5
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/step-5.mdx'
- title: Wrapping up
path: 'https://github.com/carbon-design-system/carbon-website/blob/main/src/pages/developing/react-tutorial/wrapping-up.mdx'
assets:
accordion:
status: stable
Expand Down

0 comments on commit 75c699e

Please sign in to comment.