webrtc_m130/g3doc/g3doc.lua
Artem Titov 6512af04ba Add root doc site definition for WebRTC documentation
Bug: None
Change-Id: I64f5a356e0358360bd8326c39c8b0a898b879ebf
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/208641
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33360}
2021-03-01 16:40:58 +00:00

19 lines
341 B
Lua

return {
theme = {
'@builtins/theme/ng.md'
-- We don't want to have more than h3 headings in the Table Of Content.
--toc_level = 3,
},
site = {
name = 'WebRTC C++ library',
home = '/g3doc/index.md',
logo = '/g3doc/logo.svg',
map = '/g3doc/sitemap.md',
},
visibility = { '/...' },
freshness = {}
}