mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
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:
parent
6d05959c93
commit
499f75455e
1 changed files with 9 additions and 9 deletions
|
@ -21,6 +21,15 @@ Welcome to SixtyFPS C++'s documentation!
|
||||||
|
|
||||||
First Steps <getting_started.md>
|
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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:hidden:
|
:hidden:
|
||||||
|
@ -32,15 +41,6 @@ Welcome to SixtyFPS C++'s documentation!
|
||||||
|
|
||||||
language.rst
|
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
|
.. image:: https://github.com/sixtyfpsui/sixtyfps/workflows/CI/badge.svg
|
||||||
:target: https://github.com/sixtyfpsui/sixtyfps/actions
|
:target: https://github.com/sixtyfpsui/sixtyfps/actions
|
||||||
:alt: GitHub CI Build Status
|
:alt: GitHub CI Build Status
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue