Update source file getting-started.mdx
This commit is contained in:
parent
b976fa5c3f
commit
abf24c5def
1 changed files with 8 additions and 8 deletions
|
|
@ -9,24 +9,24 @@ title: Getting started
|
||||||
|
|
||||||
# { title }
|
# { title }
|
||||||
|
|
||||||
Welcome to the official guide of **gpx.studio**!
|
Welcome to the official guide for **gpx.studio**!
|
||||||
It will walk you through all the components and tools of the interface, and help you become a proficient user of the application.
|
This guide will walk you through all the components and tools of the interface, helping you become a proficient user of the application.
|
||||||
|
|
||||||
<DocsImage src={interfaceScreenshot} alt="The gpx.studio interface." />
|
<DocsImage src={interfaceScreenshot} alt="The gpx.studio interface." />
|
||||||
|
|
||||||
As you can see on the screenshot above, the interface is divided into four main sections organized around the map.
|
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.
|
Before we dive into the details of each section, let's have a quick overview of the interface.
|
||||||
|
|
||||||
## Menu
|
## Menu
|
||||||
|
|
||||||
At the top of the interface, you will find the [main menu](./menu).
|
At the top of the interface, you will find the [main menu](./menu).
|
||||||
This is where you can access common actions such as opening, closing and exporting files, undoing and redoing actions, and adjusting the settings of the application.
|
This is where you can access common actions such as opening, closing, and exporting files, undoing and redoing actions, and adjusting the application settings.
|
||||||
|
|
||||||
## Files and statistics
|
## Files and statistics
|
||||||
|
|
||||||
At the bottom of the interface, you will find the list of files that are currently open in the application.
|
At the bottom of the interface, you will find the list of files currently open in the application.
|
||||||
You can click on a file to select it, and display its statistics below the list.
|
You can click on a file to select it and display its statistics below the list.
|
||||||
As we will see in the [dedicated section](./files-and-stats), you can select multiple files at once, and also switch to a vertical layout of the list for advanced file management.
|
In the [dedicated section](./files-and-stats), we will explain how to select multiple files and switch to a vertical layout for advanced file management.
|
||||||
|
|
||||||
## Toolbar
|
## Toolbar
|
||||||
|
|
||||||
|
|
@ -35,4 +35,4 @@ On the left side of the interface, you will find the [toolbar](./toolbar), which
|
||||||
## Map controls
|
## Map controls
|
||||||
|
|
||||||
Finally, on the right side of the interface, you will find the [map controls](./map-controls).
|
Finally, on the right side of the interface, you will find the [map controls](./map-controls).
|
||||||
These allow you to navigate the map, zoom in and out, and switch between different map styles.
|
These controls allow you to navigate the map, zoom in and out, and switch between different map styles.
|
||||||
Loading…
Reference in a new issue