-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DP-20568-storybook-navigation-update (#1290)
* Added navigation update * Update meta.json * Re-organize links * Deleted some test files * Updated links Co-authored-by: Minghua Sun <[email protected]>
- Loading branch information
1 parent
6870cb6
commit 9522627
Showing
2 changed files
with
35 additions
and
35 deletions.
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 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 |
---|---|---|
@@ -1,74 +1,74 @@ | ||
{ | ||
"Introduction": { | ||
"group": "Get Started", | ||
"group": "Overview", | ||
"title": "Introduction" | ||
}, | ||
"Usage": { | ||
"group": "Get Started", | ||
"title": "Install Mayflower" | ||
}, | ||
"Examples": { | ||
"group": "Get Started", | ||
"group": "Overview", | ||
"title": "Examples" | ||
}, | ||
"Usage": { | ||
"group": "Overview", | ||
"title": "Usage" | ||
}, | ||
"BrandPillars": { | ||
"group": "Design Principles", | ||
"group": "Principles", | ||
"title": "Brand Pillars" | ||
}, | ||
"DesignGuidelines": { | ||
"group": "Design Principles", | ||
"group": "Principles", | ||
"title": "Guidelines" | ||
}, | ||
"Accessibility": { | ||
"group": "Design Principles", | ||
"group": "Principles", | ||
"title": "Accessibility" | ||
}, | ||
"Colors": { | ||
"group": "Design Tokens", | ||
"title": "Colors" | ||
"group": "Foundation", | ||
"title": "Color" | ||
}, | ||
"Icons": { | ||
"group": "Design Tokens", | ||
"title": "Icons" | ||
"group": "Foundation", | ||
"title": "Iconography" | ||
}, | ||
"Logo": { | ||
"group": "Design Tokens", | ||
"group": "Foundation", | ||
"title": "Logo" | ||
}, | ||
"Typography": { | ||
"group": "Design Tokens", | ||
"title": "Typeface" | ||
"group": "Foundation", | ||
"title": "Typography" | ||
}, | ||
"Button": { | ||
"group": "Base Elements", | ||
"group": "Elements", | ||
"title": "Buttons" | ||
}, | ||
"Heading": { | ||
"group": "Base Elements", | ||
"group": "Elements", | ||
"title": "Heading" | ||
}, | ||
"Link": { | ||
"group": "Base Elements", | ||
"group": "Elements", | ||
"title": "Link" | ||
}, | ||
"Headings": { | ||
"group": "Base Elements", | ||
"group": "Elements", | ||
"title": "Headings" | ||
}, | ||
"Links": { | ||
"group": "Base Elements", | ||
"group": "Elements", | ||
"title": "Links" | ||
}, | ||
"Template": { | ||
"group": "Components", | ||
"title": "Template" | ||
}, | ||
"Header": { | ||
"group": "Brand Components", | ||
"group": "Components", | ||
"title": "Header" | ||
}, | ||
"Footer": { | ||
"group": "Brand Components", | ||
"group": "Components", | ||
"title": "Footer" | ||
}, | ||
"Template": { | ||
"group": "Brand Components", | ||
"title": "Template" | ||
} | ||
} |