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;
10
10
const config = {
11
11
title : 'Strapi 5 Documentation' ,
12
12
tagline : 'Design APIs fast, manage content easily.' ,
13
- url : 'https://docs-next .strapi.io' ,
13
+ url : 'https://docs.strapi.io' ,
14
14
baseUrl : '/' ,
15
15
onBrokenLinks : 'throw' , // replace with 'throw' to stop building if broken links
16
16
onBrokenMarkdownLinks : 'throw' ,
@@ -128,7 +128,7 @@ const config = {
128
128
docs : {
129
129
routeBasePath : '/' ,
130
130
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' ,
132
132
admonitions : {
133
133
keywords : [
134
134
// Admonitions defaults
@@ -194,8 +194,8 @@ const config = {
194
194
hideOnScroll : false ,
195
195
logo : {
196
196
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' ,
199
199
} ,
200
200
items : [
201
201
{
You can’t perform that action at this time.
0 commit comments