Simon Hausmann
c8b05c2b05
Add documentation about the different renderers, their pros/const, and availability in backends and API
2023-09-12 11:28:17 +02:00
Simon Hausmann
d0fbb3e1a4
doc: Fix links to language specific reference docs in Slint reference
...
Instead of linking to the latest /docs/cpp, etc., link to /releases/XXX/docs/cpp.
(Converted the getting started to markdown while at it )
2023-08-30 14:55:09 +02:00
Simon Hausmann
5182660bc6
Initial draft for backend documentation
...
cc #3208
2023-08-24 19:34:08 +02:00
Simon Hausmann
21e06cd636
Begin documenting supported (target) platforms
2023-08-15 16:32:37 +02:00
Simon Hausmann
d61a929e34
Move widgets out of builtins/ and into its own section under the language reference
2023-08-15 12:04:43 +02:00
Simon Hausmann
2f66331b2b
doc: re-order language reference
...
Move builtins to after the syntax, so that it's
- intro
- concepts
- syntax
- builtins
2023-08-15 12:04:43 +02:00
Simon Hausmann
b775ec45af
Move widget style selection under advanced topics
2023-08-15 10:43:49 +02:00
Simon Hausmann
5058b80cd6
Rename reference/src/language/reference to reference/src/language/syntax
...
This is the reference about the syntax, not a reference in a reference :)
2023-08-15 10:43:49 +02:00
Simon Hausmann
18031c7a43
Move "Getting Started" into the Introduction section
2023-08-15 10:43:49 +02:00
Simon Hausmann
bf7e7e7323
Move debugging techniques under advanced topics in the Slint reference
2023-08-15 10:43:49 +02:00
Simon Hausmann
870e0e541d
Restructure the Slint reference documentation
...
- Move the language reference into a sub-section of its own
- Made Reciples & Examples a top-level section
This paves the way for adding more top-level sections, such as advanced topics (with debugging techniques), or the list of supported
platforms.
2023-08-15 10:43:49 +02:00