Improve the landing page for the Slint Language documentation

Remove the Intro page and move that content to the landing page instead.
This commit is contained in:
Kavindra Palaraja 2023-04-04 18:06:59 +02:00 committed by Simon Hausmann
parent 08c0f1b34e
commit 9f51fd61b7
2 changed files with 23 additions and 22 deletions

View file

@ -1,11 +1,31 @@
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
Welcome to the Slint Language Documentation
Introduction
===========================================
Introduction
------------
The Slint Language
------------------
Slint comes with an easy to learn and use language for you to describe user
interfaces with. It is readable to both humans and machines.
This way, we have excellent tooling on one side, while also enabling
designers and developers to know exactly what happens, by reading the code
their machine uses to display the user interfaces.
This Slint language is either interpreted at run-time or compiled to native
code, which gets built into your application together with the code in the same
programming language providing the business logic. The Slint compiler can
optimize the user interface and any resources it uses at compile time, so
that user interfaces written in Slint use few resources, with regards to
performance and storage.
The Slint language enforces a separation of user interface from business logic,
using interfaces you can define for your project. This enables a fearless
cooperation between design-focused team members and those concentrating on the programming
side of the project. The Slint
The Slint design markup language describes extensible graphical user interfaces using the
`Slint framework <https://slint-ui.com>`_

View file

@ -1,19 +0,0 @@
# The Slint Language
Slint comes with a easy to learn and use language to describe user interfaces
with. We designed this language to be readable to both humans and machines.
Slint can thus have excellent tooling on one side, while also enabling
designers and developers to see exactly what happens by reading the code
the machine uses to provide the user interfaces with.
This Slint language is either interpreted at run-time or compiled to native
code, which gets built into your application together with the code in the same
programming language providing the business logic. The Slint compiler can
optimize the user interface and any resources it uses at compile time, so
that user interfaces written in Slint use few resources, with regards to
performance and storage.
The Slint language enforces a separation of user interface from business logic,
using interfaces you can define for your project. This enables a fearless
cooperation between design-focused team members and those concentrating on the programming
side of the project. The Slint