mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
docs: add new placeholder pages
This commit is contained in:
parent
d8cf302b43
commit
e6cbb5511f
7
docs/src/docPages/api/nodes/emoji.md
Normal file
7
docs/src/docPages/api/nodes/emoji.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Emoji
|
||||
|
||||
:::pro Fund the development 💖
|
||||
We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund the open-source](/sponsor).
|
||||
:::
|
||||
|
||||
TODO
|
7
docs/src/docPages/api/nodes/hashtag.md
Normal file
7
docs/src/docPages/api/nodes/hashtag.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Hashtag
|
||||
|
||||
:::pro Fund the development 💖
|
||||
We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund the open-source](/sponsor).
|
||||
:::
|
||||
|
||||
TODO
|
7
docs/src/docPages/api/nodes/mention.md
Normal file
7
docs/src/docPages/api/nodes/mention.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Mention
|
||||
|
||||
:::pro Fund the development 💖
|
||||
We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund the open-source](/sponsor).
|
||||
:::
|
||||
|
||||
TODO
|
@ -90,8 +90,14 @@
|
||||
link: /api/nodes/code-block
|
||||
- title: Document
|
||||
link: /api/nodes/document
|
||||
- title: Emoji
|
||||
link: /api/nodes/emoji
|
||||
draft: true
|
||||
- title: HardBreak
|
||||
link: /api/nodes/hard-break
|
||||
- title: Hashtag
|
||||
link: /api/nodes/hashtag
|
||||
draft: true
|
||||
- title: Heading
|
||||
link: /api/nodes/heading
|
||||
- title: HorizontalRule
|
||||
@ -100,6 +106,9 @@
|
||||
link: /api/nodes/image
|
||||
- title: ListItem
|
||||
link: /api/nodes/list-item
|
||||
- title: Mention
|
||||
link: /api/nodes/mention
|
||||
draft: true
|
||||
- title: OrderedList
|
||||
link: /api/nodes/ordered-list
|
||||
- title: Paragraph
|
||||
|
Loading…
Reference in New Issue
Block a user