aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/config.toml
blob: 1b6af7342e1ce169cead4d05d1686ebbc813bc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseURL = ""
languageCode = "en-us"
title = "mitmproxy.org docs"
theme = "mitmproxydocs"
publishDir = "../public"
RelativeURLs = true
googleAnalytics = "UA-4150636-13"
pygmentsCodefences = true

[indexes]
tag = "tags"

[markup.goldmark.renderer]
unsafe = true