docs: ensure coretracers plugin index page is index.html

And not blank.html

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2592>
This commit is contained in:
Tim-Philipp Müller 2022-06-14 16:30:08 +01:00 committed by GStreamer Marge Bot
parent a6a298b2f3
commit cdf5ee470b
3 changed files with 4 additions and 3 deletions

View file

@ -166,9 +166,9 @@ plugins_doc = [
), ),
hotdoc.generate_doc('coretracers', hotdoc.generate_doc('coretracers',
project_version: apiversion, project_version: apiversion,
sitemap: 'plugins/sitemap.txt', sitemap: 'plugins/coretracers/sitemap.txt',
index: 'plugins/blank.md', index: 'plugins/coretracers/index.md',
gst_index: 'plugins/blank.md', gst_index: 'plugins/coretracers/index.md',
gst_smart_index: true, gst_smart_index: true,
gst_c_sources: ['../plugins/tracers/*.c', '../plugins/tracers/*.h'], gst_c_sources: ['../plugins/tracers/*.c', '../plugins/tracers/*.h'],
dependencies: [plugins_doc_dep], dependencies: [plugins_doc_dep],

View file

@ -0,0 +1 @@
gst-index