Skip to content

Commit 1a8500b

Browse files
committed
added tags to docs
1 parent ab90f36 commit 1a8500b

File tree

15 files changed

+50
-5
lines changed

15 files changed

+50
-5
lines changed

apps/site/docs/guide/plugins/basic-formatting-plugin/index.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
---
2-
title: BasicFormattingPlugin
3-
---
1+
import { Badge } from '@theme';
2+
3+
# BasicFormattingPlugin
4+
5+
**Status:** <Badge text="stable" type="tip" />
46

57
## Description
68

apps/site/docs/guide/plugins/breaks-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: BreaksPlugin
33
---
4+
import { Badge } from '@theme';
5+
6+
**Status:** <Badge text="stable" type="tip" />
47

58
## Description
69

apps/site/docs/guide/plugins/code-block-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: CodeBlockPlugin
33
---
44
import { Tab, Tabs } from 'rspress/theme';
5+
import { Badge } from '@theme';
6+
7+
**Status:** <Badge text="wip" type="warning" />
58

69

710
## Description

apps/site/docs/guide/plugins/commands-plugin/index.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import {KonaEditor} from "@kona/editor";import { Tab, Tabs } from 'rspress/theme';
1+
# CommandsPlugin
2+
import { Badge } from '@theme';
3+
import { Tab, Tabs } from 'rspress/theme';
4+
5+
**Status:** <Badge text="wip" type="warning" />
6+
27

38
## Description
49

apps/site/docs/guide/plugins/dnd-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: DnDPlugin
33
---
44
import { Tab, Tabs } from 'rspress/theme';
5+
import { Badge } from '@theme';
6+
7+
**Status:** <Badge text="stable" type="tip" />
58

69
## Description
710

apps/site/docs/guide/plugins/floating-menu-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: FloatingMenuPlugin
33
---
44
import { Tab, Tabs } from 'rspress/theme';
5+
import { Badge } from '@theme';
6+
7+
**Status:** <Badge text="stable" type="tip" />
58

69
## Description
710

apps/site/docs/guide/plugins/headings-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: HeadingsPlugin
33
---
4+
import { Badge } from '@theme';
5+
6+
**Status:** <Badge text="stable" type="tip" />
47

58
## Description
69

apps/site/docs/guide/plugins/highlights-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: HighlightsPlugin
33
---
4+
import { Badge } from '@theme';
5+
6+
**Status:** <Badge text="stable" type="tip" />
47

58
## Description
69

apps/site/docs/guide/plugins/links-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: LinksPlugin
33
---
44
import { Tab, Tabs } from 'rspress/theme';
5+
import { Badge } from '@theme';
6+
7+
**Status:** <Badge text="stable" type="tip" />
58

69
## Description
710
Allows adding links to the selected text.

apps/site/docs/guide/plugins/lists-plugin/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: ListsPlugin
33
---
4+
import { Badge } from '@theme';
5+
6+
**Status:** <Badge text="wip" type="warning" />
47

58
## Description
69
It allows adding numbered and bulleted lists to the editor. Also controls indenting list items.

0 commit comments

Comments
 (0)