This is an automated email from the ASF dual-hosted git repository.
dmeden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new e579cabec8 Docs: Make sure we use the right YAML root name when
building records.yaml docs. (#11648)
e579cabec8 is described below
commit e579cabec848a9b46a32ca6d402952899f04b7fc
Author: Damian Meden <[email protected]>
AuthorDate: Tue Aug 6 11:23:15 2024 +0200
Docs: Make sure we use the right YAML root name when building records.yaml
docs. (#11648)
---
doc/ext/traffic-server.cmake.in.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ext/traffic-server.cmake.in.py
b/doc/ext/traffic-server.cmake.in.py
index f7906bea0a..85424cfa6b 100644
--- a/doc/ext/traffic-server.cmake.in.py
+++ b/doc/ext/traffic-server.cmake.in.py
@@ -141,7 +141,7 @@ class TSConfVar(std.Target):
# Build the object
add_object(config, name, cv_default, cv_type)
- ts['ts'] = config
+ ts['records'] = config
code = get_code(ts)
literal = nodes.literal_block(code, code)
literal['linenos'] = True