Skip to content

Commit f6ffa0d

Browse files
committed
Remove ManageIQ and Insights mentions
1 parent 3a05e89 commit f6ffa0d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

packages/react-renderer-demo/src/app/pages/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ const LandingPage = () => {
4545
<div className={classes.landingPageContainer}>
4646
<LandingPageTitle />
4747
<Typography className={classes.landingPageText}>
48-
Data Driven Forms is a component designed for ManageIQ and Red&nbsp;Hat&nbsp;Cloud&nbsp;Services projects that takes JSON form definitions
49-
and renders them into react components.
48+
Data Driven Forms converts JSON form definitions into fully functional React forms.
5049
</Typography>
5150
<div className={classes.getStartedLink}>
5251
<Link href="/renderer/installation">

packages/react-renderer-demo/src/app/pages/renderer/get-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import RawComponent from '@docs/raw-component';
99

1010
# React form renderer
1111

12-
React form renderer is a component designed for ManageIQ and
13-
Insights projects that takes JSON form definitions
14-
and renders them into react components.
12+
Data Driven Forms converts JSON form definitions into fully functional React forms.
1513
It uses [React Final Form](https://github.com/final-form/react-final-form) for the form state management.
1614
It is highly recommended to check their documentations first to fully understand how
1715
the [Data Driven Dorms](https://github.com/data-driven-forms/react-forms) libraries work.

0 commit comments

Comments
 (0)