doc: Use the top-level index.html as the table of contents for Devhelp

Now that we have this table of contents, we might as well use it.

Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Simon McVittie 2024-10-29 15:48:21 +00:00 committed by Simon McVittie
parent 397f9789e6
commit 264b5ab484

View file

@ -10,7 +10,7 @@
<xsl:template match="/">
<book title="D-Bus: A system for interprocess communication"
name="dbus"
link="{$prefix}/api/html/index.html"
link="{$prefix}/index.html"
xmlns="http://www.devhelp.net/book"
version="2"
online="https://dbus.freedesktop.org/doc/"