Skip to content

Commit 491671d

Browse files
committed
docs: faq guide, closes #185
1 parent ca555b5 commit 491671d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const GUIDES: DefaultTheme.NavItemWithLink[] = [
77
{ text: 'Getting Started', link: '/guide/getting-started' },
88
{ text: 'Features', link: '/guide/features' },
99
{ text: 'Contributing', link: '/guide/contributing' },
10+
{ text: 'FAQ', link: '/guide/faq' },
1011
{ text: 'Vite Plugin', link: '/guide/vite-plugin' },
1112
{ text: 'Browser Extension', link: '/guide/browser-extension' },
1213
{ text: 'Standalone App', link: '/guide/standalone' },

docs/guide/FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Frequently Asked Questions
2+
3+
## I can't use the Open In Editor feature
4+
5+
The feature is based on the [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) plugin and requires configuration, which you can do by looking at the [configuration documentation](https://github.com/webfansplz/vite-plugin-vue-inspector?tab=readme-ov-file#--configuration-ide--editor).

0 commit comments

Comments
 (0)