Skip to content

Commit a603c7f

Browse files
committed
docs: avoid first-person wording in extension SDK docs
1 parent cf67bb4 commit a603c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/manuals/extensions/extensions-sdk/design

content/manuals/extensions/extensions-sdk/design/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To get started on your UI, follow the steps below.
2020

2121
### Recommended: React+MUI, using our theme
2222

23-
Docker Desktop's UI is written in React and [MUI](https://mui.com/) (using Material UI specifically). This is the only officially supported framework for building extensions, and the one that our `init` command automatically configures for you. Using it brings significant benefits to authors:
23+
Docker Desktop's UI is written in React and [MUI](https://mui.com/) (using Material UI specifically). This is the only officially supported framework for building extensions, and the one that the `init` command automatically configures for you. Using it brings significant benefits to authors:
2424

2525
- You can use our [Material UI theme](https://www.npmjs.com/package/@docker/docker-mui-theme) to automatically replicate Docker Desktop's look and feel.
2626
- In future, we'll release utilities and components specifically targeting this combination (e.g. custom MUI components, or React hooks for interacting with Docker).

0 commit comments

Comments
 (0)