Skip to content

Commit

Permalink
[Document-3760][doc] Update ICP in document (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwenmo authored Aug 30, 2024
1 parent ea1455c commit 5af58a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const config = {
width: 100,
height: 30,
},
copyright: `Copyright © ${new Date().getFullYear()} Dinky, Inc. DataLinkDC.<br/>
copyright: `Copyright © ${new Date().getFullYear()} Dinky.<br/>
<a href="https://beian.miit.gov.cn" target="_blank">鲁ICP备20001630号-3</a>`,
},
prism: {
Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"description": "The label of footer link with label=github linking to https://github.com/DataLinkDC/dinky"
},
"copyright": {
"message": "Copyright © 2024 Dinky, Inc. DataLinkDC.<br/><a href=\"https://beian.miit.gov.cn\" target=\"_blank\">鲁ICP备20001630号-2</a>",
"message": "Copyright © 2024 Dinky.<br/><a href=\"https://beian.miit.gov.cn\" target=\"_blank\">鲁ICP备20001630号-3</a>",
"description": "The footer copyright"
},
"logo.alt": {
Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"description": "The label of footer link with label=github linking to https://github.com/DataLinkDC/dinky"
},
"copyright": {
"message": "Copyright © 2024 Dinky, Inc. DataLinkDC.<br/><a href=\"https://beian.miit.gov.cn\" target=\"_blank\">鲁ICP备20001630号-2</a>",
"message": "Copyright © 2024 Dinky.<br/><a href=\"https://beian.miit.gov.cn\" target=\"_blank\">鲁ICP备20001630号-3</a>",
"description": "The footer copyright"
},
"logo.alt": {
Expand Down
3 changes: 1 addition & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const GithubBanner = () => {
return (
<div>
<ul className="github-banner">
<li><strong>2.7k+</strong> Github stars</li>
<li><strong>3.0k+</strong> Github stars</li>
<li><strong>1111</strong> Github forks</li>
<li><strong>10k+</strong> Total downloads</li>
</ul>
Expand Down Expand Up @@ -171,7 +171,6 @@ export default function Home() {
{HeaderGraph()}
</section>
<section>
{/*{GithubBanner()}*/}
</section>
<section className="slice slice-lg pt-lg-6 pb-0 pb-lg-6 bg-section-secondary">
<div className="container">
Expand Down

0 comments on commit 5af58a1

Please sign in to comment.