This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 1507b7b2e163c6d24aa790024ff7d97503fa0e74
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)
    
    (cherry picked from commit e579cabec848a9b46a32ca6d402952899f04b7fc)
---
 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

Reply via email to