diff --git a/website/src/lib/components/docs/DocsLoader.svelte b/website/src/lib/components/docs/DocsLoader.svelte
index cd4a4e02..5f388da3 100644
--- a/website/src/lib/components/docs/DocsLoader.svelte
+++ b/website/src/lib/components/docs/DocsLoader.svelte
@@ -32,7 +32,7 @@
{#if titleOnly}
{metadata.title}
{:else}
-
+
{/if}
@@ -47,14 +47,13 @@
@apply text-foreground;
@apply text-3xl;
@apply font-semibold;
- @apply mb-6;
+ @apply mb-3 pt-6;
}
:global(.markdown h2) {
@apply text-foreground;
@apply text-2xl;
@apply font-semibold;
- @apply mb-3;
@apply pt-3;
}
diff --git a/website/src/lib/docs/en/menu/view.mdx b/website/src/lib/docs/en/menu/view.mdx
index 6275308f..60b75e1b 100644
--- a/website/src/lib/docs/en/menu/view.mdx
+++ b/website/src/lib/docs/en/menu/view.mdx
@@ -3,7 +3,7 @@ title: View options
---
@@ -11,7 +11,7 @@ title: View options
This menu provides options to rearrange the interface and the map view.
-###
Elevation profile
+###
Elevation profile
Hide the elevation profile to make room for the map, or show it to inspect the current selection.
diff --git a/website/src/locales/en.json b/website/src/locales/en.json
index 92572b7f..0bb3aac5 100644
--- a/website/src/locales/en.json
+++ b/website/src/locales/en.json
@@ -4,6 +4,7 @@
"app_title": "the online GPX file editor",
"embed_title": "the online GPX file editor",
"help_title": "help",
+ "404_title": "page not found",
"description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations."
},
"menu": {
diff --git a/website/src/routes/[...language]/help/+layout.svelte b/website/src/routes/[...language]/help/+layout.svelte
index e9963c85..ae54b33e 100644
--- a/website/src/routes/[...language]/help/+layout.svelte
+++ b/website/src/routes/[...language]/help/+layout.svelte
@@ -7,8 +7,8 @@
import { guides } from '$lib/components/docs/docs';
-
-
+
+
{#each Object.keys(guides) as guide}