Skip to content

Commit

Permalink
chore: adjust new repo URL + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 28, 2024
1 parent a14f088 commit 0f8606b
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 29 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<p align="center">
<a href="https://github.com/vuejs/devtools-next">
<img src="https://raw.githubusercontent.com/vuejs/devtools-next/main/docs/public/logo.svg" alt="Vue DevTools - Unleash Vue Developer Experience" width="200">
<a href="https://github.com/vuejs/devtools">
<img src="https://raw.githubusercontent.com/vuejs/devtools/main/docs/public/logo.svg" alt="Vue DevTools - Unleash Vue Developer Experience" width="200">
</a>
<br>
<h1 align="center">Vue DevTools Next</h1>
<h1 align="center">Vue DevTools</h1>
<p align="center">Unleash Vue Developer Experience</p>
</p>

> Note: this repository is for Vue Devtools v7 (previously known as Vue Devtools Next). The now legacy v6 version has been moved to [vuejs/devtools-v6](https://github.com/vuejs/devtools-v6).
## Getting Started

- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg)
Expand All @@ -29,8 +31,8 @@ Please make sure to read the [Contributing Guide](https://devtools.vuejs.org/hel

Thank you to all the people who already contributed to Vue DevTools!

<!-- <a href="https://github.com/vuejs/devtools-next/graphs/contributors">
<img src="https://contrib.rocks/image?repo=vuejs/devtools-next" />
<!-- <a href="https://github.com/vuejs/devtools/graphs/contributors">
<img src="https://contrib.rocks/image?repo=vuejs/devtools" />
</a> -->

## License
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/components/HomeContributors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</h2>
</div>
<p id="contributors" class="mt-5 text-center">
<a href="https://github.com/vuejs/devtools-next/graphs/contributors">
<img src="https://contrib.rocks/image?repo=vuejs/devtools-next">
<a href="https://github.com/vuejs/devtools/graphs/contributors">
<img src="https://contrib.rocks/image?repo=vuejs/devtools">
</a>
</p>
</template>
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const PLUGINS: DefaultTheme.NavItemWithLink[] = [
]

// const VERSIONS: DefaultTheme.NavItemWithLink[] = [
// { text: `v${version} (current)`, link: 'https://github.com/vuejs/devtools-next/releases' },
// { text: `v${version} (current)`, link: 'https://github.com/vuejs/devtools/releases' },
// ]

// https://vitepress.dev/reference/site-config
Expand Down Expand Up @@ -117,15 +117,15 @@ export default defineConfig({
),

editLink: {
pattern: 'https://github.com/vuejs/devtools-next/edit/main/docs/:path',
pattern: 'https://github.com/vuejs/devtools/edit/main/docs/:path',
text: 'Suggest changes to this page',
},
search: {
provider: 'local',
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/devtools-next' },
{ icon: 'github', link: 'https://github.com/vuejs/devtools' },
],

footer: {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hero:
link: /getting-started/features
- theme: alt
text: View on GitHub
link: https://github.com/vuejs/devtools-next
link: https://github.com/vuejs/devtools
image:
src: /logo.svg
alt: Vue DevTools
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
"homepage": "https://github.com/vuejs/devtools-next#readme",
"homepage": "https://github.com/vuejs/devtools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"bugs": {
"url": "https://github.com/vuejs/devtools-next/issues"
"url": "https://github.com/vuejs/devtools/issues"
},
"keywords": [
"vue-devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/applet",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
8 changes: 4 additions & 4 deletions packages/client/src/pages/overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ onUnmounted(() => {
</RouterLink>
</div>
<div flex="~ gap-6 wrap" mt-5 items-center justify-center>
<a href="https://github.com/vuejs/devtools-next" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-blue" transition>
<a href="https://github.com/vuejs/devtools" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-blue" transition>
<div i-carbon-star />
Star on GitHub
</a>
<a href="https://github.com/vuejs/devtools-next/discussions/111" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
<a href="https://github.com/vuejs/devtools/discussions/111" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-yellow" transition>
<div i-carbon-data-enrichment />
Ideas & Suggestions
</a>
<a href="https://github.com/vuejs/devtools-next/discussions/112" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
<a href="https://github.com/vuejs/devtools/discussions/112" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-lime" transition>
<div i-carbon-plan />
Project Roadmap
</a>
<a href="https://github.com/vuejs/devtools-next/issues" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-rose" transition>
<a href="https://github.com/vuejs/devtools/issues" target="_blank" flex="~ gap1" items-center op50 hover="op100 text-rose" transition>
<div i-carbon-debug />
Bug Reports
</a>
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/core",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/devtools-api",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/devtools-kit",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/devtools",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/electron",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/shared",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": {
"directory": "packages/ui",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"exports": {
".": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"description": "A vite plugin for Vue DevTools",
"author": "webfansplz",
"license": "MIT",
"homepage": "https://github.com/vuejs/devtools-next#readme",
"homepage": "https://github.com/vuejs/devtools#readme",
"repository": {
"directory": "packages/vite",
"type": "git",
"url": "git+https://github.com/vuejs/devtools-next.git"
"url": "git+https://github.com/vuejs/devtools.git"
},
"bugs": {
"url": "https://github.com/vuejs/devtools-next/issues"
"url": "https://github.com/vuejs/devtools/issues"
},
"keywords": [
"vue-devtools",
Expand Down

0 comments on commit 0f8606b

Please sign in to comment.