Skip to content

Generate markdown for agentk and kas config

Timo Furrer requested to merge feature/generate-proto-docs into master

This change sets adds the extract_generated_proto_markdown_doc target to //pkg/kascfg and //pkg/agentcfg. They will generate markdown documentation from the proto files and extract them from the build folder to the workspace in the appropriate /pkg/kascfg / /pkg/agentcfg folder.

Implementation Details

This change set extends the go_proto_generate bazel function with a with_md_docs parameter which defauls to False and is set to True for the aforementioned targets to enable the md doc targets.

The adaption of the proto spec comments is out of scope of this MR on purpose and I'll do this in a followup MR.

Issue: #195 (closed)

Edited by Timo Furrer

Merge request reports