From 4a477c328eada5d3b3dfee39b6949dc97c36f813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 22 Nov 2023 23:02:27 +0000 Subject: [PATCH 2/8] Update navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/components/Navigation.tsx | 4 ++-- src/components/NoMatch.tsx | 2 +- src/context/useDocs.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 147676a..64a97d3 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -261,7 +261,7 @@ const Navigation: FC = () => {
  • {
  • {
    If you think this is an error in our product, please{" "}
    { - const remoteBase = "https://documentation.ubuntu.com/lxd/en/latest"; + const remoteBase = "/documentation"; const localBase = "/documentation"; const { hasLocalDocumentation } = useSupportedFeatures(); -- 2.34.1