Skip to content

Commit

Permalink
Core/dp 20309 overview documentation (#1284)
Browse files Browse the repository at this point in the history
* Updated the structure of links and content and the layout of Introduction

* Re-ordered brand pillars to top of principles

* Update packages/core/stories/principles/Accessibility.stories.mdx

Co-authored-by: Minghua Sun <clairesunstudio@gmail.com>

* Moved sandbox style to end

* Added imports to resolve conflict

* Reverted preview js

* Create _place-holder.scss

-to resolve conflict with core/storybook-integration

* Reverted meta.json

-moved this work to navigation pr

* Fixed wrap of li

* Implemented LinkTo

* Updated the structure of links and content and the layout of Introduction

* Re-ordered brand pillars to top of principles

* Update packages/core/stories/principles/Accessibility.stories.mdx

Co-authored-by: Minghua Sun <clairesunstudio@gmail.com>

* Moved sandbox style to end

* Reverted preview js

* Reverted meta.json

-moved this work to navigation pr

* Fixed wrap of li

* Implemented LinkTo

* 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 <clairesunstudio@gmail.com>

* refactor introduction menu story links to use SectionLink component

* update intro

* fix and reorder

* remove unused styles;

Co-authored-by: Minghua Sun <clairesunstudio@gmail.com>
  • Loading branch information
tkoleary and clairesunstudio committed Dec 28, 2020
1 parent 1bbe265 commit eabe25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/stories/principles/Accessibility.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { linkTo } from '@storybook/addon-links';
import { Button } from '@massds/mayflower-react';
import generateTitle from '../util/generateTitle';

<Meta title="Design Principles/Guidelines/Accessibility" />
<Meta title={generateTitle('Accessibility')} />


# Web accessibility and the Commonwealth
Expand Down
2 changes: 1 addition & 1 deletion packages/core/stories/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ p.lang-label {
line-height: 1.5;
margin-block-start: 0;
margin-block-end: 0;
}
}

0 comments on commit eabe25a

Please sign in to comment.