From b380a3d4bb649d536e0d5c8cc51dc291d7a6ee3f Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 12 Aug 2020 11:50:54 +0200 Subject: [PATCH] add content --- docs/src/demos/GettingStarted/index.vue | 2 +- docs/src/demos/VueSetup/index.vue | 2 +- docs/src/docPages/getting-started.md | 4 ++-- docs/src/links.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/demos/GettingStarted/index.vue b/docs/src/demos/GettingStarted/index.vue index 04d9546e..58ccac95 100644 --- a/docs/src/demos/GettingStarted/index.vue +++ b/docs/src/demos/GettingStarted/index.vue @@ -20,7 +20,7 @@ export default { mounted() { this.editor = new Editor({ - content: '

I’m running tiptap with Vue.js. This demo is interactive, try to edit the text.

', + content: '

I’m running tiptap with Vue.js. 🎉

', extensions: extensions(), renderer: Renderer, }) diff --git a/docs/src/demos/VueSetup/index.vue b/docs/src/demos/VueSetup/index.vue index 04d9546e..58ccac95 100644 --- a/docs/src/demos/VueSetup/index.vue +++ b/docs/src/demos/VueSetup/index.vue @@ -20,7 +20,7 @@ export default { mounted() { this.editor = new Editor({ - content: '

I’m running tiptap with Vue.js. This demo is interactive, try to edit the text.

', + content: '

I’m running tiptap with Vue.js. 🎉

', extensions: extensions(), renderer: Renderer, }) diff --git a/docs/src/docPages/getting-started.md b/docs/src/docPages/getting-started.md index 84b720e0..67fc6484 100644 --- a/docs/src/docPages/getting-started.md +++ b/docs/src/docPages/getting-started.md @@ -18,11 +18,11 @@ Create a new Vue component (e. g. ``) and add the following content. T -Does that work for you? There are a few common pitfalls here, if you have trouble getting started, try to read the related links down here. +Does that work for you? There are a few common pitfalls here, depending on your setup. If you have trouble getting started, try to read the related links down here. Otherwise: Congrats! You’ve got it! Let’s start with the confiuration in the next step. ### Related links -* [tiptap doesn’t have a default styling](#) * [Use tiptap with Nuxt.js](#) +* [tiptap doesn’t have a default styling](#) diff --git a/docs/src/links.yaml b/docs/src/links.yaml index f8aea303..3ddc9ab9 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -7,7 +7,7 @@ - title: Guide items: - - title: Getting started 🚧 + - title: Getting started ✅ link: /getting-started/ - title: Configuration 🚧 link: /configuration/