docs: fixes to content and UI (#12101)

This commit is contained in:
Shahed Nasser
2025-04-07 16:10:12 +03:00
committed by GitHub
parent 2be03d0d39
commit 9ece840027
3 changed files with 23 additions and 4 deletions
@@ -12,6 +12,17 @@ This guide is specific to contributing to the documentation. If youre interes
</Note>
## What Can You Contribute?
You can contribute to the Medusa documentation in the following ways:
- Fixes to existing content. This includes small fixes like typos, or adding missing information.
- Additions to the documentation. If you think a documentation page can be useful to other developers, you can contribute by adding it.
- Make sure to open an issue first in the [medusa repository](https://github.com/medusajs/medusa) to confirm that you can add that documentation page.
- Fixes to UI components and tooling. If you find a bug while browsing the documentation, you can contribute by fixing it.
---
## Documentation Workspace
Medusa's documentation projects are all part of the documentation yarn workspace, which you can find in the [medusa repository](https://github.com/medusajs/medusa) under the `www` directory.