Skip to content

Commit 2f7d1df

Browse files
committed
docs: ✏️ update docs index.md | config.js
1 parent c8d03ef commit 2f7d1df

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docs/content/.vitepress/config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ module.exports = {
77
base: '/vue-quill/',
88
lang: 'en-US',
99
title: 'VueQuill',
10-
description: 'Rich Text Editor Framework for Vue 3.',
11-
head: [
12-
[
13-
'link',
14-
{ rel: 'icon', type: 'image/svg+xml', href: '/vue-quill/logo.svg' },
15-
],
16-
],
10+
description: 'Rich Text Editor Component for Vue 3.',
11+
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/vue-quill/logo.svg' }]],
1712
themeConfig: {
1813
repo: 'vueup/vue-quill',
1914
logo: '/logo.svg',

docs/content/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## What is VueQuill
1212

13-
**VueQuill** is a **Framework** for building rich text editors, powered by Vue 3 and Quill.
13+
**VueQuill** is a **Component** for building rich text editors, powered by Vue 3 and Quill.
1414

1515
## What is Quill
1616

0 commit comments

Comments
 (0)