Skip to content

Commit 18f1c75

Browse files
committed
feat(website): add GitHub URL to layout config
1 parent 928af0c commit 18f1c75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/app/layout.config.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ export const baseOptions: BaseLayoutProps = {
4646
url: "https://github.com/Rel1cx/eslint-react/releases",
4747
},
4848
],
49+
githubUrl: "https://github.com/Rel1cx/eslint-react",
4950
};

website/content/docs/getting-started/meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"javascript",
55
"javascript-with-alternative-parser",
66
"typescript",
7-
"typescript-with-alternative-parser"
7+
"!typescript-with-alternative-parser"
88
],
99
"defaultOpen": true
1010
}

0 commit comments

Comments
 (0)