Skip to content

Commit addb6cf

Browse files
authored
docs(ai): Reviews and edits generative UI overview (#4887)
* docs(ai): Reviews and edit generative UI docs * Edit React Flow and adjust compass casing * Update package versions * Some content edits.
1 parent 9113b89 commit addb6cf

52 files changed

Lines changed: 843 additions & 100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/documentation-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "yarn build:ts && pf-docs-framework build all",
1111
"build:server": "pf-docs-framework build server",
1212
"build:client": "pf-docs-framework build client",
13-
"build:ts": "tsc --project patternfly-docs/content/foundations-and-styles/styles/motion/tsconfig.json && tsc --project patternfly-docs/content/AI/Compass/tsconfig.json",
13+
"build:ts": "tsc --project patternfly-docs/content/foundations-and-styles/styles/motion/tsconfig.json && tsc --project patternfly-docs/content/AI/generative-uis/compass/tsconfig.json",
1414
"clean": "rimraf -rf .cache public size-plugin.json patternfly-docs/generated/**/*.js",
1515
"develop": "yarn build:ts && pf-docs-framework start",
1616
"generate": "pf-docs-framework generate",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import React from 'react';
2+
export declare const CompassIntegrationsDemo: React.FunctionComponent;
3+
//# sourceMappingURL=CompassIntegrationsDemo.d.ts.map

packages/documentation-site/patternfly-docs/content/AI/Compass/CompassIntegrationsDemo.js

Lines changed: 268 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "@xyflow/react/dist/style.css";
2+
import "./reactFlowOverrides.css";
3+
export declare const CompassReactFlowDemo: () => import("react/jsx-runtime").JSX.Element;
4+
//# sourceMappingURL=CompassReactFlowDemo.d.ts.map

packages/documentation-site/patternfly-docs/content/AI/Compass/CompassReactFlowDemo.js

Lines changed: 115 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import React from "react";
2+
export declare const RHAiExperienceIcon: React.FunctionComponent;
3+
//# sourceMappingURL=RHAiExperienceIcon.d.ts.map

packages/documentation-site/patternfly-docs/content/AI/Compass/assets/RHAiExperienceIcon.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import React from "react";
2+
export declare const RHAutomationsLogo: React.FunctionComponent;
3+
//# sourceMappingURL=RHAutomationsLogo.d.ts.map

0 commit comments

Comments
 (0)