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

[indexes]
  tag = "tags"

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true