diff --git a/docs/src/demos/Examples/FullEditor/index.vue b/docs/src/demos/Examples/FullEditor/index.vue index 97d0b087d..31e4830cc 100644 --- a/docs/src/demos/Examples/FullEditor/index.vue +++ b/docs/src/demos/Examples/FullEditor/index.vue @@ -17,7 +17,7 @@ export default { data() { return { - content: '

full editor

', + content: '

A Vue.js wrapper component for tiptap to use v-model.

', } }, } diff --git a/docs/src/links.yaml b/docs/src/links.yaml index 6afa58b13..07c2924fc 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -31,6 +31,9 @@ link: /examples/minimalist - title: Export HTML or JSON link: /examples/export-html-or-json + - title: Full Editor + link: /examples/full-editor + draft: true - title: Feedback link: /overview/feedback