Skip to content

Commit

Permalink
new push
Browse files Browse the repository at this point in the history
  • Loading branch information
powerappsviking authored Aug 19, 2024
1 parent a285924 commit f0afa52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

docusaurus.config.ts
# docusaurus.config.ts
13 changes: 10 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ const config: Config = {
deploymentBranch: 'rivendelldocs.github.io',
trailingSlash: false,


onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
USE_SSH: "true",
GIT_USER: "Powerappsviking",
GIT_PASS: ""

customfields: {
USE_SSH: "true",
GIT_USER: "Powerappsviking",
CURRENT_BRANCH: "main",
GIT_USER_NAME: "powerappsviking",
GIT_USER_EMAIL: "slw@projectum.com",
},
//GIT_PASS: ""



Expand Down

0 comments on commit f0afa52

Please sign in to comment.