group all content files by section
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
context('basic', () => {
|
context('basic', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.visit('/basic')
|
cy.visit('/examples/basic')
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('export', () => {
|
describe('export', () => {
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
# Basic
|
||||||
|
|
||||||
<demo name="Basic" />
|
<demo name="Basic" />
|
||||||
3
docs/src/docPages/getting-started/upgrade-guide.md
Normal file
3
docs/src/docPages/getting-started/upgrade-guide.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Upgrade Guide
|
||||||
|
|
||||||
|
## Upgrading from 1.x to 2.x
|
||||||
1
docs/src/docPages/guide/custom-extensions.md
Normal file
1
docs/src/docPages/guide/custom-extensions.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Custom Extensions
|
||||||
1
docs/src/docPages/guide/custom-styling.md
Normal file
1
docs/src/docPages/guide/custom-styling.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Custom Styling
|
||||||
1
docs/src/docPages/guide/use-vue-components.md
Normal file
1
docs/src/docPages/guide/use-vue-components.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Use Vue Components
|
||||||
@@ -1,49 +1,33 @@
|
|||||||
- title: Getting Started
|
- title: Getting Started
|
||||||
items:
|
items:
|
||||||
- title: Introduction 🚧
|
- title: Introduction 🚧
|
||||||
link: /introduction/
|
link: /getting-started/introduction/
|
||||||
- title: Installation ✅
|
- title: Installation ✅
|
||||||
link: /installation/
|
link: /getting-started/installation/
|
||||||
- title: Upgrade Guide ❌
|
- title: Upgrade Guide ❌
|
||||||
link: /upgrade-guide/
|
link: /getting-started/upgrade-guide/
|
||||||
|
|
||||||
- title: Guide
|
- title: Guide
|
||||||
items:
|
items:
|
||||||
- title: Getting started ✅
|
- title: Getting started ✅
|
||||||
link: /getting-started/
|
link: /guide/getting-started/
|
||||||
- title: Configuration 🚧
|
- title: Configuration 🚧
|
||||||
link: /configuration/
|
link: /guide/configuration/
|
||||||
- title: Build your editor 🚧
|
- title: Build your editor 🚧
|
||||||
link: /build-your-editor/
|
link: /guide/build-your-editor/
|
||||||
- title: Custom styling ❌
|
- title: Custom styling ❌
|
||||||
link: /custom-styling/
|
link: /guide/custom-styling/
|
||||||
- title: Get content 🚧
|
- title: Get content 🚧
|
||||||
link: /get-content/
|
link: /guide/get-content/
|
||||||
- title: Custom extensions ❌
|
- title: Custom extensions ❌
|
||||||
link: /advanced-notes/
|
link: /guide/custom-extensions/
|
||||||
- title: Use Vue Components ❌
|
- title: Use Vue Components ❌
|
||||||
link: /render-vue-components/
|
link: /guide/use-vue-components/
|
||||||
|
|
||||||
# - title: Vue
|
|
||||||
# items:
|
|
||||||
# - title: Use tiptap with Vue.js 🚧
|
|
||||||
# link: /basic-vue-example/
|
|
||||||
# - title: Advanced Example
|
|
||||||
# link: /advanced-vue-example/
|
|
||||||
# - title: Render Vue Components
|
|
||||||
# link: /render-vue-components/
|
|
||||||
|
|
||||||
# - title: React
|
|
||||||
# items:
|
|
||||||
# - title: React
|
|
||||||
# link: /react/
|
|
||||||
# - title: Render React Components
|
|
||||||
# link: /advanced-react-example/
|
|
||||||
|
|
||||||
- title: Examples
|
- title: Examples
|
||||||
items:
|
items:
|
||||||
- title: Basic
|
- title: Basic
|
||||||
link: basic
|
link: /examples/basic
|
||||||
- title: Menu Bubble
|
- title: Menu Bubble
|
||||||
link: /Menu Bubble/
|
link: /Menu Bubble/
|
||||||
- title: Floating Menu
|
- title: Floating Menu
|
||||||
@@ -90,9 +74,9 @@
|
|||||||
- title: API
|
- title: API
|
||||||
items:
|
items:
|
||||||
- title: Editor
|
- title: Editor
|
||||||
link: /editor/
|
link: /api/editor/
|
||||||
- title: Extensions 🚧
|
- title: Extensions 🚧
|
||||||
link: /extensions/
|
link: /api/extensions/
|
||||||
items:
|
items:
|
||||||
- title: Blockquote
|
- title: Blockquote
|
||||||
link: /api/extensions/blockquote
|
link: /api/extensions/blockquote
|
||||||
@@ -137,8 +121,8 @@
|
|||||||
- title: Underline
|
- title: Underline
|
||||||
link: /api/extensions/underline
|
link: /api/extensions/underline
|
||||||
- title: Commands
|
- title: Commands
|
||||||
link: /commands/
|
link: /api/commands/
|
||||||
- title: Events
|
- title: Events
|
||||||
link: /events/
|
link: /api/events/
|
||||||
- title: Schema
|
- title: Schema
|
||||||
link: /schema/
|
link: /api/schema/
|
||||||
Reference in New Issue
Block a user