Skip to content

Commit 21fca95

Browse files
committed
docs: updated docs
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
1 parent d54a1a4 commit 21fca95

11 files changed

Lines changed: 33 additions & 33 deletions

File tree

  • docs/pages
    • en/integrations
      • vitepress-plugin-enhanced-readabilities
      • vitepress-plugin-highlight-targeted-heading
    • zh-CN/integrations
      • vitepress-plugin-enhanced-readabilities
      • vitepress-plugin-highlight-targeted-heading
  • packages

docs/pages/en/integrations/markdown-it-bi-directional-links/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ Install `@nolebase/markdown-it-bi-directional-links` to your project dependencie
126126
::: code-group
127127

128128
```shell [pnpm]
129-
pnpm add @nolebase/markdown-it-bi-directional-links
129+
pnpm add @nolebase/markdown-it-bi-directional-links -D
130130
```
131131

132132
```shell [npm]
133-
npm install @nolebase/markdown-it-bi-directional-links
133+
npm install @nolebase/markdown-it-bi-directional-links -D
134134
```
135135

136136
```shell [yarn]
137-
yarn add @nolebase/markdown-it-bi-directional-links
137+
yarn add @nolebase/markdown-it-bi-directional-links -D
138138
```
139139

140140
:::

docs/pages/en/integrations/vitepress-plugin-enhanced-readabilities/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ You can install `@nolebase/vitepress-plugin-enhanced-readabilities` as one of yo
4444
::: code-group
4545

4646
```shell [pnpm]
47-
pnpm add @nolebase/vitepress-plugin-enhanced-readabilities
47+
pnpm add @nolebase/vitepress-plugin-enhanced-readabilities -D
4848
```
4949

5050
```shell [npm]
51-
npm install @nolebase/vitepress-plugin-enhanced-readabilities
51+
npm install @nolebase/vitepress-plugin-enhanced-readabilities -D
5252
```
5353

5454
```shell [yarn]
55-
yarn add @nolebase/vitepress-plugin-enhanced-readabilities
55+
yarn add @nolebase/vitepress-plugin-enhanced-readabilities -D
5656
```
5757

5858
:::

docs/pages/en/integrations/vitepress-plugin-highlight-targeted-heading/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ You can install `@nolebase/vitepress-plugin-highlight-targeted-heading` to the d
5353
::: code-group
5454

5555
```shell [pnpm]
56-
pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading
56+
pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading -D
5757
```
5858

5959
```shell [npm]
60-
npm install @nolebase/vitepress-plugin-highlight-targeted-heading
60+
npm install @nolebase/vitepress-plugin-highlight-targeted-heading -D
6161
```
6262

6363
```shell [yarn]
64-
yarn add @nolebase/vitepress-plugin-highlight-targeted-heading
64+
yarn add @nolebase/vitepress-plugin-highlight-targeted-heading -D
6565
```
6666

6767
:::

docs/pages/zh-CN/integrations/markdown-it-bi-directional-links/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ Obsidian 同名页面:[[pages/zh-CN/integrations/markdown-it-bi-directional-li
128128
::: code-group
129129

130130
```shell [pnpm]
131-
pnpm add @nolebase/markdown-it-bi-directional-links
131+
pnpm add @nolebase/markdown-it-bi-directional-links -D
132132
```
133133

134134
```shell [npm]
135-
npm install @nolebase/markdown-it-bi-directional-links
135+
npm install @nolebase/markdown-it-bi-directional-links -D
136136
```
137137

138138
```shell [yarn]
139-
yarn add @nolebase/markdown-it-bi-directional-links
139+
yarn add @nolebase/markdown-it-bi-directional-links -D
140140
```
141141

142142
:::

docs/pages/zh-CN/integrations/vitepress-plugin-enhanced-readabilities/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
::: code-group
4545

4646
```shell [pnpm]
47-
pnpm add @nolebase/vitepress-plugin-enhanced-readabilities
47+
pnpm add @nolebase/vitepress-plugin-enhanced-readabilities -D
4848
```
4949

5050
```shell [npm]
51-
npm install @nolebase/vitepress-plugin-enhanced-readabilities
51+
npm install @nolebase/vitepress-plugin-enhanced-readabilities -D
5252
```
5353

5454
```shell [yarn]
55-
yarn add @nolebase/vitepress-plugin-enhanced-readabilities
55+
yarn add @nolebase/vitepress-plugin-enhanced-readabilities -D
5656
```
5757

5858
:::

docs/pages/zh-CN/integrations/vitepress-plugin-highlight-targeted-heading/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ document.querySelector('#为什么')
5353
::: code-group
5454

5555
```shell [pnpm]
56-
pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading
56+
pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading -D
5757
```
5858

5959
```shell [npm]
60-
npm install @nolebase/vitepress-plugin-highlight-targeted-heading
60+
npm install @nolebase/vitepress-plugin-highlight-targeted-heading -D
6161
```
6262

6363
```shell [yarn]
64-
yarn add @nolebase/vitepress-plugin-highlight-targeted-heading
64+
yarn add @nolebase/vitepress-plugin-highlight-targeted-heading -D
6565
```
6666

6767
:::

packages/markdown-it-bi-directional-links/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ A [`markdown-it`](https://github.com/markdown-it/markdown-it) plugin that adds O
77
### Npm
88

99
```shell
10-
npm i @nolebase/markdown-it-bi-directional-links
10+
npm i @nolebase/markdown-it-bi-directional-links -D
1111
```
1212

1313
### Yarn
1414

1515
```shell
16-
yarn add @nolebase/markdown-it-bi-directional-links
16+
yarn add @nolebase/markdown-it-bi-directional-links -D
1717
```
1818

1919
### Pnpm
2020

2121
```shell
22-
pnpm add @nolebase/markdown-it-bi-directional-links
22+
pnpm add @nolebase/markdown-it-bi-directional-links -D
2323
```
2424

2525
## Documentation

packages/markdown-it-element-transform/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ A [`markdown-it`](https://github.com/markdown-it/markdown-it) plugin that transf
77
### Npm
88

99
```shell
10-
npm i @nolebase/markdown-it-element-transform
10+
npm i @nolebase/markdown-it-element-transform -D
1111
```
1212

1313
### Yarn
1414

1515
```shell
16-
yarn add @nolebase/markdown-it-element-transform
16+
yarn add @nolebase/markdown-it-element-transform -D
1717
```
1818

1919
### Pnpm
2020

2121
```shell
22-
pnpm add @nolebase/markdown-it-element-transform
22+
pnpm add @nolebase/markdown-it-element-transform -D
2323
```
2424

2525
## Documentation

packages/vitepress-plugin-enhanced-readabilities/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ A VitePress plugin enhances the readabilities for VitePress built sites.
77
### Npm
88

99
```shell
10-
npm i @nolebase/vitepress-plugin-enhanced-readabilities
10+
npm i @nolebase/vitepress-plugin-enhanced-readabilities -D
1111
```
1212

1313
### Yarn
1414

1515
```shell
16-
yarn add @nolebase/vitepress-plugin-enhanced-readabilities
16+
yarn add @nolebase/vitepress-plugin-enhanced-readabilities -D
1717
```
1818

1919
### Pnpm
2020

2121
```shell
22-
pnpm add @nolebase/vitepress-plugin-enhanced-readabilities
22+
pnpm add @nolebase/vitepress-plugin-enhanced-readabilities -D
2323
```
2424

2525
## Documentation

packages/vitepress-plugin-highlight-targeted-heading/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ A VitePress plugin blinks to highlight the heading element when targeted and cli
77
### Npm
88

99
```shell
10-
npm i @nolebase/vitepress-plugin-highlight-targeted-heading
10+
npm i @nolebase/vitepress-plugin-highlight-targeted-heading -D
1111
```
1212

1313
### Yarn
1414

1515
```shell
16-
yarn add @nolebase/vitepress-plugin-highlight-targeted-heading
16+
yarn add @nolebase/vitepress-plugin-highlight-targeted-heading -D
1717
```
1818

1919
### Pnpm
2020

2121
```shell
22-
pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading
22+
pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading -D
2323
```
2424

2525
## Documentation

0 commit comments

Comments
 (0)