2
1
Fork 0

initial commit

This commit is contained in:
outfoxxed 2024-02-12 04:07:01 -08:00
commit 27b3274027
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
25 changed files with 1696 additions and 0 deletions

9
content/_index.md Normal file
View file

@ -0,0 +1,9 @@
+++
+++
# QuickShell
QuickShell is a fully user customizable desktop shell based on QtQuick.
{{< cards >}}
{{< card link="/docs/types" title="Type Reference" >}}
{{< /cards >}}

3
content/docs/_index.md Normal file
View file

@ -0,0 +1,3 @@
+++
title = 'Docs'
+++

View file

@ -0,0 +1,7 @@
+++
title = "Type Reference"
+++
Index of all QuickShell types. See [the QtQuick type reference](https://doc.qt.io/qt-6/qtquick-qmlmodule.html) for builtin Qt types.
{{< qmlmodulelisting >}}