diff options
author | Johanna Vanhatapio <[email protected]> | 2025-05-07 13:36:46 +0300 |
---|---|---|
committer | Johanna Vanhatapio <[email protected]> | 2025-05-19 07:08:54 +0000 |
commit | 68fb070e89244f1fa93ba6c04e4d8cb10a35b4ea (patch) | |
tree | 810d2e09c8d0b93f3cafe5d437010624f1a46eef /doc/src/qt-jenny-concepts.qdoc | |
parent | 599f6d98d26ed7753293bdb81916616c1a8e7c86 (diff) |
- Implementing the new doc landing page
template
- Some reorganizing to match the template
- Some work on the transitioning to sentence case
Task-number: QTBUG-136585
Change-Id: I87f03f7d35fd88b80e262d0cbc81e6b9fc18bd1f
Reviewed-by: Nicholas Bennett <[email protected]>
Diffstat (limited to 'doc/src/qt-jenny-concepts.qdoc')
-rw-r--r-- | doc/src/qt-jenny-concepts.qdoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/qt-jenny-concepts.qdoc b/doc/src/qt-jenny-concepts.qdoc new file mode 100644 index 0000000..267c774 --- /dev/null +++ b/doc/src/qt-jenny-concepts.qdoc @@ -0,0 +1,17 @@ +// Copyright (C) 2024 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only +/*! +\page qt-jenny-concepts.html +\title Qt Jenny concepts and architecture + +Qt Jenny depends on the following set of key concepts: + +\list + \li The \l{Gradle} build tool. + \li + \li + \li + \li + \li +\endlist +*/ |