From 60f1edf2494407e10e1f0aaeb5389616a9728065 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Tue, 14 Jul 2026 16:00:19 -0700 Subject: [PATCH] adding options to generate markdown into the combined docs --- scripts/build_docs.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/build_docs.py b/scripts/build_docs.py index 49ea319d..27776d75 100755 --- a/scripts/build_docs.py +++ b/scripts/build_docs.py @@ -46,6 +46,12 @@ class ArchiveFetchError(Exception): "--experimental-enable-custom-templates", "--enable-mentioned-in", "--enable-experimental-external-link-support", + # Emit a markdown copy of every rendered document (plus a manifest) under + # data/documentation/. These sidecar files survive docc merge and + # process-archive transform-for-static-hosting, so they reach the published + # combined archive for consumption by crawlers and other tooling. + "--enable-experimental-markdown-output", + "--enable-experimental-markdown-output-manifest", ] # Common template files to copy into each .docc catalog before building