docs: added dividers + see also section (#2899)

This commit is contained in:
Shahed Nasser
2022-12-26 15:52:08 +02:00
committed by GitHub
parent b0e5769e27
commit b0ebfd6bcf
100 changed files with 1047 additions and 291 deletions

View File

@@ -8,6 +8,8 @@ The Medusa CLI serves as a tool that allows you to perform important commands wh
To use Medusa, it is required to install the CLI tool as it is used to create a new Medusa server.
---
## How to Install CLI Tool
To install the CLI tool, run the following command in your terminal:
@@ -28,6 +30,8 @@ The CLI tool is then available under the `medusa` command. You can see all comma
medusa --help
```
---
## Common Options
The following options can be used with all available commands.
@@ -84,6 +88,8 @@ If used inside a Medusa project, the version of the Medusa CLI and Medusa projec
medusa --version
```
---
## Available Commands
### new
@@ -206,7 +212,9 @@ medusa telemetry
| `--enable` | Enable telemetry (default) |
| `--disable` | Disable telemetry |
## Whats Next
---
- Learn more about [anonymous usage data collection](../usage.md).
- Learn how to [configure your Medusa server](../usage/configurations.md).
## See Also
- [Configure your Medusa server](../usage/configurations.md)
- [Set up your development environment](../tutorial/0-set-up-your-development-environment.mdx)