From f544ed8f101c43ef4a0066bab4e646e6a2d79ece Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Wed, 21 Feb 2024 14:28:31 -0700 Subject: [PATCH 1/2] Config: Add link to apps/Flathub home Not 100% sure what the right copy is here but I've also been annoyed it's not simple to click to get back over to flathub.org. Alternatively, we could make the logo itself link to `https://flathub.org`, and change the `Publish` link on the home page to point to `https://docs.flathub.org` or something, but I think this is fine to start. Fixes #244 --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3a693deb..dc231152 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -115,6 +115,11 @@ const config = { label: "Docs", }, { to: "/blog", label: "Blog", position: "left" }, + { + href: "https://flathub.org", + label: "Apps", + position: "right", + }, { href: "https://github.com/flathub/documentation", label: "GitHub", From 0fdaf7d15332a3b6dc307859225be1cf8fd2d697 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Tue, 13 Aug 2024 15:04:21 -0600 Subject: [PATCH 2/2] config: Update "Apps" link to "Store" --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index dc231152..cf17d8d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -117,7 +117,7 @@ const config = { { to: "/blog", label: "Blog", position: "left" }, { href: "https://flathub.org", - label: "Apps", + label: "Store", position: "right", }, {