Skip to content

Commit

Permalink
createDoc: deploy git added
Browse files Browse the repository at this point in the history
  • Loading branch information
ajas-ma committed Sep 7, 2024
1 parent a9160f9 commit 902f5c2
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 178 deletions.
122 changes: 121 additions & 1 deletion web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@blocknote/react": "^0.15.4",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^2.1.5",
"@hello-pangea/dnd": "^16.6.0",
"@iconify/icons-mdi": "^1.2.48",
"@iconify/react": "^5.0.1",
Expand Down
7 changes: 6 additions & 1 deletion web/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@
"no_search_found":"No Search Found",
"move":"Move",
"enableAuthentication":"Enable Authentication",

"deploy_to_git":"Deploy to Git",
"git_user":"Git User",
"git_repo":"Git Repo",
"git_email":"Git Email",
"git_password":"Git Password",
"git_branch":"Git Branch",

"clone_documentation": "Clone Documentation",
"delete_documentation": "Delete Documentation",
Expand Down
5 changes: 5 additions & 0 deletions web/src/api/Requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ export interface DocumentationPayload {
moreLabelLinks?: MoreLabelLinks[] | string;
copyrightText: string;
requireAuth?: boolean;
gitUser?: string;
gitRepo?: string;
gitEmail?: string;
gitPassword?: string;
gitBranch?: string;
}

interface CreateVersionPayload {
Expand Down
Loading

0 comments on commit 902f5c2

Please sign in to comment.