slint/docs/readme.md
Nigel Breslaw 92534a8a27
1.9 Organise docs folder. (#7005)
Move astro files to docs/astro
2024-12-05 15:40:04 +02:00

17 lines
679 B
Markdown

<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
# Slint Documentation
```
docs/
├── astro/ # The Astro project that builds the Slint langauge 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
```