Skip to content

Commit

Permalink
docs: add missing code block language to README.md (#10952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Feb 26, 2025
1 parent 154c95c commit 9d7ceec
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/classic-typescript/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions examples/classic/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/create-docusaurus/templates/shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati

### Installation

```
```bash
$ yarn
```

### Local Development

```
```bash
$ yarn start
```

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

### Build

```
```bash
$ yarn build
```

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

Using SSH:

```
```bash
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
```bash
$ GIT_USER=<Your GitHub username> yarn deploy
```

Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Please help us provide exhaustive translations:

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

```
```bash
yarn workspace @docusaurus/theme-translations update
```

Expand Down
2 changes: 1 addition & 1 deletion packages/lqip-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Low Quality Image Placeholders (LQIP) loader for webpack.

## Installation

```
```bash
npm install --save-dev @docusaurus/lqip-loader
```

Expand Down

0 comments on commit 9d7ceec

Please sign in to comment.