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