From b5195b21fa9e20d70fecaf9b5a5f55a3408c85e6 Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Tue, 11 Jun 2024 12:16:12 +0200 Subject: [PATCH] updates readme --- README.md | 5 ++++- docs/src/content/docs/index.mdx | 2 +- web/src/routes/+layout.svelte | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bcbbac9..563ac3ed 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,16 @@ [](https://github.com/Flomp/wanderer/) [](https://www.buymeacoffee.com/wanderertrails) + +[](https://wanderer.to) + wanderer is a self-hosted trail database. You can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue. ## Core Features - + - Manage your trails - Plan new routes diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 3f57206b..133a3ecf 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -9,7 +9,7 @@ hero: image: file: ../../assets/logo_dark.svg actions: - - text: Visit the demo + - text: Try the demo link: https://demo.wanderer.to icon: rocket variant: primary diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 3870b431..6af164dc 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -1,11 +1,13 @@ +{#if PUBLIC_IS_DEMO && !hideDemoHint} +