docs: use docs comment prefix and bump toml2docs version (#4711)

This commit is contained in:
zyy17
2024-09-11 15:49:23 +08:00
committed by GitHub
parent a3d567f0c9
commit aa03d3b11c
8 changed files with 200 additions and 199 deletions

View File

@@ -221,7 +221,7 @@ config-docs: ## Generate configuration documentation from toml files.
docker run --rm \
-v ${PWD}:/greptimedb \
-w /greptimedb/config \
toml2docs/toml2docs:v0.1.1 \
toml2docs/toml2docs:v0.1.3 \
-p '##' \
-t ./config-docs-template.md \
-o ./config.md