docs: change notes across docs based on redesign (#8662)
Change the prerequisites / soon / other notes based on latest redesign Depends on #8661
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
sidebar_label: "Railway"
|
||||
---
|
||||
|
||||
import { DetailsList } from "docs-ui"
|
||||
import { Prerequisites, DetailsList } from "docs-ui"
|
||||
import OutdatedPreviewContent from "../../../troubleshooting/_sections/common-installation-errors/outdated-preview.mdx"
|
||||
|
||||
export const metadata = {
|
||||
@@ -35,11 +35,12 @@ The same Medusa project is used to deploy the server and worker modes. Learn mor
|
||||
|
||||
---
|
||||
|
||||
<Note type="check">
|
||||
|
||||
- [Medusa application](!docs!) hosted in a GitHub repository.
|
||||
|
||||
</Note>
|
||||
<Prerequisites items={[
|
||||
{
|
||||
text: "Medusa application’s codebase hosted on GitHub repository.",
|
||||
link: "!docs!"
|
||||
},
|
||||
]} />
|
||||
|
||||
## 1. Configure Medusa Application
|
||||
|
||||
|
||||
Reference in New Issue
Block a user