group all content files by section

This commit is contained in:
Hans Pagel
2020-08-18 21:47:04 +02:00
parent c182842681
commit 4d297e9116
18 changed files with 25 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
context('basic', () => {
beforeEach(() => {
cy.visit('/basic')
cy.visit('/examples/basic')
})
describe('export', () => {

View File

@@ -1 +1,3 @@
# Basic
<demo name="Basic" />

View File

@@ -0,0 +1,3 @@
# Upgrade Guide
## Upgrading from 1.x to 2.x

View File

@@ -0,0 +1 @@
# Custom Extensions

View File

@@ -0,0 +1 @@
# Custom Styling

View File

@@ -0,0 +1 @@
# Use Vue Components

View File

@@ -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/