docs: added code blocks without headers (#2560)

This commit is contained in:
Shahed Nasser
2022-11-07 17:36:51 +02:00
committed by GitHub
parent bbf4039147
commit c0639ef708
35 changed files with 336 additions and 98 deletions

View File

@@ -180,7 +180,7 @@ Youll have to follow five steps for the initialization:
Youll be asked to either connect to an existing Netlify website or create a new one. Choose the second option to create a new site:
```bash
```bash noHeader
? What would you like to do?
⇄ Connect this directory to an existing Netlify site
+ Create & configure a new site
@@ -198,7 +198,7 @@ Youll be asked to optionally enter a site name.
At this point, the website is created on Netlify. However, Netlify needs to configure Webhooks and deployment keys. Youll be asked to either authorize GitHub through Netlifys website or through a personal access token. Youre free to choose either:
```bash
```bash noHeader
? Netlify CLI needs access to your GitHub account to configure Webhooks and Depl
oy Keys. What would you like to do? (Use arrow keys)
Authorize with GitHub through app.netlify.com

View File

@@ -138,7 +138,7 @@ If you havent added any products to your Medusa server, the build process mig
Alternatively, you can seed the server with demo data by running this command in the root directory of the server:
```bash
```bash noHeader
medusa seed -f data/seed.json
```
@@ -198,7 +198,7 @@ Youll have to follow five steps for the initialization:
Youll be asked to either connect to an existing Netlify website or create a new one. Choose the second option to create a new site:
```bash
```bash noHeader
? What would you like to do?
⇄ Connect this directory to an existing Netlify site
+ Create & configure a new site
@@ -216,7 +216,7 @@ Youll be asked to optionally enter a site name.
At this point, the website is created on Netlify. However, Netlify needs to configure Webhooks and deployment keys. Youll be asked to either authorize GitHub through Netlifys website or through a personal access token. Youre free to choose either:
```bash
```bash noHeader
? Netlify CLI needs access to your GitHub account to configure Webhooks and Depl
oy Keys. What would you like to do? (Use arrow keys)
Authorize with GitHub through app.netlify.com
@@ -271,7 +271,7 @@ If you havent added any products to your Medusa server, the build process mig
Alternatively, you can seed the server with demo data by running this command in the root directory of the server:
```bash
```bash noHeader
medusa seed -f data/seed.json
```