From fb58043ce95d2bd80c15270d6b1d3605bd9a296d Mon Sep 17 00:00:00 2001 From: Aolin Date: Mon, 1 Jan 2024 14:11:16 +0800 Subject: [PATCH] remove footer and navbar JSON files (#54) --- .../en/docusaurus-theme-classic/footer.json | 6 ------ .../en/docusaurus-theme-classic/navbar.json | 18 ------------------ 2 files changed, 24 deletions(-) delete mode 100644 website/i18n/en/docusaurus-theme-classic/footer.json delete mode 100644 website/i18n/en/docusaurus-theme-classic/navbar.json diff --git a/website/i18n/en/docusaurus-theme-classic/footer.json b/website/i18n/en/docusaurus-theme-classic/footer.json deleted file mode 100644 index c54b14b..0000000 --- a/website/i18n/en/docusaurus-theme-classic/footer.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "copyright": { - "message": "Copyright © 2023 Oreo. Built with Docusaurus.", - "description": "The footer copyright" - } -} diff --git a/website/i18n/en/docusaurus-theme-classic/navbar.json b/website/i18n/en/docusaurus-theme-classic/navbar.json deleted file mode 100644 index 0b1b2be..0000000 --- a/website/i18n/en/docusaurus-theme-classic/navbar.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "title": { - "message": "Oreo's way to Oodi", - "description": "The title in the navbar" - }, - "item.label.Notes": { - "message": "Notes", - "description": "Navbar item with label Notes" - }, - "item.label.Blog": { - "message": "Blog", - "description": "Navbar item with label Blog" - }, - "item.label.GitHub": { - "message": "GitHub", - "description": "Navbar item with label GitHub" - } -}