summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-09-07 14:45:41 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-07 13:05:06 +0000
commita51ddb2cd2931255d6aedac6089d35c3954aed87 (patch)
treee1bffb68822db85a0a9314da6e85dc0c81a602ef
parent95f0ad632ba1551974d4eacbd9ae08012a460e46 (diff)
downloadqtdoc-a51ddb2cd2931255d6aedac6089d35c3954aed87.tar.gz
Remove conflicting anchor targets from the sidebar
These are unnecessary and break linking on pages with identical section titles. Task-number: QTBUG-70435 Change-Id: I86f2b94253fc9217bc5b197d03c7018a94c717c6 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--doc/config/style/qt5-sidebar.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/config/style/qt5-sidebar.html b/doc/config/style/qt5-sidebar.html
index e768b324..19f9c278 100644
--- a/doc/config/style/qt5-sidebar.html
+++ b/doc/config/style/qt5-sidebar.html
@@ -1,7 +1,6 @@
<div class="sectionlist normallist">
<div class="heading">
- <a name="reference"></a>
- <h2 id="reference">Reference</h2>
+ <h2>Reference</h2>
</div>
<div class="indexboxcont indexboxbar">
<ul>
@@ -17,8 +16,7 @@
</div>
<div class="sectionlist normallist">
<div class="heading">
- <a name="getting-started"></a>
- <h2 id="getting-started">Getting Started</h2>
+ <h2>Getting Started</h2>
</div>
<ul>
<li><a href="gettingstarted.html">Getting Started with Qt</a></li>
@@ -30,8 +28,7 @@
</div>
<div class="sectionlist normallist">
<div class="heading">
- <a name="overviews"></a>
- <h2 id="overviews">Overviews</h2>
+ <h2>Overviews</h2>
</div>
<ul>
<li><a href="topics-app-development.html">Development Tools</a></li>