docs: add missing code block language to README.md (#10952)

This commit is contained in:
マルコメ 2025-02-26 18:15:03 +09:00 committed by GitHub
parent 154c95c11c
commit 9d7ceec189
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 18 deletions

2
examples/README.md generated
View file

@ -2,7 +2,7 @@
These example projects are generated with the init CLI: These example projects are generated with the init CLI:
``` ```bash
npx @docusaurus/init@latest init examples/<templateName> <templateName>` npx @docusaurus/init@latest init examples/<templateName> <templateName>`
``` ```

View file

@ -4,13 +4,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
### Installation ### Installation
``` ```bash
$ yarn $ yarn
``` ```
### Local Development ### Local Development
``` ```bash
$ yarn start $ yarn start
``` ```
@ -18,7 +18,7 @@ This command starts a local development server and opens up a browser window. Mo
### Build ### Build
``` ```bash
$ yarn build $ yarn build
``` ```
@ -28,13 +28,13 @@ This command generates static content into the `build` directory and can be serv
Using SSH: Using SSH:
``` ```bash
$ USE_SSH=true yarn deploy $ USE_SSH=true yarn deploy
``` ```
Not using SSH: Not using SSH:
``` ```bash
$ GIT_USER=<Your GitHub username> yarn deploy $ GIT_USER=<Your GitHub username> yarn deploy
``` ```

View file

@ -4,13 +4,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
### Installation ### Installation
``` ```bash
$ yarn $ yarn
``` ```
### Local Development ### Local Development
``` ```bash
$ yarn start $ yarn start
``` ```
@ -18,7 +18,7 @@ This command starts a local development server and opens up a browser window. Mo
### Build ### Build
``` ```bash
$ yarn build $ yarn build
``` ```
@ -28,13 +28,13 @@ This command generates static content into the `build` directory and can be serv
Using SSH: Using SSH:
``` ```bash
$ USE_SSH=true yarn deploy $ USE_SSH=true yarn deploy
``` ```
Not using SSH: Not using SSH:
``` ```bash
$ GIT_USER=<Your GitHub username> yarn deploy $ GIT_USER=<Your GitHub username> yarn deploy
``` ```

View file

@ -4,13 +4,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
### Installation ### Installation
``` ```bash
$ yarn $ yarn
``` ```
### Local Development ### Local Development
``` ```bash
$ yarn start $ yarn start
``` ```
@ -18,7 +18,7 @@ This command starts a local development server and opens up a browser window. Mo
### Build ### Build
``` ```bash
$ yarn build $ yarn build
``` ```
@ -28,13 +28,13 @@ This command generates static content into the `build` directory and can be serv
Using SSH: Using SSH:
``` ```bash
$ USE_SSH=true yarn deploy $ USE_SSH=true yarn deploy
``` ```
Not using SSH: Not using SSH:
``` ```bash
$ GIT_USER=<Your GitHub username> yarn deploy $ GIT_USER=<Your GitHub username> yarn deploy
``` ```

View file

@ -13,7 +13,7 @@ Please help us provide exhaustive translations:
After updating the theme code, you can "synchronize" the translations by running: After updating the theme code, you can "synchronize" the translations by running:
``` ```bash
yarn workspace @docusaurus/theme-translations update yarn workspace @docusaurus/theme-translations update
``` ```

View file

@ -4,7 +4,7 @@ Low Quality Image Placeholders (LQIP) loader for webpack.
## Installation ## Installation
``` ```bash
npm install --save-dev @docusaurus/lqip-loader npm install --save-dev @docusaurus/lqip-loader
``` ```