xref: /aosp_15_r20/external/webrtc/g3doc/g3doc.lua (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1return {
2  theme = {
3    '@builtins/theme/ng.md',
4    -- We don't want to have more than h3 headings in the Table Of Content.
5    toc_level = 3,
6  },
7
8  site = {
9    name = 'WebRTC C++ library',
10    home = this.dirname..'index.md',
11    logo = this.dirname..'logo.svg',
12    map  = this.dirname..'sitemap.md',
13    -- Ensure absolute links are rewritten correctly.
14    root = this.dirname..'..'
15  },
16
17  visibility = { '/...' },
18
19  freshness = {}
20}
21