webrtc_m130/g3doc/g3doc.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
341 B
Lua
Raw Normal View History

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 = {}
}