diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/libwebrtc/g3doc/g3doc.lua | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/third_party/libwebrtc/g3doc/g3doc.lua b/third_party/libwebrtc/g3doc/g3doc.lua new file mode 100644 index 0000000000..e97289ff81 --- /dev/null +++ b/third_party/libwebrtc/g3doc/g3doc.lua @@ -0,0 +1,20 @@ +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 = this.dirname..'index.md', + logo = this.dirname..'logo.svg', + map = this.dirname..'sitemap.md', + -- Ensure absolute links are rewritten correctly. + root = this.dirname..'..' + }, + + visibility = { '/...' }, + + freshness = {} +} |