Skip to content

Commit 17b1970

Browse files
authored
Merge pull request #194 from AdobeXD/ux-update
Ux update
2 parents c7b1874 + ca6193e commit 17b1970

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* [Modal dialogs](./reference/ui/dialogs/index.md)
5555
* [Showing dialogs](./reference/ui/dialogs/showing.md)
5656
* [Dismissing dialogs](./reference/ui/dialogs/dismissal.md)
57-
* [Resources](./plugin-design-guidelines/ui_resources/Sticker_sheet.md)
57+
* [Resources - Sticker Sheet](./plugin-design-guidelines/ui_resources/Sticker_sheet.md)
5858
* [Step-by-step Tutorials](./tutorials/index.md)
5959
* [Working with content](./tutorials/content-index.md)
6060
* [How to draw lines](./tutorials/how-to-draw-lines/index.md)

plugin-design-guidelines/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Plugins can interact with the user at different levels, for example, some plugin
1717
Plugin UX guidelines include **UX requirements** and **UX best practices** that will ensure your plugin follows XD user experience patterns.
1818

1919
### UX Requirements
20-
> Requirements highlights **key XD patterns** all plugins need to follow to get approved by Adobe.
20+
Requirements highlights **key XD patterns** all plugins need to follow to get approved by Adobe.
2121

2222
![UX Requirement](ux_images/Requirement.png)
2323
> _Example of a UX requirement for Alert Dialogs_
2424
2525
### UX Best practices
26-
> Best practices provide **recommendations** on plugin usability & behavior, user feedback, privacy, and interface guidelines.
26+
Best practices provide **recommendations** on plugin usability & behavior, user feedback, privacy, and interface guidelines.
2727

2828
![UX Best Practice](ux_images/BestPractice.png)
2929
> _Example of a UX best practice for Alert Dialogs_

plugin-design-guidelines/ui_resources/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ The tutorials contained in this section will give you an in-depth look at UI fea
1414
## UI Components
1515
In this section you can see what styles you can use in the UI, how to build a modal layout and the UI elements you can use.
1616

17-
> ### Styles
18-
> In this section you can learn more about rich styling options in your user interface through a combination of CSS and various classes that are defined for you.
17+
**Styles** - in this section you can learn more about rich styling options in your user interface through a combination of CSS and various classes that are defined for you.
1918

20-
> ### Elements
21-
> See what elements are fundamental to your user interface.
19+
**Elements** - see what elements are fundamental to your user interface.
2220

23-
> ### Layout
24-
> Learn about the layout modes supported by the XD user interface APIs
21+
**Layout** - learn about the layout modes supported by the XD user interface APIs
2522

26-
> ### Modal
27-
> A modal dialog is used to display important information and ask for user input. XD Plugins can display user interface in the form of modal dialogs.
23+
**Modal** - a modal dialog is used to display important information and ask for user input. XD Plugins can display user interface in the form of modal dialogs.
2824

2925
## Resources
3026
Use the sticker sheet to design your plugin in XD.

0 commit comments

Comments
 (0)