2021-03-01 17:30:29 +01:00
|
|
|
return {
|
|
|
|
|
theme = {
|
2021-03-30 10:10:04 +02:00
|
|
|
'@builtins/theme/ng.md',
|
2021-03-01 17:30:29 +01:00
|
|
|
-- We don't want to have more than h3 headings in the Table Of Content.
|
2021-03-30 10:10:04 +02:00
|
|
|
toc_level = 3,
|
2021-03-01 17:30:29 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
site = {
|
|
|
|
|
name = 'WebRTC C++ library',
|
2021-03-30 10:10:04 +02:00
|
|
|
home = this.dirname..'index.md',
|
|
|
|
|
logo = this.dirname..'logo.svg',
|
|
|
|
|
map = this.dirname..'sitemap.md',
|
|
|
|
|
-- Ensure absolute links are rewritten correctly.
|
|
|
|
|
root = this.dirname..'..'
|
2021-03-01 17:30:29 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
visibility = { '/...' },
|
|
|
|
|
|
|
|
|
|
freshness = {}
|
|
|
|
|
}
|