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 a71fb86 commit 19bfdb0Copy full SHA for 19bfdb0
docs/.vitepress/config.ts
@@ -37,7 +37,7 @@ function nav(): DefaultTheme.NavItem[] {
37
return [
38
{ text: 'Home', link: '/' },
39
{ text: 'テーブル定義書', link: '/schema/README' },
40
- { text: 'ER図', link: '/sample-db-docs-as-code/er/', target: '_self' },
+ { text: 'ER図', link: 'https://lc-semba-ryuichiro.github.io/sample-db-docs-as-code/er/' },
41
{
42
text: pkg.version,
43
items: [
0 commit comments