Skip to content

Commit

Permalink
docs: fix docs site description and repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
zthxxx committed May 13, 2023
1 parent 413ae9a commit 2ac1e78
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const config: DocsThemeConfig = {
project: {
link: 'https://github.com/zthxxx/react-dev-inspector',
},
docsRepositoryBase: 'https://github.com/zthxxx/react-dev-inspector/tree/main/docs',
docsRepositoryBase: 'https://github.com/zthxxx/react-dev-inspector/tree/dev/docs',
useNextSeoProps() {
const { asPath } = useRouter()
if (asPath !== '/') {
Expand All @@ -72,7 +72,7 @@ const config: DocsThemeConfig = {
/>
<meta
name='description'
content='Make beautiful websites with Next.js & MDX.'
content='Seamless browser-to-editor code navigation'
/>
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />
<link
Expand Down
4 changes: 4 additions & 0 deletions examples/cra5-with-rewired/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/nextjs-custom-server/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/rspack/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/umi3/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/umi4/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/vite2/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/vite3/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}
4 changes: 4 additions & 0 deletions examples/vite4/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"installDependencies": false,
"startCommand": "pnpm i && pnpm dev"
}

1 comment on commit 2ac1e78

@vercel
Copy link

@vercel vercel bot commented on 2ac1e78 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-dev-inspector – ./

react-dev-inspector-git-dev-zthxxx.vercel.app
react-dev-inspector-zthxxx.vercel.app
react-dev-inspector.vercel.app

Please sign in to comment.