@@ -203,8 +203,7 @@ const config: Config = applyTransformers({
203203 sidebarPath : './sidebars.ts' ,
204204 // Remove this to remove the "edit this page" links.
205205 path : DOCS_PATH ,
206- editUrl :
207- `/cms/${ ORGANIZATION_NAME } /${ PROJECT_NAME } /` ,
206+ editUrl : '/' ,
208207 remarkPlugins : REMARK_PLUGINS ,
209208 rehypePlugins : REHYPE_PLUGINS ,
210209 beforeDefaultRemarkPlugins : BEFORE_DEFAULT_REMARK_PLUGINS ,
@@ -214,8 +213,7 @@ const config: Config = applyTransformers({
214213 path : BLOG_PATH ,
215214 showReadingTime : true ,
216215 // Remove this to remove the "edit this page" links.
217- editUrl :
218- `/cms/${ ORGANIZATION_NAME } /${ PROJECT_NAME } /` ,
216+ editUrl : '/' ,
219217 remarkPlugins : REMARK_PLUGINS ,
220218 rehypePlugins : REHYPE_PLUGINS ,
221219 beforeDefaultRemarkPlugins : BEFORE_DEFAULT_REMARK_PLUGINS ,
@@ -227,7 +225,7 @@ const config: Config = applyTransformers({
227225 remarkPlugins : REMARK_PLUGINS ,
228226 rehypePlugins : REHYPE_PLUGINS ,
229227 beforeDefaultRemarkPlugins : BEFORE_DEFAULT_REMARK_PLUGINS ,
230- editUrl : `/cms/ ${ ORGANIZATION_NAME } / ${ PROJECT_NAME } /` ,
228+ editUrl : '/' ,
231229 ...( siteConfig . pages || { } )
232230 } ,
233231 theme : {
0 commit comments