gstreamer/hotdoc.json
Mathieu Duponchelle 20e9f95622 Implement our own theme, yay!
Please update your hotdoc, and read the (updated) README, you
should end up with something looking exactly like:

https://gstreamer.freedesktop.org/documentation2/
2016-10-16 01:53:38 +02:00

18 lines
453 B
JSON

{
"add_anchors": true,
"extra_assets": [
"attachments",
"images"
],
"index": "index.md",
"output": "built_doc",
"pkg_config_packages": [
"gstreamer-1.0"
],
"project_name": "GStreamer Documentation",
"sitemap": "sitemap.txt",
"syntax_highlighting_activate": true,
"devhelp_activate": true,
"html_theme": "hotdoc_bootstrap_theme/dist",
"html_extra_theme": "extra_theme"
}