Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
env: ${{ inputs.env || 'prod' }}
baseSha: ${{ inputs.baseSha || '' }}
deployAll: ${{ inputs.deployAll || false }}
deployAll: ${{ inputs.deployAll || true }}
47 changes: 0 additions & 47 deletions .github/workflows/pr-comment.yml

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

- subPages:
- [Introduction](/style-guide/index.md)
- Design
- [Design](/style-guide/design/index.md)
- [Color](/style-guide/design/color.md)
- [Iconography](/style-guide/design/iconography.md)
- [Page grids](/style-guide/design/page-grids.md)
- [Typography](/style-guide/design/typography.md)
- Writing and Content
- [Writing and Content](/style-guide/content/index.md)
- [Buttons and links](/style-guide/content/buttons-and-links.md)
- [Capitalization](/style-guide/content/capitalization.md)
- [Content formats](/style-guide/content/content-formats.md)
Expand Down
28 changes: 28 additions & 0 deletions src/pages/style-guide/content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Writing and content | Commerce Admin Development
description: Learn about the writing and content standards for the Adobe Commerce and Magento Open Source Admin application.
keywords:
- Extensions
---

# Writing and content

The writing and content standards establish clear, consistent communication throughout the Admin interface, ensuring users can navigate confidently and complete tasks with ease. These guidelines define the voice, tone, and formatting conventions that create a professional yet approachable user experience.

## Writing and content topics

* **[Voice and tone](voice-and-tone.md)** — Defines the instructional, professional, and empowering voice used throughout the Admin, with guidelines for writing clear, gender-neutral content that follows accessibility standards.

* **[Buttons and links](buttons-and-links.md)** — Establishes when to use buttons versus links, how to create effective calls to action, and accessibility best practices for labels and navigation elements.

* **[Capitalization](capitalization.md)** — Provides rules for sentence case, title case, and all caps usage, including specific guidance for headings, button labels, and common terminology.

* **[Content formats](content-formats.md)** — Standardizes the formatting of abbreviations, acronyms, file types, addresses, and lists to ensure consistency across all Admin content.

* **[Errors and messages](errors-and-messages.md)** — Guides the creation of clear, empowering error messages and notifications that help users understand issues and take appropriate next steps without blame or confusion.

* **[Headings and organization](headings-and-organization.md)** — Establishes consistent heading structure and content prioritization to create clear information hierarchy and easy navigation throughout the Admin.

* **[Number formats](number-formats.md)** — Defines standards for displaying numbers, percentages, currency, dates, times, and addresses to maintain clarity and professionalism.

These writing and content standards work together with the [Admin Design Pattern Library](https://developer.adobe.com/commerce/admin-developer/pattern-library/) to provide comprehensive guidance for creating Admin interfaces.
22 changes: 22 additions & 0 deletions src/pages/style-guide/design/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Design | Commerce Admin Development
description: Learn about the design standards for the Adobe Commerce and Magento Open Source Admin application.
keywords:
- Extensions
---

# Design

The design standards define the visual foundation of the Admin interface, ensuring a consistent and accessible user experience across the application. These guidelines cover the core visual elements that shape how users interact with and navigate the Admin.

## Design topics

* **[Color](color.md)** — Our color palette reflects our brand personality while meeting accessibility standards and providing clear legibility, hierarchy, navigation, and messaging.

* **[Iconography](iconography.md)** — Icons provide visual representation of functionality and content throughout the Admin interface, helping users quickly identify actions and navigate sections.

* **[Page grids](page-grids.md)** — Grid systems establish consistent global layouts for page templates, defining how content and design patterns are organized in columns and rows.

* **[Typography](typography.md)** — Typography establishes page hierarchy and ensures readability through consistent use of fonts, weights, and sizes across different content types.

These design standards work together with the [Admin Design Pattern Library](https://developer.adobe.com/commerce/admin-developer/pattern-library/) to provide comprehensive guidance for creating Admin interfaces.
Loading