aboutsummaryrefslogtreecommitdiff
path: root/g3doc/g3doc.lua
blob: e97289ff815fe01ce31f726a1a8e08e3c0916c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
return {
  theme = {
    '@builtins/theme/ng.md',
    -- We don't want to have more than h3 headings in the Table Of Content.
    toc_level = 3,
  },

  site = {
    name = 'WebRTC C++ library',
    home = this.dirname..'index.md',
    logo = this.dirname..'logo.svg',
    map  = this.dirname..'sitemap.md',
    -- Ensure absolute links are rewritten correctly.
    root = this.dirname..'..'
  },

  visibility = { '/...' },

  freshness = {}
}