Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jul 5, 2024
1 parent bc1f642 commit 83ea38a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 39 deletions.
1 change: 0 additions & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Hilly terrain with rapidly changing sections of park, forest parks, forests, urb
| [Rockyt](trails/rockyt) | <TrailRouteLink id="rockyt"></TrailRouteLink> | 23 km | Klánovice | Bulhar |
| [Semmering](trails/semmering) | <TrailRouteLink id="semmering"></TrailRouteLink> | 22 km | Ruzyně | Hlubočepy |
| [Shark-A](trails/shark-a) | <TrailRouteLink id="shark-a"></TrailRouteLink> | 21 km | Ruzyně | Podbaba |
| [Sunrose](trails/sunrose) | <TrailRouteLink id="sunrose"></TrailRouteLink> | 25 km | Ruzyně | Sedlec |

## Characteristics

Expand Down
3 changes: 1 addition & 2 deletions docs/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
which is good starting point of [Shark-A](trails/shark-a) trail and it's an alternative to Ruzyně train station.
30 changes: 0 additions & 30 deletions docs/trails/sunrose.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ const config = {
label: "Shark-A",
to: 'trails/shark-a',
},
{
label: "Sunrose",
to: 'trails/sunrose',
},
],
},
{
Expand Down
2 changes: 0 additions & 2 deletions src/components/TrailRouteLink/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ function GetGarminId(id: string) {
return "211858322";
case "shark-a":
return "211895409";
case "sunrose":
return "211914796";
default:
throw new Error();
}
Expand Down

0 comments on commit 83ea38a

Please sign in to comment.