Adjust menu documentation structure. (#2080)

* Adjust menu documentation structure.
This commit is contained in:
karliss 2020-03-03 19:03:49 +02:00 committed by GitHub
parent 45f7f33780
commit 58d9e52662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 34 additions and 3 deletions

View File

@ -7,7 +7,8 @@ Cutter is an advanced reverse engineering platform that is powered by radare2. T
.. toctree::
:maxdepth: 2
:maxdepth: 3
:titlesonly:
:glob:
user-docs/menus

View File

@ -5,7 +5,7 @@ This part of the user documentation will provide the reader with information abo
.. toctree::
:maxdepth: 2
:maxdepth: 3
:glob:
menus/*

View File

@ -1,6 +1,14 @@
Disassembly Context Menu
==============================
.. toctree::
:maxdepth: 1
:glob:
disassembly-context-menu/*
Disassembly context menu contains actions that operate with selected instruction in disassembly and graph widgets.
Copy
----------------------------------------
**Description:** Copy the selected text.
@ -118,4 +126,5 @@ Show Cross References
**Steps:** Right click on an instruction and choose ``Show X-Refs``
**Shortcut:** :kbd:`X`
**Shortcut:** :kbd:`X`

View File

@ -0,0 +1,21 @@
Menu bar
========
Depending on your desktop environment menu bar is located either at the top of window
or top of the screen.
.. toctree::
:maxdepth: 2
:glob:
menu-bar/file-menu
menu-bar/edit-menu
menu-bar/view-menu
menu-bar/windows-menu
menu-bar/plugins-menu
menu-bar/debug-menu
menu-bar/debug-view-menu
menu-bar/help-menu
menu-bar/*