Skip to content

Commit

Permalink
fix footer for copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden-Jeon <aiden.jongseob@gmail.com>
  • Loading branch information
Aiden-Jeon committed Jul 10, 2023
1 parent 9e8366f commit ecec927
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const config = {
id: "community",
path: "community",
routeBasePath: "community",
editUrl: "https://github.com/mlops-for-all/mlops-for-all.github.io/tree/main/",
editUrl:
"https://github.com/mlops-for-all/mlops-for-all.github.io/tree/main/",
editCurrentVersion: true,
sidebarPath: require.resolve("./sidebarsCommunity.js"),
showLastUpdateAuthor: true,
Expand Down Expand Up @@ -133,9 +134,9 @@ const config = {
footer: {
style: "dark",
logo: {
alt: 'MakinaRocks',
src: '/img/makinarocks.png',
href: 'https://makinarocks.ai',
alt: "MakinaRocks",
src: "/img/makinarocks.png",
href: "https://makinarocks.ai",
},
copyright: `Copyright © 2021-${new Date().getFullYear()} MakinaRocks. Built with Docusaurus.`,
},
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"copyright": {
"message": "Copyright © 2023 My Project, Inc. Built with Docusaurus.",
"message": "Copyright © 2021-2023 MakinaRocks. Built with Docusaurus.",
"description": "The footer copyright"
}
}
2 changes: 1 addition & 1 deletion i18n/ko/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"copyright": {
"message": "Copyright © 2023 My Project, Inc. Built with Docusaurus.",
"message": "Copyright © 2021-2023 MakinaRocks. Built with Docusaurus.",
"description": "The footer copyright"
}
}

0 comments on commit ecec927

Please sign in to comment.