Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ const config = {
label: 'IvorySQL GitHub',
href: 'https://github.com/IvorySQL/IvorySQL',
},
{
label: 'IvorySQL AtomGit',
href: 'https://atomgit.com/IvorySQL/IvorySQL',
},
{
label: 'IvorySQL Gitee',
href: 'https://gitee.com/IvorySQL/',
Expand Down
4 changes: 4 additions & 0 deletions i18n/zh-CN/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"message": "IvorySQL Gitee",
"description": "The label of footer link with label=IvorySQL Gitee linking to https://gitee.com/IvorySQL/"
},
"link.item.label.IvorySQL AtomGit": {
"message": "IvorySQL AtomGit",
"description": "The label of footer link with label=IvorySQL AtomGit linking to https://atomgit.com/IvorySQL/IvorySQL"
},
"link.item.label.Report an issue": {
"message": "提交问题",
"description": "The label of footer link with label=Report an issue linking to https://github.com/IvorySQL/IvorySQL/issues/new/choose"
Expand Down