-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updating documentation #593
Conversation
@@ -1,4 +1,5 @@ | |||
import { ComponentStory, ComponentMeta } from '@storybook/react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just updating deprecated components in Typography story will save a docs update for another PR to keep this one a reasonable size
@@ -103,10 +103,10 @@ Follow these steps to below to get the library up and running locally. | |||
|
|||
### Setup | |||
|
|||
- Install [Node.js](https://nodejs.org) version 12 | |||
- Install [Node.js](https://nodejs.org) version 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating node version to 16 as stated in the package.json
Line 88 in 0910f70
"node": "^16.20.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense - nvmrc is also already at 16
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. | ||
- Install [Yarn v1](https://yarnpkg.com/en/docs/install) | ||
- Run `yarn setup` to install dependencies and run any requried post-install scripts | ||
- Run `yarn setup` to install dependencies and run any required post-install scripts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixing spelling mistake
@@ -103,10 +103,10 @@ Follow these steps to below to get the library up and running locally. | |||
|
|||
### Setup | |||
|
|||
- Install [Node.js](https://nodejs.org) version 12 | |||
- Install [Node.js](https://nodejs.org) version 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense - nvmrc is also already at 16
Description
This PR updates the documentation for the design tokens to provide better usage and explanations for
The main updates include:
ComponentStory
,ComponentMeta
Screenshots/Screencasts
Before
before720.mov
After
after720.mov
Manual testing steps