We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d201c commit dd9631dCopy full SHA for dd9631d
book/docusaurus.config.ts
@@ -41,7 +41,7 @@ const config: Config = {
41
// Please change this to your repo.
42
// Remove this to remove the "edit this page" links.
43
editUrl: ({ docPath }) =>
44
- `https://github.com/jasonshin/sqlx-ts/edit/main/book/${docPath}`,
+ `https://github.com/jasonshin/sqlx-ts/edit/main/book/docs/${docPath}`,
45
},
46
blog: false,
47
theme: {
0 commit comments