-
Notifications
You must be signed in to change notification settings - Fork 15
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
| ### 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
| ### 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,ComponentMetaScreenshots/Screencasts
Before
before720.mov
After
after720.mov
Manual testing steps