mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00

https://g3doc-ng.corp.google.com/gob/webrtc/src/+/refs/changes/213189/1/g3doc/how_to_write_documentation.md Bug: webrtc:12545 Change-Id: I284714f9e4e39f10eda03cc464ca695e8b272cd7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213189 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33593}
20 lines
445 B
Lua
20 lines
445 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 = 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 = {}
|
|
}
|