From 83ea38ae733e2ef84f564c7ff4c866086add29e7 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Fri, 5 Jul 2024 14:12:21 +0200 Subject: [PATCH] update --- docs/introduction.mdx | 1 - docs/news.mdx | 3 +-- docs/trails/sunrose.mdx | 30 ------------------------- docusaurus.config.js | 4 ---- src/components/TrailRouteLink/index.tsx | 2 -- 5 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 docs/trails/sunrose.mdx diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 92d217f..459d966 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -19,7 +19,6 @@ Hilly terrain with rapidly changing sections of park, forest parks, forests, urb | [Rockyt](trails/rockyt) | | 23 km | Klánovice | Bulhar | | [Semmering](trails/semmering) | | 22 km | Ruzyně | Hlubočepy | | [Shark-A](trails/shark-a) | | 21 km | Ruzyně | Podbaba | -| [Sunrose](trails/sunrose) | | 25 km | Ruzyně | Sedlec | ## Characteristics diff --git a/docs/news.mdx b/docs/news.mdx index 32fde0a..99e3784 100644 --- a/docs/news.mdx +++ b/docs/news.mdx @@ -21,5 +21,4 @@ Laadchee trail has been redesigned to start from Vysočany train station and to Starting from 23th of October it's possible to take tram from Hradčanská to newly constructed tram stop [Dědina](https://mapy.cz/turisticka?source=pubt&id=25793830&ds=1&x=14.3014555&y=50.0898164&z=17) -which is good starting point of [Shark-A](trails/shark-a) and [Sunrose](trails/sunrose) trails -and it's an alternative to Ruzyně train station. \ No newline at end of file +which is good starting point of [Shark-A](trails/shark-a) trail and it's an alternative to Ruzyně train station. \ No newline at end of file diff --git a/docs/trails/sunrose.mdx b/docs/trails/sunrose.mdx deleted file mode 100644 index c83622d..0000000 --- a/docs/trails/sunrose.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -sidebar_label: "Sunrose" -title: "Sunrose" ---- - -# Sunrose - -## Summary - -| Property | Value | -| --- | --- | -| Route | | -| Distance | 25 km | -| Start | Ruzyně train station | -| End | Sedlec train station | - -## Map - - - -## Transportation - -### Train - -| Type | Route | Time | -| --- | --- | --- | -| Train | [Dejvice](https://www.seznam.cz/jizdnirady/pubt%3A15212556%3A9gyTwxX.mu-%3Epubt%3A15212575%3A9gkHyxXw0p?o=528&t=0 "See timetable" ) ➞ Ruzyně | 11 min. | -| Tram | [Hradčanská](https://www.seznam.cz/jizdnirady/pubt%3A15693725%3A9gzNPxX.uo-%3Epubt%3A25793830%3A9gi1BxXyGT?o=544&t=0 "See timetable" ) ➞ Dědina | 21 min. | -| Train | [Sedlec](https://www.seznam.cz/jizdnirady/pubt%3A15212578%3A9gxXAxYJ-h-%3Epubt%3A15212549%3A9hC5MxXxXb?o=528&t=0 "See timetable") ➞ Masaryk station | 12 min. | -| Train | [Sedlec](https://www.seznam.cz/jizdnirady/pubt%3A15212578%3A9gxX0xYJ-f-%3Epubt%3A15212564%3A9hSeoxXnZ3?o=528&t=0 "See timetable") ➞ Hostivař | 24 min. | diff --git a/docusaurus.config.js b/docusaurus.config.js index 68daa59..5692c2e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -111,10 +111,6 @@ const config = { label: "Shark-A", to: 'trails/shark-a', }, - { - label: "Sunrose", - to: 'trails/sunrose', - }, ], }, { diff --git a/src/components/TrailRouteLink/index.tsx b/src/components/TrailRouteLink/index.tsx index 4aecb4a..1cccb83 100644 --- a/src/components/TrailRouteLink/index.tsx +++ b/src/components/TrailRouteLink/index.tsx @@ -22,8 +22,6 @@ function GetGarminId(id: string) { return "211858322"; case "shark-a": return "211895409"; - case "sunrose": - return "211914796"; default: throw new Error(); }