From 5dfd83cb2b446a54a81608335f8a66ec929619ce Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:31:14 -0400 Subject: [PATCH] Docs: Add alternate menu icon image (#868) --- docs/sources/whats-new.md | 8 ++++---- docs/sources/write/style-guide/ui-elements/index.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/whats-new.md b/docs/sources/whats-new.md index ccc07c01d..37e22e98c 100644 --- a/docs/sources/whats-new.md +++ b/docs/sources/whats-new.md @@ -20,10 +20,10 @@ This page provides a summary of notable changes to Writers' Toolkit guidance. ## October 2024 -| New guidance or change | Page | -| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | -| Added _kebab case_ and _single pane of glass_ to word list. | [Word list - kebab case](/docs/writers-toolkit/write/style-guide/word-list/#kebab-case) & | -| [Word list - single pane of glass](/docs/writers-toolkit/write/style-guide/word-list/#single-pane-of-glass) | +| New guidance or change | Page | +| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Added _kebab case_ and _single pane of glass_ to word list. | [Word list - kebab case](/docs/writers-toolkit/write/style-guide/word-list/#kebab-case) & [Word list - single pane of glass](/docs/writers-toolkit/write/style-guide/word-list/#single-pane-of-glass) | +| Added second menu icon image to UI elements list. | [UI elements list](/docs/writers-toolkit/write/style-guide/ui-elements/) | ## September 2024 diff --git a/docs/sources/write/style-guide/ui-elements/index.md b/docs/sources/write/style-guide/ui-elements/index.md index 5903f8093..08d96839e 100644 --- a/docs/sources/write/style-guide/ui-elements/index.md +++ b/docs/sources/write/style-guide/ui-elements/index.md @@ -28,7 +28,7 @@ To view the images in this table, click **Expand Table** at the top-right corner | dashboard header | The area at the top of the screen that displays your location in the application and includes dashboard tools. | ![Dashboard header](/media/docs/writers-toolkit/ui-elements/screenshot-dashboard-header-10.2-2.png) | | | dialog box | A box that appears on top of the main screen of the application where you can enter information or select commands. | ![Dialog box](/media/docs/writers-toolkit/ui-elements/screenshot-dialog-box-10.2.png) | Don't use _modal_ or _dialog_ without _box_. | | main menu | The navigation that opens on the left side of the screen when you click the menu icon (see below). | ![Main menu](/media/docs/writers-toolkit/ui-elements/screenshot-main-menu-10.2.png) | Don't refer to this as the _navigation menu_ or _primary menu_. | -| menu icon | The element that opens the main menu. | ![Menu icon](/media/docs/writers-toolkit/ui-elements/screenshot-menu-icon-10.2.png) | Don't refer to this as the _hamburger menu_. | +| menu icon | The element that opens the main menu. | ![Menu icon](/media/docs/writers-toolkit/ui-elements/screenshot-menu-icon-10.2.png) ![Menu icon](/media/docs/writers-toolkit/ui-elements/screenshot-menu-icon-2.png) | Don't refer to this as the _hamburger menu_. | | panel header | The area at the of a panel that contains the panel name, the edit menu, and other indicators. | ![Panel header](/media/docs/writers-toolkit/ui-elements/screenshot-panel-header-10.2-2.png) | | | switch | Used to turn UI features on and off. | ![Switch](/media/docs/writers-toolkit/ui-elements/switch.png) | Don't refer to this as a _toggle_. | | tab | An element that lets multiple pages exist within one screen. | ![Tab](/media/docs/writers-toolkit/ui-elements/screenshot-tab-10.2.png) | Other UI elements, such as radio button groups ([example 1](/media/docs/writers-toolkit/ui-elements/screenshot-radio-button-group-1-10.2.png), [example 2](/media/docs/writers-toolkit/ui-elements/screenshot-radio-button-group-2-10.2.png)), behave much like tabs, but shouldn't be referred to as tabs; avoid naming these elements, using just the element label instead. |