From 49c564c3d91f552b5de1866dd2df92aa83ce073a Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Tue, 12 Sep 2023 20:12:53 +0200 Subject: [PATCH] feat: add notice --- docusaurus.config.js | 8 ++++++++ i18n/sl/docusaurus-theme-classic/footer.json | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5b8e12a..3c7cfab 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -88,6 +88,14 @@ const config = { themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ + announcementBar: { + id: "work_in_progress", + content: + "This site is still a work in progress. Expect content to be added in the following months.", + backgroundColor: "#ffdd80", + textColor: "#091E42", + isCloseable: false, + }, // Replace with your project's social card image: "img/icon.svg", navbar: { diff --git a/i18n/sl/docusaurus-theme-classic/footer.json b/i18n/sl/docusaurus-theme-classic/footer.json index 7be6b54..fcd5676 100644 --- a/i18n/sl/docusaurus-theme-classic/footer.json +++ b/i18n/sl/docusaurus-theme-classic/footer.json @@ -1,14 +1,14 @@ { "link.title.Articles": { - "message": "Articles", + "message": "Članki", "description": "The title of the footer links column with title=Articles in the footer" }, "link.title.Community": { - "message": "Community", + "message": "Skupnost", "description": "The title of the footer links column with title=Community in the footer" }, "link.item.label.Documentation": { - "message": "Documentation", + "message": "Dokumentacija", "description": "The label of footer link with label=Documentation linking to /docs/home" }, "link.item.label.Blog": { @@ -16,11 +16,11 @@ "description": "The label of footer link with label=Blog linking to /blog" }, "link.item.label.Matrix Room #hello:tjo.space": { - "message": "Matrix Room #hello:tjo.space", + "message": "Matrix Soba #hello:tjo.space", "description": "The label of footer link with label=Matrix Room #hello:tjo.space linking to https://matrix.to/#/#hello:tjo.space" }, "copyright": { - "message": "Copyright © 2023 tjo.space. Built with Docusaurus.", + "message": "Avtorske pravice © 2023 tjo.space. Narejeno z Docusaurus.", "description": "The footer copyright" } }