Skip to content

Commit 4de0a0c

Browse files
authored
Update docusaurus.config.js
1 parent 7848190 commit 4de0a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)