Skip to content

Commit

Permalink
Cherry pick storybook deadlink fixes to 1.24.0 beta.1 (#5625)
Browse files Browse the repository at this point in the history
* Update storybook deadlinks (#5623)

* Update storybook deadlinks

* lint is always right

* Fix storybook deadlink and grammar (#5622)

---------

Co-authored-by: Jim Chou <[email protected]>
  • Loading branch information
edwardlee-msft and jimchou-dev authored Feb 6, 2025
1 parent 8743ff5 commit 4e7a3df
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Note: When overriding a render, like using `onRenderIcon` or `onRenderText`, do

You can change the render of the `ParticipantsButton` as you would do for any Button (onRenderIcon,
onRenderText, etc... ) with the addition of customizing the render of the participant list (see
[ParticipantList](./?path=/docs/ui-components-participantlist--participant-list) component).
[ParticipantList](./?path=/docs/components-participant-list--docs) component).

<Canvas
of={ParticipantsStories.ParticipantsButtonWithCustomRenderExampleDocsOnly}
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook8/stories/Components/VideoGallery/Docs.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link, Image, Stack, Text } from '@fluentui/react';
import { Image, Stack, Text } from '@fluentui/react';
import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { yellowBannerPalette } from '../../BetaBanners/BannerPalettes';
import { StorybookBanner } from '../../BetaBanners/StorybookBanner';
Expand Down Expand Up @@ -173,8 +173,8 @@ Currently, the VideoGallery component supports two primary features to enhance c

- <strong>Screen Sharing:</strong> Share your local screen with participants in real-time or view remote screen shares.
For more details, see the sections below.
- <strong>PowerPoint Live:</strong> Exclusively view remote PowerPoint presentations.
<Link href="?path=/docs/ppt-live--page">Learn more about PowerPoint Live</Link>.
- <strong>PowerPoint Live:</strong> Exclusively view remote PowerPoint presentations. [Learn more about PowerPoint
Live](?path=/docs/concepts-powerpoint-live--docs).

### From a presenter point of view

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/Composites/GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Access Tokens can be generated using this [Azure Portal quickstart](https://docs

## Setting Up

UI Library requires a React environment to be setup. Follow the [setup page](./?path=/docs/setup-communication-react--page) to get started
UI Library requires a React environment to be setup. Follow the [setup page](./?path=/docs/setup--docs) to get started
with your new app.

If you are creating a new application run the following command to make a new app setup with the core dependencies needed for the UI library.
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/Concepts/Rooms/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following is a code snippet which shows how to join a room call with the Cal

<Source code={RoomsCallSnippetText} />

Also, you can to try this <a href="./?path=/story/composites-callcomposite--join-existing-call" target="_blank">preview sample</a> to join an existing room call by providing the room ID in the call locator.
Also, you can to try this <a href="./?path=/story/composites-callcomposite-join-existing-call--join-existing-call" target="_blank">preview sample</a> to join an existing room call by providing the room ID in the call locator.

## FAQs

Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/stories/Concepts/Theming/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ With the CallComposite and CallWithChatComposite you can also inject your own cu
You can inject a background and logo into the Composite configuration page to present to your users. This is done by
passing background and logo properties to the `options` of the Composite.

For usage details and image recommendations please refer to the [Composites](./?path=/docs/composites-call-with-chat-basicexample--basic-example#custom-branding) section.
For usage details and image recommendations please refer to the [Composites](./?path=/docs/composites-callcomposite--docs#custom-branding) section.

<img src="images/composite-logo-background.png" alt="CallWithChatComposite with a logo and background applied" />
2 changes: 1 addition & 1 deletion packages/storybook8/stories/StatefulClient/Chat/Docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Get started with Azure Communication Services by using the UI Library to quickly
In this quickstart, you'll learn how to integrate UI Library stateful clients into your application to build communication experiences.
To learn more about how to build applications with UI Library UI Components, see [Get started with UI Components](./?path=/docs/components-get-started--docs)
Stateful clients make it easier for developers to build UI applications on top of Azure Communication Services by providing built-in state that UI components can use to render.
Find more information about [Stateful client here.](./?path=/docs/stateful-client-overview--docs).
Find more information about [Stateful client here](./?path=/docs/stateful-client-overview--docs).

## Download the code

Expand Down

0 comments on commit 4e7a3df

Please sign in to comment.