diff --git a/docs/src/docPages/api/commands.md b/docs/src/docPages/api/commands.md index a8103d8b..7d471916 100644 --- a/docs/src/docPages/api/commands.md +++ b/docs/src/docPages/api/commands.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Commands ## toc diff --git a/docs/src/docPages/api/editor.md b/docs/src/docPages/api/editor.md index 991cae89..0b104de7 100644 --- a/docs/src/docPages/api/editor.md +++ b/docs/src/docPages/api/editor.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Editor ## toc diff --git a/docs/src/docPages/api/events.md b/docs/src/docPages/api/events.md index 6e860d4c..bfba5fa3 100644 --- a/docs/src/docPages/api/events.md +++ b/docs/src/docPages/api/events.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Events ## toc diff --git a/docs/src/docPages/api/extensions.md b/docs/src/docPages/api/extensions.md index 46f50943..83bc21fa 100644 --- a/docs/src/docPages/api/extensions.md +++ b/docs/src/docPages/api/extensions.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Extensions ## toc diff --git a/docs/src/docPages/api/keyboard-shortcuts.md b/docs/src/docPages/api/keyboard-shortcuts.md index 730491d7..44e72288 100644 --- a/docs/src/docPages/api/keyboard-shortcuts.md +++ b/docs/src/docPages/api/keyboard-shortcuts.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Keyboard Shortcuts ## toc diff --git a/docs/src/docPages/api/marks.md b/docs/src/docPages/api/marks.md index ef9f5cf3..35faf17b 100644 --- a/docs/src/docPages/api/marks.md +++ b/docs/src/docPages/api/marks.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Marks ## toc diff --git a/docs/src/docPages/api/nodes.md b/docs/src/docPages/api/nodes.md index bdc96ccd..f818658c 100644 --- a/docs/src/docPages/api/nodes.md +++ b/docs/src/docPages/api/nodes.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Nodes ## toc diff --git a/docs/src/docPages/api/schema.md b/docs/src/docPages/api/schema.md index 68ac2b52..2db556e7 100644 --- a/docs/src/docPages/api/schema.md +++ b/docs/src/docPages/api/schema.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Schema ## toc diff --git a/docs/src/docPages/changelog.md b/docs/src/docPages/changelog.md index 006987f8..45ab75e5 100644 --- a/docs/src/docPages/changelog.md +++ b/docs/src/docPages/changelog.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Changelog ## toc diff --git a/docs/src/docPages/examples/collaborative-editing.md b/docs/src/docPages/examples/collaborative-editing.md index c711bda2..2e55ad29 100644 --- a/docs/src/docPages/examples/collaborative-editing.md +++ b/docs/src/docPages/examples/collaborative-editing.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Collaborative editing :::pro Commercial use diff --git a/docs/src/docPages/guide/accessibility.md b/docs/src/docPages/guide/accessibility.md index 9c00802b..65e9e7de 100644 --- a/docs/src/docPages/guide/accessibility.md +++ b/docs/src/docPages/guide/accessibility.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Accessibility :::pro Fund the development ♥ diff --git a/docs/src/docPages/guide/collaborative-editing.md b/docs/src/docPages/guide/collaborative-editing.md index 3c1f5ab7..77dcef39 100644 --- a/docs/src/docPages/guide/collaborative-editing.md +++ b/docs/src/docPages/guide/collaborative-editing.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Collaborative editing ## toc diff --git a/docs/src/docPages/guide/configuration.md b/docs/src/docPages/guide/configuration.md index 44a3dc16..2e8de283 100644 --- a/docs/src/docPages/guide/configuration.md +++ b/docs/src/docPages/guide/configuration.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Configuration ## toc diff --git a/docs/src/docPages/guide/custom-extensions.md b/docs/src/docPages/guide/custom-extensions.md index 1e0bd623..a82ffcf0 100644 --- a/docs/src/docPages/guide/custom-extensions.md +++ b/docs/src/docPages/guide/custom-extensions.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Custom extensions ## toc diff --git a/docs/src/docPages/guide/extend-extensions.md b/docs/src/docPages/guide/extend-extensions.md index 4a660ce2..57fd29a9 100644 --- a/docs/src/docPages/guide/extend-extensions.md +++ b/docs/src/docPages/guide/extend-extensions.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Overwrite & extend ## toc diff --git a/docs/src/docPages/guide/menus.md b/docs/src/docPages/guide/menus.md index c494eccb..f1f7d053 100644 --- a/docs/src/docPages/guide/menus.md +++ b/docs/src/docPages/guide/menus.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Create menus ## toc diff --git a/docs/src/docPages/guide/node-views.md b/docs/src/docPages/guide/node-views.md index 32ae76f7..0d5df895 100644 --- a/docs/src/docPages/guide/node-views.md +++ b/docs/src/docPages/guide/node-views.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Interactive node views ## toc diff --git a/docs/src/docPages/guide/node-views/examples.md b/docs/src/docPages/guide/node-views/examples.md index 800d8e21..8bce6ece 100644 --- a/docs/src/docPages/guide/node-views/examples.md +++ b/docs/src/docPages/guide/node-views/examples.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Examples ## toc diff --git a/docs/src/docPages/guide/node-views/js.md b/docs/src/docPages/guide/node-views/js.md index 5965dd9b..aaffe426 100644 --- a/docs/src/docPages/guide/node-views/js.md +++ b/docs/src/docPages/guide/node-views/js.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Node views with JavaScript ## toc @@ -119,5 +123,3 @@ Got it? You’re free to do anything you like, as long as you return a container Keep in mind that this content is rendered by tiptap. That means you need to tell what kind of content is allowed, for example with `content: 'inline*'` in your node extension (that’s what we use in the above example). - - diff --git a/docs/src/docPages/guide/node-views/react.md b/docs/src/docPages/guide/node-views/react.md index 9381d943..71942180 100644 --- a/docs/src/docPages/guide/node-views/react.md +++ b/docs/src/docPages/guide/node-views/react.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Node views with React ## toc diff --git a/docs/src/docPages/guide/node-views/vue.md b/docs/src/docPages/guide/node-views/vue.md index 970ca786..d47ba748 100644 --- a/docs/src/docPages/guide/node-views/vue.md +++ b/docs/src/docPages/guide/node-views/vue.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Node views with Vue ## toc diff --git a/docs/src/docPages/guide/output.md b/docs/src/docPages/guide/output.md index 97deddcb..817d1e6f 100644 --- a/docs/src/docPages/guide/output.md +++ b/docs/src/docPages/guide/output.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Output ## toc diff --git a/docs/src/docPages/guide/styling.md b/docs/src/docPages/guide/styling.md index e4c2e6b2..6f27efdd 100644 --- a/docs/src/docPages/guide/styling.md +++ b/docs/src/docPages/guide/styling.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Styling ## toc diff --git a/docs/src/docPages/guide/typescript.md b/docs/src/docPages/guide/typescript.md index 31692454..9a29b7a0 100644 --- a/docs/src/docPages/guide/typescript.md +++ b/docs/src/docPages/guide/typescript.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Working with TypeScript ## toc diff --git a/docs/src/docPages/impressum.md b/docs/src/docPages/impressum.md index a2038a6d..d4ccbc57 100644 --- a/docs/src/docPages/impressum.md +++ b/docs/src/docPages/impressum.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Impressum ## toc diff --git a/docs/src/docPages/installation.md b/docs/src/docPages/installation.md index f13f1387..fc923f88 100644 --- a/docs/src/docPages/installation.md +++ b/docs/src/docPages/installation.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Installation ## toc diff --git a/docs/src/docPages/installation/alpine.md b/docs/src/docPages/installation/alpine.md index 5c768629..f4f3b5f2 100644 --- a/docs/src/docPages/installation/alpine.md +++ b/docs/src/docPages/installation/alpine.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + --- title: Alpine WYSIWYG --- diff --git a/docs/src/docPages/installation/livewire.md b/docs/src/docPages/installation/livewire.md index f79ee51a..0ca1e6ae 100644 --- a/docs/src/docPages/installation/livewire.md +++ b/docs/src/docPages/installation/livewire.md @@ -1,5 +1,6 @@ --- title: Livewire WYSIWYG +tableOfContents: true --- # Livewire diff --git a/docs/src/docPages/installation/nuxt.md b/docs/src/docPages/installation/nuxt.md index e7a67c11..0dbf5e38 100644 --- a/docs/src/docPages/installation/nuxt.md +++ b/docs/src/docPages/installation/nuxt.md @@ -1,5 +1,6 @@ --- title: Nuxt.js WYSIWYG +tableOfContents: true --- # Nuxt.js diff --git a/docs/src/docPages/installation/react.md b/docs/src/docPages/installation/react.md index 308b8eb5..d1121c7b 100644 --- a/docs/src/docPages/installation/react.md +++ b/docs/src/docPages/installation/react.md @@ -1,5 +1,6 @@ --- title: React WYSIWYG +tableOfContents: true --- # React diff --git a/docs/src/docPages/installation/svelte.md b/docs/src/docPages/installation/svelte.md index 757a66e5..9a86d8e0 100644 --- a/docs/src/docPages/installation/svelte.md +++ b/docs/src/docPages/installation/svelte.md @@ -1,5 +1,6 @@ --- title: Svelte WYSIWYG +tableOfContents: true --- # Svelte diff --git a/docs/src/docPages/installation/vue2.md b/docs/src/docPages/installation/vue2.md index df015669..0f2199f1 100644 --- a/docs/src/docPages/installation/vue2.md +++ b/docs/src/docPages/installation/vue2.md @@ -1,5 +1,6 @@ --- title: Vue.js 2 WYSIWYG +tableOfContents: true --- # Vue.js 2 diff --git a/docs/src/docPages/installation/vue3.md b/docs/src/docPages/installation/vue3.md index 7d16b6e1..ea1617a9 100644 --- a/docs/src/docPages/installation/vue3.md +++ b/docs/src/docPages/installation/vue3.md @@ -1,5 +1,6 @@ --- title: Vue.js 3 WYSIWYG +tableOfContents: true --- # Vue.js 3 diff --git a/docs/src/docPages/introduction.md b/docs/src/docPages/introduction.md index 262bbd8d..761d809a 100644 --- a/docs/src/docPages/introduction.md +++ b/docs/src/docPages/introduction.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Introduction ## toc diff --git a/docs/src/docPages/overview/contributing.md b/docs/src/docPages/overview/contributing.md index 131c815e..635dade8 100644 --- a/docs/src/docPages/overview/contributing.md +++ b/docs/src/docPages/overview/contributing.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Contributing ## toc diff --git a/docs/src/docPages/overview/upgrade-guide.md b/docs/src/docPages/overview/upgrade-guide.md index 7d720c01..53c19167 100644 --- a/docs/src/docPages/overview/upgrade-guide.md +++ b/docs/src/docPages/overview/upgrade-guide.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Upgrade Guide ## toc diff --git a/docs/src/docPages/privacy-policy.md b/docs/src/docPages/privacy-policy.md index 0e0b0a9b..2de52bb3 100644 --- a/docs/src/docPages/privacy-policy.md +++ b/docs/src/docPages/privacy-policy.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # Privacy Policy ## toc diff --git a/docs/src/docPages/sponsor.md b/docs/src/docPages/sponsor.md index 6554b97b..8037346e 100644 --- a/docs/src/docPages/sponsor.md +++ b/docs/src/docPages/sponsor.md @@ -1,3 +1,7 @@ +--- +tableOfContents: true +--- + # About the project ## toc