improve the examples
This commit is contained in:
@@ -4,7 +4,7 @@ Extensions are the way to add functionality to tiptap. By default tiptap comes b
|
||||
|
||||
## A minimalist set of extensions
|
||||
|
||||
You’ll need at least three extensions: Document, Paragraph and Text. See [an example of a tiptap version for minimalists](/examples/simple).
|
||||
You’ll need at least three extensions: Document, Paragraph and Text. See [an example of a tiptap version for minimalists](/examples/minimalist).
|
||||
|
||||
## Default extensions
|
||||
|
||||
|
||||
3
docs/src/docPages/examples/minimalist.md
Normal file
3
docs/src/docPages/examples/minimalist.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Minimalist
|
||||
|
||||
<demo name="Examples/Minimalist" highlight="7-9,26-28" />
|
||||
@@ -1,3 +0,0 @@
|
||||
# Simple
|
||||
|
||||
<demo name="Examples/Simple" highlight="7-9,26-28" />
|
||||
Reference in New Issue
Block a user