remove status emojis, minor improvements

This commit is contained in:
Hans Pagel 2020-08-20 15:22:13 +02:00
parent 6545953b9b
commit f8a5079b2b
2 changed files with 13 additions and 13 deletions

View File

@ -23,10 +23,10 @@ Create a new Vue component (you can call it `<Tiptap />`) and add the following
<demo name="GettingStarted" /> <demo name="GettingStarted" />
::: warning Using with Nuxt.js ::: warning Using with Nuxt.js
If you are using **Nuxt.js**, note that tiptap needs to run in the client, not on the server. Wrapping the editor in a `<client-only>` tag is **required**. If you are using Nuxt.js, note that tiptap needs to run in the client, not on the server. Its required to wrap the editor in a `<client-only>` tag.
::: :::
Congrats! Youve got it! 🎉 Lets start to build your editor in the next step. Congrats! Youve got it! 🎉 Lets start to configure your editor in the next step.
### Related links ### Related links

View File

@ -1,27 +1,27 @@
- title: Getting Started - title: Getting Started
items: items:
- title: Introduction 🚧 - title: Introduction
link: /getting-started/introduction/ link: /getting-started/introduction/
- title: Installation - title: Installation
link: /getting-started/installation/ link: /getting-started/installation/
- title: Upgrade Guide - title: Upgrade Guide
link: /getting-started/upgrade-guide/ link: /getting-started/upgrade-guide/
- title: Guide - title: Guide
items: items:
- title: Getting started - title: Getting started
link: /guide/getting-started/ link: /guide/getting-started/
- title: Configuration 🚧 - title: Configuration
link: /guide/configuration/ link: /guide/configuration/
- title: Build your editor 🚧 - title: Build your editor
link: /guide/build-your-editor/ link: /guide/build-your-editor/
- title: Custom styling - title: Custom styling
link: /guide/custom-styling/ link: /guide/custom-styling/
- title: Get content 🚧 - title: Get content
link: /guide/get-content/ link: /guide/get-content/
- title: Custom extensions - title: Custom extensions
link: /guide/custom-extensions/ link: /guide/custom-extensions/
- title: Use Vue Components - title: Use Vue Components
link: /guide/use-vue-components/ link: /guide/use-vue-components/
- title: Examples - title: Examples
@ -75,7 +75,7 @@
items: items:
- title: Editor - title: Editor
link: /api/editor/ link: /api/editor/
- title: Extensions 🚧 - title: Extensions
link: /api/extensions/ link: /api/extensions/
items: items:
- title: Blockquote - title: Blockquote