@@ -15,6 +15,7 @@ const config: Config = {
1515
1616 organizationName : 'opsmill' ,
1717 projectName : 'infrahub-sdk-python' ,
18+ onBrokenLinks : 'throw' ,
1819 onBrokenMarkdownLinks : 'warn' ,
1920 onDuplicateRoutes : "throw" ,
2021 // Even if you don't use internationalization, you can use this field to set
@@ -32,7 +33,7 @@ const config: Config = {
3233 docs : {
3334 // Please change this to your repo.
3435 // Remove this to remove the "edit this page" links.
35- editUrl : "https://github.com/opsmill/infrahub-demo-dc-fabric /tree/main /docs" ,
36+ editUrl : "https://github.com/opsmill/infrahub-sdk-python /tree/stable /docs" ,
3637 routeBasePath : "/" ,
3738 sidebarCollapsed : true ,
3839 sidebarPath : "./sidebars.ts" ,
@@ -68,7 +69,7 @@ const config: Config = {
6869 // position: "right",
6970 // },
7071 {
71- href : "https://github.com/opsmill/infrahub-demo-dc-fabric " ,
72+ href : "https://github.com/opsmill/infrahub-sdk-python " ,
7273 position : "right" ,
7374 className : "header-github-link" ,
7475 "aria-label" : "GitHub repository" ,
0 commit comments