@@ -24,7 +24,7 @@ const config = {
2424 // Set the /<baseUrl>/ pathname under which your site is served
2525 // For GitHub pages deployment, it is often '/<projectName>/'
2626 baseUrl : "/secured-signal-api/" ,
27- deploymentBranch : "docs" ,
27+ deploymentBranch : "docs-build " ,
2828 trailingSlash : false ,
2929
3030 // GitHub pages deployment config.
@@ -57,7 +57,7 @@ const config = {
5757 sidebarPath : "./sidebars.js" ,
5858 // Please change this to your repo.
5959 // Remove this to remove the "edit this page" links.
60- editUrl : "https://github.com/codeshelldev/secured-signal-api/tree" ,
60+ editUrl : "https://github.com/codeshelldev/secured-signal-api/tree/docs " ,
6161 beforeDefaultRemarkPlugins : [
6262 require ( "remark-github-admonitions-to-directives" ) ,
6363 ] ,
@@ -129,7 +129,7 @@ const config = {
129129 ] ,
130130 } ,
131131 ] ,
132- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Secured Signal API - Built with Docusaurus` ,
132+ copyright : `Copyright © ${new Date ( ) . getFullYear ( ) Secured Signal API . Built with Docusaurus . `,
133133 } ,
134134 prism : {
135135 theme : prismThemes . github ,
0 commit comments