Skip to content

Commit 197c52a

Browse files
committed
Remove the Mobile guidelines
1 parent d135682 commit 197c52a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

gatsby-config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,10 @@ module.exports = {
550550
title: "Feedback & Messaging",
551551
path: "guides/design/ux_guidelines/feedback_and_messaging.md",
552552
},
553-
{
554-
title: "Mobile UX",
555-
path: "guides/design/ux_guidelines/mobile_ux.md",
556-
},
553+
// {
554+
// title: "Mobile UX",
555+
// path: "guides/design/ux_guidelines/mobile_ux.md",
556+
// },
557557
{
558558
title: "Branding Guidelines & Distribution",
559559
path: "guides/design/ux_guidelines/branding_guidelines.md",

src/pages/guides/design/ux_guidelines/changelog.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ contributors:
2222

2323
- Created a new web version of the Adobe Express add-on UX Guidelines.
2424
- Integrated the existing content from the Adobe XD document into the new structure. The old version is [available here](https://xd.adobe.com/view/urn:aaid:sc:US:fd638450-1af8-49c3-ad29-0e76c2a2136f/) as a reference.
25-
- Added a new section on Mobile UX.
2625

2726
### 28 August 2023
2827

src/pages/guides/design/ux_guidelines/introduction.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ To get the most out of the UX Guidelines, start by familiarizing yourself with t
3434

3535
Next, the [Theming](theming.md) section shows you how to implement the Spectrum for Adobe Express theme, along with customization options and examples. [Visual Elements](./visual_elements.md) is a detailed list of structural and functional components that make up the Adobe Express visual language. It covers everything from typography to grids, navigation, and a variety of UI elements alongside with implementation examples.
3636

37-
[Feedback & Messaging](feedback_and_messaging.md) provides best practices for communicating feedback or alert errors to users. The [Mobile UX](mobile_ux.md) section offers guidance on how to format content for mobile devices so that the user experience is consistent across all platforms.
37+
[Feedback & Messaging](feedback_and_messaging.md) provides best practices for communicating feedback or alert errors to users.
38+
39+
<!-- The [Mobile UX](mobile_ux.md) section offers guidance on how to format content for mobile devices so that the user experience is consistent across all platforms. -->
3840

3941
Explore the [Branding Guidelines](branding_guidelines.md) to ensure your add-on is legally & visually aligned with Adobe Express. They cover key aspects of branding, as well as best practices for incorporating promotional images for the Adobe Express add-on Marketplace.
4042

41-
Finally, look at the [Resources & References](./resources_and_references.md) for additional tools, templates, and further reading. Refer to the [Changelog](./changelog.md) to stay up-to-date with the latest features and improvements to these guidelines: they are a living document we encourage you to consult regularly, both as a reference and a source of inspiration.
43+
Finally, look at the [Resources & References](./resources_and_references.md) for videos and further reading. Refer to the [Changelog](./changelog.md) to stay up-to-date with the latest features and improvements to these guidelines: they are a living document we encourage you to consult regularly, both as a reference and a source of inspiration.

0 commit comments

Comments
 (0)