Skip to content

Commit d8a61e7

Browse files
authored
Minor updates to some doc files (#331)
* Minor updates to some doc files * Update DXCB package version
1 parent c1641ea commit d8a61e7

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ If you want to continue using the previous release you can checkout [release/8.8
2727

2828
# Overview
2929

30-
The **React SDK** provides Pega customers with the ability to build DX components that connect Pega’s ConstellationJS Engine APIs with a design system other than Pega [Constellation Design System](https://design.pega.com).
30+
The **React SDK** provides Pega customers with the ability to build DX components that connect Pega’s ConstellationJS Engine APIs with a design system other than the Pega [Constellation Design System](https://design.pega.com).
3131

3232
The React SDK differs from out-of-the-box Constellation design system because it provides and demonstrates the use of a React design system that is not the Pega **Constellation** design system. The alternative design system used in this React SDK is [Material UI](https://mui.com/).
3333

34-
The React SDK is built on a new and modernized UI technology stack (the JavaScript ConstellationJS Orchestration engine and Public API). Many additional SDK features are planned for 1H 2022 to expand the scope of supported use cases.
35-
34+
A **summary of the latest updates** to the **@pega/react-sdk-components** and
35+
**@pega/react-sdk-overrides** used by the React SDK can be found in
36+
[react-sdk-components KeyReleaseUpdates.md](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md).
3637

3738
<br>
3839

@@ -94,7 +95,10 @@ Refer to our [guidelines for contributors](./docs/CONTRIBUTING.md) if you are in
9495

9596
## Additional Resources
9697

97-
* [Material UI](https://v4.mui.com/)
98-
* [Constellation SDKs Documentation](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)
99-
* [Troubleshooting Constellation SDKs](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)
100-
* [MediaCo sample application](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html)
98+
* [**KeyReleaseUpdates.md**](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md): A summary of the latest updates to the **@pega/react-sdk-components** and
99+
**@pega/react-sdk-overrides** used by the React SDK can be found in
100+
[react-sdk-components KeyReleaseUpdates.md](./node_modules/@pega/react-sdk-components/lib/doc/KeyReleaseUpdates.md).
101+
* [**Material UI**](https://v4.mui.com/)
102+
* [**Constellation SDKs Documentation**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/constellation-sdks.html)
103+
* [**Troubleshooting Constellation SDKs**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/troubleshooting-constellation-sdks.html)
104+
* [**MediaCo sample application**](https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/mediaco-sample-application.html)

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Be sure to reference the original issue in the pull request.
3131

3232
## Run Tests
3333

34-
Since the Angular SDK requires interaction with a running Pega Infinity&trade; server, there is not an automated set of tests provided at this time.
34+
Since the React SDK requires interaction with a running Pega Infinity&trade; server, there is not an automated set of tests provided at this time.
3535

3636
We suggest you begin by using the **MediaCo** application provided in the [React SDK download](https://community.pega.com/marketplace/components/react-sdk). Test your change by using the MediaCo application and completing a complete case flow using the **New Service** casetype provided in that sample application.
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@kooneko/livereload-webpack-plugin": "^1.2.0",
7878
"@loadable/component": "^5.13.1",
7979
"@pega/configs": "^0.4.0",
80-
"@pega/dx-component-builder-sdk": "~8.23.10",
80+
"@pega/dx-component-builder-sdk": "~8.23.11",
8181
"@pega/eslint-config": "^0.4.0",
8282
"@pega/prettier-config": "^0.4.0",
8383
"@pega/react-sdk-overrides": "~8.23.10",

0 commit comments

Comments
 (0)