change folder structure

This commit is contained in:
Philipp Kühn
2020-04-17 12:55:07 +02:00
parent 3c0727fd59
commit 3ce1eed00e
5 changed files with 1 additions and 1 deletions

8
docs/src/data/basic.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: Basic Example
slug: basic
---
This is a basic example of tiptap.
<demo name="Basic" />

View File

@@ -0,0 +1,8 @@
---
title: Handle Extensions
slug: handle-extensions
---
Use a custom list of extensions.
<demo name="HandleExtensions" />

8
docs/src/data/install.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: Install
slug: install
---
<tab>
npm install @tiptap/core @tiptap/vue
</tab>

8
docs/src/data/react.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: React Test
slug: react
---
This is a basic example of tiptap.
<demo name="React" mode="react" />