Skip to content

Commit 33306f4

Browse files
authored
fix: update editUrl in docusaurus config to point to the correct website directory (#622)
Changed the editUrl in the Docusaurus configuration from the docs directory to the website directory to ensure proper linking for editing documentation. Signed-off-by: Pete Cheslock <[email protected]>
1 parent 7e54562 commit 33306f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config: Config = {
4646
// Please change this to your repo.
4747
// Remove this to remove the "edit this page" links.
4848
editUrl:
49-
'https://github.com/vllm-project/semantic-router/tree/main/docs/',
49+
'https://github.com/vllm-project/semantic-router/tree/main/website/',
5050
},
5151
blog: {
5252
showReadingTime: true,

0 commit comments

Comments
 (0)