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