@@ -16,7 +16,7 @@ const config = {
1616 mermaid : true ,
1717 } ,
1818 organizationName : "SovereignCloudStack" , // Usually your GitHub org/user name.
19- projectName : "docs-page " , // Usually your repo name.
19+ projectName : "docs" , // Usually your repo name.
2020 // Even if you don't use internalization, you can use this field to set useful
2121 // metadata like html lang. For example, if your site is Chinese, you may want
2222 // to replace "en" with "zh-Hans".
@@ -32,12 +32,12 @@ const config = {
3232 docs : {
3333 sidebarPath : require . resolve ( "./sidebarsDocs.js" ) ,
3434 editUrl :
35- "https://github.com/SovereignCloudStack/docs-page /tree/main/" ,
35+ "https://github.com/SovereignCloudStack/docs/tree/main/" ,
3636 } ,
3737 blog : {
3838 showReadingTime : true ,
3939 editUrl :
40- "https://github.com/SovereignCloudStack/docs-page /tree/main/" ,
40+ "https://github.com/SovereignCloudStack/docs/tree/main/" ,
4141 } ,
4242 theme : {
4343 customCss : [ require . resolve ( "./src/css/custom.css" ) ] ,
@@ -116,7 +116,7 @@ const config = {
116116 { to : "/community" , label : "Community" , position : "left" } ,
117117 { to : "/docs/faq" , label : "FAQ" , position : "left" } ,
118118 {
119- href : "https://github.com/SovereignCloudStack/docs-page " ,
119+ href : "https://github.com/SovereignCloudStack/docs" ,
120120 label : "GitHub" ,
121121 position : "right" ,
122122 } ,
@@ -156,7 +156,7 @@ const config = {
156156 // },
157157 {
158158 label : "GitHub" ,
159- href : "https://github.com/SovereignCloudStack/docs-page " ,
159+ href : "https://github.com/SovereignCloudStack/docs" ,
160160 } ,
161161 ] ,
162162 } ,
0 commit comments