blob: e97289ff815fe01ce31f726a1a8e08e3c0916c05 [file] [log] [blame]
Artem Titov6512af02021-03-01 16:30:291return {
2 theme = {
Xavier Décoret967d4cd2021-03-30 08:10:043 '@builtins/theme/ng.md',
Artem Titov6512af02021-03-01 16:30:294 -- We don't want to have more than h3 headings in the Table Of Content.
Xavier Décoret967d4cd2021-03-30 08:10:045 toc_level = 3,
Artem Titov6512af02021-03-01 16:30:296 },
7
8 site = {
9 name = 'WebRTC C++ library',
Xavier Décoret967d4cd2021-03-30 08:10:0410 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..'..'
Artem Titov6512af02021-03-01 16:30:2915 },
16
17 visibility = { '/...' },
18
19 freshness = {}
20}