File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ 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/docs" ,
60+ editUrl :
61+ "https://github.com/codeshelldev/secured-signal-api/tree/docs" ,
6162 beforeDefaultRemarkPlugins : [
6263 require ( "remark-github-admonitions-to-directives" ) ,
6364 ] ,
@@ -129,7 +130,7 @@ const config = {
129130 ] ,
130131 } ,
131132 ] ,
132- copyright : `Copyright © ${new Date ( ) . getFullYear ( ) Secured Signal API . Built with Docusaurus . `,
133+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Secured Signal API. Built with Docusaurus.` ,
133134 } ,
134135 prism : {
135136 theme : prismThemes . github ,
You can’t perform that action at this time.
0 commit comments