File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const darkCodeTheme = themes.dracula;
1010const config = {
1111 title : 'Strapi 5 Documentation' ,
1212 tagline : 'Design APIs fast, manage content easily.' ,
13- url : 'https://docs-next .strapi.io' ,
13+ url : 'https://docs.strapi.io' ,
1414 baseUrl : '/' ,
1515 onBrokenLinks : 'throw' , // replace with 'throw' to stop building if broken links
1616 onBrokenMarkdownLinks : 'throw' ,
@@ -128,7 +128,7 @@ const config = {
128128 docs : {
129129 routeBasePath : '/' ,
130130 sidebarPath : require . resolve ( './sidebars.js' ) ,
131- editUrl : 'https://github.com/strapi/documentation/edit/next /docusaurus' , // TODO change back to next then main for production releases admonitions: {
131+ editUrl : 'https://github.com/strapi/documentation/edit/main /docusaurus' ,
132132 admonitions : {
133133 keywords : [
134134 // Admonitions defaults
@@ -194,8 +194,8 @@ const config = {
194194 hideOnScroll : false ,
195195 logo : {
196196 alt : 'Strapi Documentation Logo' ,
197- src : 'img/logo-beta .png' ,
198- srcDark : 'img/logo-beta- dark.png' ,
197+ src : 'img/logo.png' ,
198+ srcDark : 'img/logo-dark.png' ,
199199 } ,
200200 items : [
201201 {
You can’t perform that action at this time.
0 commit comments