Re-order the side bar in the C++ docs

The new order is

    1. Getting Started
    2. C++ / .60 Integration
    3. Reference

The second section will host a broader introduction that is currently hiding
in the namespace.
This commit is contained in:
Simon Hausmann 2021-08-27 14:44:33 +02:00
parent 6d05959c93
commit 499f75455e

View file

@ -21,6 +21,15 @@ Welcome to SixtyFPS C++'s documentation!
First Steps <getting_started.md>
.. toctree::
:maxdepth: 2
:hidden:
:caption: C++ / .60 Integration
Type Mapping to C++ <types.md>
Example Generated Code <generated_code.md>
.. toctree::
:maxdepth: 2
:hidden:
@ -32,15 +41,6 @@ Welcome to SixtyFPS C++'s documentation!
language.rst
.. toctree::
:maxdepth: 2
:hidden:
:caption: C++ / .60 Integration
Type Mapping to C++ <types.md>
Example Generated Code <generated_code.md>
.. image:: https://github.com/sixtyfpsui/sixtyfps/workflows/CI/badge.svg
:target: https://github.com/sixtyfpsui/sixtyfps/actions
:alt: GitHub CI Build Status