Skip to content

Commit 9d7ceec

Browse files
author
マルコメ
authored
docs: add missing code block language to README.md (#10952)
1 parent 154c95c commit 9d7ceec

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/classic-typescript/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/classic/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-docusaurus/templates/shared/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
44

55
### Installation
66

7-
```
7+
```bash
88
$ yarn
99
```
1010

1111
### Local Development
1212

13-
```
13+
```bash
1414
$ yarn start
1515
```
1616

1717
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1818

1919
### Build
2020

21-
```
21+
```bash
2222
$ yarn build
2323
```
2424

@@ -28,13 +28,13 @@ This command generates static content into the `build` directory and can be serv
2828

2929
Using SSH:
3030

31-
```
31+
```bash
3232
$ USE_SSH=true yarn deploy
3333
```
3434

3535
Not using SSH:
3636

37-
```
37+
```bash
3838
$ GIT_USER=<Your GitHub username> yarn deploy
3939
```
4040

packages/docusaurus-theme-translations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please help us provide exhaustive translations:
1313

1414
After updating the theme code, you can "synchronize" the translations by running:
1515

16-
```
16+
```bash
1717
yarn workspace @docusaurus/theme-translations update
1818
```
1919

packages/lqip-loader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Low Quality Image Placeholders (LQIP) loader for webpack.
44

55
## Installation
66

7-
```
7+
```bash
88
npm install --save-dev @docusaurus/lqip-loader
99
```
1010

0 commit comments

Comments
 (0)