docs: Rename "Slint language Reference" to "Slint Language Documentation"

This commit is contained in:
Tobias Hunger 2023-02-22 17:58:28 +01:00 committed by Tobias Hunger
parent 8afdead15b
commit 39d215bee0
8 changed files with 9 additions and 9 deletions

View file

@ -176,7 +176,7 @@ cargo run --release --bin slint-viewer -- examples/printerdemo/ui/printerdemo.sl
The documentation for the different crates is built using rustdoc.
The language reference has snippets in the .slint language which can be previewed by injecting
The language documentation has snippets in the .slint language which can be previewed by injecting
html to the documentation with the `--html-in-header` rustdoc flag.
Use the following command line to build the documentation to include preview of the .slint files.

View file

@ -1,8 +1,8 @@
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
Welcome to the Slint Language Reference
========================================
Welcome to the Slint Language Documentation
===========================================
Introduction
------------