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/config | |
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/config')
-rw-r--r-- | doc/config/online/style/qt-sidebar.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/config/online/style/qt-sidebar.html b/doc/config/online/style/qt-sidebar.html index 2c6c6e7..12dde8e 100644 --- a/doc/config/online/style/qt-sidebar.html +++ b/doc/config/online/style/qt-sidebar.html @@ -3,21 +3,22 @@ <h2>Overviews</h2> </div> <ul> - <li><a href="http://code.qt.io/index.html#features">Features</a></li> - <li><a href="http://code.qt.io/concepts.html">Concepts</a></li> - <li><a href="http://code.qt.io/qtjenny-configuration.html">Configuration</a></li> + <li><a href="http://code.qt.io/qt-jenny-overview.html#qt-jenny-features">Features</a></li> + <li><a href="http://code.qt.io/qt-jenny-concepts.html">Concepts</a></li> + <li><a href="http://code.qt.io/qt-jenny-configuration.html">Configuration</a></li> </ul> </div> <div class="sectionlist normallist"> <div class="heading"> - <h2>Getting Started</h2> + <h2>Getting started</h2> </div> <ul> - <li><a href="http://code.qt.io/qtjenny-installation.html">Installation</a></li> + <li><a href="http://code.qt.io/qt-jenny-installation.html">Installing Qt Jenny</a></li> + <li><a href="http://code.qt.io/qt-jenny-using.html">Using Qt Jenny</a></li> </ul> </div> <div class="sectionlist normallist"> - <div class="heading"> - <h2><a href="http://code.qt.io/whatsnew.html">What's New</a></h2> - </div> + <ul> + <li><a href="http://code.qt.io/qt-jenny-whatsnew.html">What's new in Qt Jenny</a></li> + </ul> </div> |