diff --git a/src/layout/Footer/FooterHost.svelte b/src/layout/Footer/FooterHost.svelte
index 066fbb1..ae8d06f 100644
--- a/src/layout/Footer/FooterHost.svelte
+++ b/src/layout/Footer/FooterHost.svelte
@@ -5,9 +5,10 @@
import { queries } from '$data/api';
import { friendlyName } from '$util/friendlyName';
import { createQuery } from '@tanstack/svelte-query';
-
+
import Query from '$lib/components/Query.svelte';
import FooterSection from './FooterSection.svelte';
+ import { page } from '$app/stores';
const query = createQuery(['repositories'], queries.repositories);
@@ -52,6 +53,7 @@
Download
Patches
Contributors
+ Docs
@@ -68,11 +70,20 @@
diff --git a/src/layout/Navbar/NavHost.svelte b/src/layout/Navbar/NavHost.svelte
index 9f4c206..2f1dc9c 100644
--- a/src/layout/Navbar/NavHost.svelte
+++ b/src/layout/Navbar/NavHost.svelte
@@ -13,6 +13,7 @@
import RouterEvents from '$data/RouterEvents';
import { useQueryClient } from '@tanstack/svelte-query';
+ import { page } from '$app/stores';
const client = useQueryClient();
@@ -72,6 +73,7 @@
Download
Patches
Contributors
+ Docs
@@ -107,9 +109,7 @@
Settings
-
Configure the API for this website.
+
Configure the API for this website.