Skip to content

Commit dc85859

Browse files
committed
Fix misplaced modal->panel migration guide and duplicated UXP 2->3 migration
guide. Fix link from changelog to migration guide.
1 parent c7eb399 commit dc85859

File tree

4 files changed

+370
-428
lines changed

4 files changed

+370
-428
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To preview the fully formatted docs as they will appear online, follow these ste
4242
npm install
4343
npm run book:install
4444

45-
# Rebuild HTML content (takes 2-3 minutes)
45+
# Rebuild HTML content (takes 3-5 minutes)
4646
npm run book:build
4747

4848
# View HTML from a local webserver (using a file:// URL won't work)

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _The new layout engine likely constitutes a **breaking change** for any plugin w
1212
* [How to define a panel](./reference/structure/handlers.md#panel)
1313
* [Panel overview / reference](./reference/ui/panels/index.md)
1414
* [Panel Quick Start tutorial](./tutorials/quick-start-panel/index.md)
15-
* [Migrating from dialogs to panels](./tutorials/how-to-migrate-from-modal-to-panel/index.md)
15+
* [Migrating from dialogs to panels](./migrations/how-to-migrate-from-modal-to-panel.md)
1616
* A new default stylesheet is provided for plugin UI that renders inside a plugin. This means that UI that renders in one manner in a modal dialog may not render in the same exact manner in a panel.
1717

1818
### UXP 3 HTML/CSS changes

0 commit comments

Comments
 (0)