Skip to content

Commit 83ca13b

Browse files
authored
Merge pull request #766 from edonehoo/org-iss4753-cleanup
fix: Replace broken links.
2 parents e23a481 + d54f863 commit 83ca13b

File tree

13 files changed

+13583
-1988
lines changed

13 files changed

+13583
-1988
lines changed

.pnp.cjs

Lines changed: 1992 additions & 1939 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/install-state.gz

-104 KB
Binary file not shown.

package-lock.json

Lines changed: 51 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/module/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"unist-util-visit": "^5.0.0"
5252
},
5353
"peerDependencies": {
54-
"monaco-editor": "^0.54.0",
5554
"@monaco-editor/react": "^4.7.0",
55+
"monaco-editor": "^0.54.0",
5656
"react": "^18 || ^19",
5757
"react-dom": "^18 || ^19"
5858
},
5959
"peerDependenciesMeta": {
60-
"monaco-editor": {
60+
"@monaco-editor/react": {
6161
"optional": false
6262
},
63-
"@monaco-editor/react": {
63+
"monaco-editor": {
6464
"optional": false
6565
}
6666
},

packages/module/patternfly-docs/content/extensions/chatbot/about-chatbot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
section: extensions
3-
subsection: chatbot
3+
subsection: ChatBot
44
id: Overview
55
sortValue: 1
66
source: About
77
---
88

99
**Note:** The PatternFly ChatBot extension lives in its own package [`@patternfly/chatbot`](https://www.npmjs.com/package/@patternfly/chatbot)
1010

11-
It is important to leverage AI in a way that improves the experiences of your users. In alignment with our [AI principles](/patternfly-ai/about-ai#ai-principles) and [ethical design guidelines,](/patternfly-ai/ai-guidelines) we've created this ChatBot extension. The PatternFly ChatBot contains a React implementation of an AI ChatBot, to provide your users with access to convenient and persistent help.
11+
It is important to leverage AI in a way that improves the experiences of your users. In alignment with our [AI principles](/ai/about-ai#ai-principles) and [ethical design guidelines,](/ai/ai-guidelines) we've created this ChatBot extension. The PatternFly ChatBot contains a React implementation of an AI ChatBot, to provide your users with access to convenient and persistent help.
1212

1313
_Only use this ChatBot when it adds value to your users' experiences._ Don't use it simply for the sake of novelty—your users will only be excited to interact with a new ChatBot feature if it directly helps them reach their goals.
1414

@@ -22,7 +22,7 @@ To illustrate the capabilities of the ChatBot, including more complex interactio
2222
- [ChatBot attachments via file upload](/extensions/chatbot/messages/demo#attach-via-upload-button-in-message-bar)
2323
- [ChatBot attachments via built-in menu](/extensions/chatbot/messages/demo#attach-via-menu-of-options-in-message-bar)
2424

25-
To learn how to write for ChatBot experiences, refer to our [conversation design guidelines](/patternfly-ai/conversation-design/#writing-for-chatbots).
25+
To learn how to write for ChatBot experiences, refer to our [conversation design guidelines](/ai/conversation-design/#writing-for-chatbots).
2626

2727
To learn how to design ChatBot experiences, [refer to the design guidelines](/extensions/chatbot/overview/design-guidelines).
2828

packages/module/patternfly-docs/content/extensions/chatbot/design-guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
section: extensions
3-
subsection: chatbot
3+
subsection: ChatBot
44
id: Overview
55
sortValue: 1
66
source: design-guidelines
@@ -351,7 +351,7 @@ Choose the download action location that best works for your ChatBot:
351351

352352
#### Download via conversation history drawer
353353

354-
If your ChatBot uses a conversation history drawer, you can provide a download option in the [actions menu linked to a previous conversation](/patternfly-ai/chatbot/ui#drawer-with-conversation-actions).
354+
If your ChatBot uses a conversation history drawer, you can provide a download option in the [actions menu linked to a previous conversation](/extensions/chatbot/ui#drawer-with-conversation-actions).
355355

356356
<div class="ws-docs-content-img">
357357
![Expanded menu for previous chat in the history window, which shows a download option.](./img/download-chat-history.svg)
@@ -429,7 +429,7 @@ Refer to the additional guidelines for [accessing a ChatBot](#accessing-a-chatbo
429429

430430
## Content considerations
431431

432-
For guidance on writing ChatBot content, refer to our [conversation design guidelines](/patternfly-ai/conversation-design).
432+
For guidance on writing ChatBot content, refer to our [conversation design guidelines](/ai/conversation-design).
433433

434434
## Accessibility
435435

packages/module/patternfly-docs/content/extensions/chatbot/examples/Analytics/Analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Sidenav top-level section
33
# should be the same for all markdown files
44
section: extensions
5-
subsection: chatbot
5+
subsection: ChatBot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Analytics

packages/module/patternfly-docs/content/extensions/chatbot/examples/Customizing Messages/Customizing Messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Sidenav top-level section
33
# should be the same for all markdown files
44
section: extensions
5-
subsection: chatbot
5+
subsection: ChatBot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Customizing messages

packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/Messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Sidenav top-level section
33
# should be the same for all markdown files
44
section: extensions
5-
subsection: chatbot
5+
subsection: ChatBot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Messages

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Sidenav top-level section
33
# should be the same for all markdown files
44
section: extensions
5-
subsection: chatbot
5+
subsection: ChatBot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: UI
@@ -129,7 +129,7 @@ Your code structure should look like this:
129129

130130
### Welcome message
131131

132-
To introduce users to the ChatBot experience, display a welcome message before they input their first message. This brief message should follow our [conversation design guidelines](/patternfly-ai/conversation-design) to welcome users to the ChatBot experience and encourage them to interact.
132+
To introduce users to the ChatBot experience, display a welcome message before they input their first message. This brief message should follow our [conversation design guidelines](/ai/conversation-design) to welcome users to the ChatBot experience and encourage them to interact.
133133

134134
This message can be dismissed once a user sends their first message. To change the arrangement of the message within the message box, specify the `position` in the `<MessageBox>` component.
135135

@@ -474,7 +474,7 @@ To make the onboarding modal compact, with less spacing, pass `isCompact` to the
474474

475475
Based on the [PatternFly modal](/components/modal), this modal adapts to the ChatBot display mode and is meant to display terms and conditions for using a ChatBot in your project. The image in the header can be toggled on or off depending on whether the `image` and `altText` props are provided.
476476

477-
This example also includes an example of how to use [skip to content](/patternfly-ai/chatbot/ui#skip-to-content). When the terms of use modal is open, focus is placed on the terms of use container. When it is closed, focus is placed on the ChatBot. In a real example with a functioning ChatBot toggle, you would also want to place focus on the toggle when appropriate.
477+
This example also includes an example of how to use [skip to content](/extensions/chatbot/ui#skip-to-content). When the terms of use modal is open, focus is placed on the terms of use container. When it is closed, focus is placed on the ChatBot. In a real example with a functioning ChatBot toggle, you would also want to place focus on the toggle when appropriate.
478478

479479
```js file="./TermsOfUse.tsx" isFullscreen
480480

0 commit comments

Comments
 (0)