diff --git a/website/src/lib/components/docs/DocsImage.svelte b/website/src/lib/components/docs/DocsImage.svelte index 0aa31f9..712a48a 100644 --- a/website/src/lib/components/docs/DocsImage.svelte +++ b/website/src/lib/components/docs/DocsImage.svelte @@ -1,23 +1,23 @@
- {#if img === 'getting-started/interface'} + {#if src === 'getting-started/interface'} - {:else if img === 'tools/routing'} + {:else if src === 'tools/routing'} - {:else if img === 'tools/split'} + {:else if src === 'tools/split'} {/if}
diff --git a/website/src/lib/docs/en/getting-started.mdx b/website/src/lib/docs/en/getting-started.mdx index f15fda0..6b214fb 100644 --- a/website/src/lib/docs/en/getting-started.mdx +++ b/website/src/lib/docs/en/getting-started.mdx @@ -11,7 +11,7 @@ title: Getting started Welcome to the official guide for **gpx.studio**! This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application. - + As shown in the screenshot above, the interface is divided into four main sections organized around the map. Before we dive into the details of each section, let's have a quick overview of the interface. diff --git a/website/src/lib/docs/en/toolbar/routing.mdx b/website/src/lib/docs/en/toolbar/routing.mdx index 92563ce..5aadd6d 100644 --- a/website/src/lib/docs/en/toolbar/routing.mdx +++ b/website/src/lib/docs/en/toolbar/routing.mdx @@ -61,7 +61,7 @@ This allows the route to be edited at different levels of detail. Finally, you can delete anchor points by clicking on them and selecting from the context menu. - + ## Additional tools diff --git a/website/src/lib/docs/en/toolbar/scissors.mdx b/website/src/lib/docs/en/toolbar/scissors.mdx index 28e8f9b..dda7622 100644 --- a/website/src/lib/docs/en/toolbar/scissors.mdx +++ b/website/src/lib/docs/en/toolbar/scissors.mdx @@ -29,4 +29,4 @@ Scissors will appear at the cursor position, showing that you can split the trac You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx). - +