diff --git a/docusaurus.config.js b/docusaurus.config.js index f47a04c7..eb3a1a3e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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/', diff --git a/i18n/zh-CN/docusaurus-theme-classic/footer.json b/i18n/zh-CN/docusaurus-theme-classic/footer.json index 14c0bcaf..c8392130 100644 --- a/i18n/zh-CN/docusaurus-theme-classic/footer.json +++ b/i18n/zh-CN/docusaurus-theme-classic/footer.json @@ -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"