Skip to content

Commit

Permalink
docs: faq guide, closes #185
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jan 24, 2024
1 parent ca555b5 commit 491671d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const GUIDES: DefaultTheme.NavItemWithLink[] = [
{ text: 'Getting Started', link: '/guide/getting-started' },
{ text: 'Features', link: '/guide/features' },
{ text: 'Contributing', link: '/guide/contributing' },
{ text: 'FAQ', link: '/guide/faq' },
{ text: 'Vite Plugin', link: '/guide/vite-plugin' },
{ text: 'Browser Extension', link: '/guide/browser-extension' },
{ text: 'Standalone App', link: '/guide/standalone' },
Expand Down
5 changes: 5 additions & 0 deletions docs/guide/FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Frequently Asked Questions

## I can't use the Open In Editor feature

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 comments on commit 491671d

Please sign in to comment.