Skip to content

Commit a9e4fa8

Browse files
authored
docs: Correct typing & fix edit document links (#1981)
1 parent 21fa91e commit a9e4fa8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/docs/src/.vitepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export default defineConfig({
1010
],
1111

1212
themeConfig: {
13-
repo: 'vuejs/vue-devtools',
13+
repo: 'vuejs/devtools',
1414
logo: '/logo-header.svg',
15-
docsDir: 'docs',
15+
docsDir: 'packages/docs/src',
1616
docsBranch: 'main',
1717
editLinks: true,
1818
editLinkText: 'Suggest changes to this page',

packages/docs/src/guide/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ Thank you for your code contribution! Before opening a PR, please make sure to r
6464
This is useful when you want to build the extension with the source repo to get not-yet-released features.
6565

6666
1. Clone this repo
67-
2. `cd vue-devtools` the newly created folder
67+
2. `cd devtools` the newly created folder
6868
3. run `yarn install`
6969
4. then run `yarn run build:watch` & `yarn run dev:chrome` in parallel
7070
5. Open the Chrome extension page (currently under `Menu` > `More Tools` > `Extensions`)
7171
6. Check "developer mode" on the top-right corner
72-
7. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/` (it will have an orange disk icon)
72+
7. Click the "load unpacked" button on the left, and choose the folder: `devtools/packages/shell-chrome/` (it will have an orange disk icon)
7373
8. Make sure you disable all other versions of the extension
7474

7575
## Testing as Firefox addon
@@ -94,6 +94,6 @@ This is useful when you want to build the extension with the source repo to get
9494
## Docs development
9595

9696
1. Clone this repo
97-
2. `cd vue-devtools` the newly created folder
97+
2. `cd devtools` the newly created folder
9898
3. run `yarn install`
99-
4. run `docs:dev`
99+
4. run `docs:dev`

packages/docs/src/guide/devtools-perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Make sure you have run both the `build:watch` and the `dev:vue3` scripts as [exp
2626

2727
In the Chrome window, open the devtools development shell at `http://localhost:8090`.
2828

29-
You can shen change the target URL in the toolbar on top of the devtools:
29+
You can then change the target URL in the toolbar on top of the devtools:
3030

3131
![devtools shell screenshot](../assets/dev-shell-url.png)
3232

0 commit comments

Comments
 (0)