initial commit
This commit is contained in:
commit
27b3274027
25 changed files with 1696 additions and 0 deletions
9
content/_index.md
Normal file
9
content/_index.md
Normal 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
3
content/docs/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
title = 'Docs'
|
||||
+++
|
7
content/docs/types/_index.md
Normal file
7
content/docs/types/_index.md
Normal 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 >}}
|
Loading…
Add table
Add a link
Reference in a new issue