summaryrefslogtreecommitdiff
path: root/hotdoc.json
blob: 4875f391ad31a1cbcf090306e66fd67aa8447f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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"
}