mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
docs: Remove inline langref documentation and link the mdbook
For node and cpp, I use relative links to point to the slint language reference documentation. For the slint crate documentation I create a link to https://slint-ui.com/releases/VERSION/... instead: This needs to work from docs.rs as well as from our own docs area on slint-ui.com! That is pretty ugly: I can not even define constants for this as the crate docs need to come before anything else.
This commit is contained in:
parent
5891f7e478
commit
d93445bd0b
13 changed files with 171 additions and 3448 deletions
|
@ -37,8 +37,6 @@ Welcome to Slint C++'s documentation!
|
|||
|
||||
genindex
|
||||
|
||||
language.rst
|
||||
|
||||
markdown/debugging_techniques.md
|
||||
|
||||
.. image:: https://github.com/slint-ui/slint/workflows/CI/badge.svg
|
||||
|
@ -73,7 +71,7 @@ of elements and property bindings. Here's the obligatory "Hello World":
|
|||
}
|
||||
}
|
||||
|
||||
Check out the `language reference <markdown/langref.html>`_ for more details.
|
||||
Check out the `language reference <../slint>`_ for more details.
|
||||
|
||||
Architecture
|
||||
============
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
.. Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
.. SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
The .slint UI Design Language
|
||||
==========================
|
||||
|
||||
.. toctree::
|
||||
|
||||
Language Reference<markdown/langref.md>
|
||||
markdown/builtin_elements.md
|
||||
markdown/builtin_enums.md
|
||||
markdown/widgets.md
|
||||
markdown/layouting.md
|
Loading…
Add table
Add a link
Reference in a new issue