diff --git a/docs/src/docPages/guide/getting-started.md b/docs/src/docPages/guide/getting-started.md
index 2c7cf2a2..a0206f5f 100644
--- a/docs/src/docPages/guide/getting-started.md
+++ b/docs/src/docPages/guide/getting-started.md
@@ -23,10 +23,10 @@ Create a new Vue component (you can call it ``) and add the following
::: 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 `` tag is **required**.
+If you are using Nuxt.js, note that tiptap needs to run in the client, not on the server. It’s required to wrap the editor in a `` tag.
:::
-Congrats! You’ve got it! 🎉 Let’s start to build your editor in the next step.
+Congrats! You’ve got it! 🎉 Let’s start to configure your editor in the next step.
### Related links
diff --git a/docs/src/links.yaml b/docs/src/links.yaml
index c7f3829d..2a51562a 100644
--- a/docs/src/links.yaml
+++ b/docs/src/links.yaml
@@ -1,27 +1,27 @@
- title: Getting Started
items:
- - title: Introduction 🚧
+ - title: Introduction
link: /getting-started/introduction/
- - title: Installation ✅
+ - title: Installation
link: /getting-started/installation/
- - title: Upgrade Guide ❌
+ - title: Upgrade Guide
link: /getting-started/upgrade-guide/
- title: Guide
items:
- - title: Getting started ✅
+ - title: Getting started
link: /guide/getting-started/
- - title: Configuration 🚧
+ - title: Configuration
link: /guide/configuration/
- - title: Build your editor 🚧
+ - title: Build your editor
link: /guide/build-your-editor/
- - title: Custom styling ❌
+ - title: Custom styling
link: /guide/custom-styling/
- - title: Get content 🚧
+ - title: Get content
link: /guide/get-content/
- - title: Custom extensions ❌
+ - title: Custom extensions
link: /guide/custom-extensions/
- - title: Use Vue Components ❌
+ - title: Use Vue Components
link: /guide/use-vue-components/
- title: Examples
@@ -75,7 +75,7 @@
items:
- title: Editor
link: /api/editor/
- - title: Extensions 🚧
+ - title: Extensions
link: /api/extensions/
items:
- title: Blockquote