docs: update documentation to reflect changes in info and tip formatting#882
docs: update documentation to reflect changes in info and tip formatting#882
Conversation
- Changed the formatting of info and tip sections across multiple documentation files to use the new syntax with brackets (e.g., `:::info[Title]`). - Enhanced clarity and consistency in the documentation regarding the use of `deviceAddons` and entry-point swapping. - Improved overall readability and user guidance in setup and configuration instructions.
|
There was a problem hiding this comment.
Pull request overview
Updates Storybook React Native documentation admonitions to the newer bracketed title syntax (e.g., :::tip[Title]) to keep formatting consistent across Getting Started, Configuration, and Addons docs.
Changes:
- Migrated
:::info|tip|note|warning <Title>blocks to:::info|tip|note|warning[Title]across multiple docs pages. - Standardized the presentation of existing guidance callouts (Windows notes, WebSocket notes, wrapper warnings) without changing the underlying instructions.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/docs/intro/getting-started/migrating-to-entry-point-swapping.md | Converts tip/note blocks (automigration, Windows, WebSocket) to bracket-title admonition syntax. |
| docs/docs/intro/getting-started/manual-setup.md | Converts tip/warning blocks to bracket-title admonition syntax. |
| docs/docs/intro/getting-started/index.md | Converts info/tip/note blocks (Expo Router users, AI setup, Windows, bundler config) to bracket-title admonition syntax. |
| docs/docs/intro/getting-started/expo-router.md | Converts tip/warning blocks to bracket-title admonition syntax. |
| docs/docs/intro/configuration/storybook-ui-configuration.md | Converts tip block title to bracket-title admonition syntax. |
| docs/docs/intro/configuration/environment-variables.md | Converts Windows note to bracket-title admonition syntax. |
| docs/docs/intro/configuration/cli-configuration.md | Converts info block title to bracket-title admonition syntax. |
| docs/docs/intro/addons/index.md | Converts info block title to bracket-title admonition syntax. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Changed the formatting of info and tip sections across multiple documentation files to use the new syntax with brackets (e.g.,
:::info[Title]).