docs: improve admin documentation (#6117)

- Move the admin plugin's options to the Admin Configuration documentation.
- Add a section on how to change the backend URL for both development and production.
- Fix the troubleshooting section related to port forwarding.
- General fixes.
This commit is contained in:
Shahed Nasser
2024-01-22 15:48:33 +00:00
committed by GitHub
parent b61acf9312
commit 8c67e32d41
15 changed files with 370 additions and 149 deletions
@@ -7,7 +7,7 @@ import OtherErrors from './create-medusa-app-errors/_other-errors.mdx'
import InvalidTokenError from './create-medusa-app-errors/_no-browser-token-error.md'
import DockerSection from "./database-errors/_docker.md"
import DbUrlError from './create-medusa-app-errors/_db-url-error.md'
import PortError from './create-medusa-app-errors/_port.md'
import ForwardingError from './create-medusa-app-errors/_forwarding.md'
## TypeError: cmd is not a function
@@ -15,9 +15,9 @@ import PortError from './create-medusa-app-errors/_port.md'
---
## Admin Login or User Errors
## Errors when using VSCode or GitHub Codespaces
<PortError />
<ForwardingError />
---