Skip to content

Commit

Permalink
chore: cleanup legacy files
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Oct 29, 2024
1 parent 9ec6dc8 commit 7d5dddb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
8 changes: 0 additions & 8 deletions docs/readme.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
docsRepositoryBase: 'https://github.com/wzhudev/redi-site/tree/main',
docsRepositoryBase: 'https://github.com/wzhudev/redi/tree/main/docs',
project: {
link: 'https://github.com/wzhudev/redi',
},
Expand Down
24 changes: 19 additions & 5 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
"incremental": true,
"target": "ES2017",
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"module": "esnext",
"moduleResolution": "bundler",
"paths": {
"@/*": ["./*"]
"@/*": [
"./*"
]
},
"resolveJsonModule": true,
"allowJs": true,
Expand All @@ -22,6 +28,14 @@
}
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"next.config.mjs"
],
"exclude": [
"node_modules"
]
}

0 comments on commit 7d5dddb

Please sign in to comment.