docs progress

This commit is contained in:
vcoppe
2024-07-09 17:49:18 +02:00
parent d46cb4c2e5
commit 7264445926
40 changed files with 470 additions and 68 deletions

View File

@@ -0,0 +1,19 @@
---
title: Menu
---
<script lang="ts">
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
# { title }
The main menu, located at the top of the interface, provides access to actions, options and settings divided into several categories:
- [File actions](./menu/file)
- [Edit actions](./menu/edit)
- [View options](./menu/view)
- [Settings](./menu/settings)
<DocsNote>
Most of the menu actions can also be performed using keyboard shortcuts that are displayed in the menu.
</DocsNote>