group all content files by section
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
context('basic', () => {
|
||||
beforeEach(() => {
|
||||
cy.visit('/basic')
|
||||
cy.visit('/examples/basic')
|
||||
})
|
||||
|
||||
describe('export', () => {
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# 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
|
||||
items:
|
||||
- title: Introduction 🚧
|
||||
link: /introduction/
|
||||
link: /getting-started/introduction/
|
||||
- title: Installation ✅
|
||||
link: /installation/
|
||||
link: /getting-started/installation/
|
||||
- title: Upgrade Guide ❌
|
||||
link: /upgrade-guide/
|
||||
link: /getting-started/upgrade-guide/
|
||||
|
||||
- title: Guide
|
||||
items:
|
||||
- title: Getting started ✅
|
||||
link: /getting-started/
|
||||
link: /guide/getting-started/
|
||||
- title: Configuration 🚧
|
||||
link: /configuration/
|
||||
link: /guide/configuration/
|
||||
- title: Build your editor 🚧
|
||||
link: /build-your-editor/
|
||||
link: /guide/build-your-editor/
|
||||
- title: Custom styling ❌
|
||||
link: /custom-styling/
|
||||
link: /guide/custom-styling/
|
||||
- title: Get content 🚧
|
||||
link: /get-content/
|
||||
link: /guide/get-content/
|
||||
- title: Custom extensions ❌
|
||||
link: /advanced-notes/
|
||||
link: /guide/custom-extensions/
|
||||
- title: Use Vue Components ❌
|
||||
link: /render-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/
|
||||
link: /guide/use-vue-components/
|
||||
|
||||
- title: Examples
|
||||
items:
|
||||
- title: Basic
|
||||
link: basic
|
||||
link: /examples/basic
|
||||
- title: Menu Bubble
|
||||
link: /Menu Bubble/
|
||||
- title: Floating Menu
|
||||
@@ -90,9 +74,9 @@
|
||||
- title: API
|
||||
items:
|
||||
- title: Editor
|
||||
link: /editor/
|
||||
link: /api/editor/
|
||||
- title: Extensions 🚧
|
||||
link: /extensions/
|
||||
link: /api/extensions/
|
||||
items:
|
||||
- title: Blockquote
|
||||
link: /api/extensions/blockquote
|
||||
@@ -137,8 +121,8 @@
|
||||
- title: Underline
|
||||
link: /api/extensions/underline
|
||||
- title: Commands
|
||||
link: /commands/
|
||||
link: /api/commands/
|
||||
- title: Events
|
||||
link: /events/
|
||||
link: /api/events/
|
||||
- title: Schema
|
||||
link: /schema/
|
||||
link: /api/schema/
|
||||
Reference in New Issue
Block a user