Skip to content

Commit b7151f6

Browse files
docs: update storybook (#662)
1 parent d0969b5 commit b7151f6

File tree

4 files changed

+193
-187
lines changed

4 files changed

+193
-187
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ You can find our documentation under the following links:
3636

3737
- [Stable Release Documentation](https://sap.github.io/ui5-webcomponents-react/)
3838
- [Next Release Documentation](https://sap.github.io/ui5-webcomponents-react/master/)
39-
40-
## Migration Guide
41-
42-
Each new major version of this project might contain breaking changes which require you to change coding in your project.
43-
In order to help you with those tasks, we have prepared a [Migration Guide](https://sap.github.io/ui5-webcomponents-react/master/?path=/docs/migration-guide--page).
39+
- [Migration Guide](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page)
4440

4541
## Package Overview
4642

@@ -85,9 +81,14 @@ npm install @ui5/webcomponents-react --save
8581

8682
<!-- *********************************************************************** -->
8783

88-
<a name="configuration"></a>
84+
## Getting Started
85+
86+
### Tutorial
8987

90-
## Configuration
88+
You are new to UI5 Web Components for React and don't know where to start?<br />
89+
Then take a look at our [Tutorial Mission](https://developers.sap.com/mission.react-spa.html) at “SAP Developers”!
90+
There you get a first glimpse at how easy it is to create an Application with UI5 Web Components for React.<br />
91+
In about an hour you will create a business dashboard from scratch and get familiar with some React basics in case you don't know them already.
9192

9293
### Creating a new React app
9394

docs/1-Welcome.stories.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import { Button } from '@ui5/webcomponents-react/lib/Button';
1515

1616
[Open Github Project](https://github.com/SAP/ui5-webcomponents-react)
1717

18-
## Description
19-
2018
UI5 Web Components for React is a Fiori3 compliant React library built on top of the UI5 Web Components.
2119
With the help of UI5 Web Components for React, you can use UI5 Web Components as if they were native React components.
2220
In addition to that, UI5 Web Components for React is providing complex components and layouts on top of the UI5 Web Components.
@@ -28,6 +26,13 @@ In addition to that, UI5 Web Components for React is providing complex component
2826

2927
## Getting Started
3028

29+
### Tutorial
30+
31+
You are new to UI5 Web Components for React and don't know where to start?<br />
32+
Then take a look at our [Tutorial Mission](https://developers.sap.com/mission.react-spa.html) at “SAP Developers”!
33+
There you get a first glimpse at how easy it is to create an Application with UI5 Web Components for React.<br />
34+
In about an hour you will create a business dashboard from scratch and get familiar with some React basics in case you don't know them already.
35+
3136
### Creating a new React app
3237

3338
You can create a new react app by using [create-react-app](https://facebook.github.io/create-react-app/) with our template.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"deploy:storybook": "lerna run build:i18n && storybook-to-ghpages --ci"
2020
},
2121
"dependencies": {
22-
"@storybook/addon-actions": "6.0.4",
23-
"@storybook/addon-controls": "6.0.4",
24-
"@storybook/addon-docs": "6.0.4",
25-
"@storybook/addon-toolbars": "6.0.4",
26-
"@storybook/addons": "6.0.4",
27-
"@storybook/cli": "6.0.4",
28-
"@storybook/react": "6.0.4",
29-
"@storybook/theming": "6.0.4",
22+
"@storybook/addon-actions": "6.0.13",
23+
"@storybook/addon-controls": "6.0.13",
24+
"@storybook/addon-docs": "6.0.13",
25+
"@storybook/addon-toolbars": "6.0.13",
26+
"@storybook/addons": "6.0.13",
27+
"@storybook/cli": "6.0.13",
28+
"@storybook/react": "6.0.13",
29+
"@storybook/theming": "6.0.13",
3030
"@ui5/webcomponents": "1.0.0-rc.8",
3131
"@ui5/webcomponents-fiori": "1.0.0-rc.8",
3232
"@ui5/webcomponents-icons": "1.0.0-rc.8",
@@ -50,7 +50,7 @@
5050
"@rollup/plugin-json": "^4.0.3",
5151
"@rollup/plugin-node-resolve": "^8.4.0",
5252
"@rollup/plugin-replace": "^2.3.2",
53-
"@storybook/storybook-deployer": "^2.8.5",
53+
"@storybook/storybook-deployer": "^2.8.6",
5454
"@testing-library/jest-dom": "^5.11.2",
5555
"@testing-library/react": "^10.4.7",
5656
"@types/enzyme": "^3.10.5",

0 commit comments

Comments
 (0)