Files
godot-docs/tutorials/editor/index.rst
Nathan Lovato 8e368deef8 Write a page dedicated to the project manager's UI
Extracted and edited the project manager from
intro_to_the_editor_interface.rst, added it in the tutorials/editor
section
Wrote a short introduction for the editor section
2020-10-28 15:37:06 -06:00

35 lines
853 B
ReStructuredText

Editor manual
=============
In this section, we cover the Godot editor in general, from its interface to
using it with the command line.
The editor's interface
----------------------
The following pages explain how to use the various windows, workspaces, and
docks that make up the Godot editor. We cover some specific editors' interface
in other sections where appropriate. For example, the :ref:`animation editor
<doc_introduction_animation>`.
.. toctree::
:maxdepth: 1
:name: toc-editor-interface
project_manager
default_key_mapping
For developers
--------------
The articles below focus on features for developers, like calling Godot from the
command lines and using an external text editor such as Visual Studio Code or
Emacs.
.. toctree::
:maxdepth: 1
:name: toc-learn-editor
command_line_tutorial
external_editor