mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-09 13:18:58 +00:00
17 lines
678 B
Markdown
17 lines
678 B
Markdown
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
|
|
|
# Slint Documentation
|
|
|
|
```
|
|
docs/
|
|
├── astro/ # The Astro project that builds the Slint language docs
|
|
├── README.md # This file
|
|
├── building.md # How to build Slint
|
|
├── development.md # How to develop Slint
|
|
├── embedded-tutorials.md # Embedded tutorials template
|
|
├── install_qt.md # How to install Qt
|
|
├── nightly-release-notes.md # Release note template
|
|
├── release-artifacts.md
|
|
├── platform-integrations.md # Platform integrations template
|
|
└── release-notes.md # Release note template
|
|
```
|