From 38fbc64577cbaad299f2564022dcecfc20cd13e6 Mon Sep 17 00:00:00 2001 From: Gabor Burges Date: Mon, 2 Sep 2024 11:11:56 +0200 Subject: [PATCH] feat: Don't use footer, so docs won't be updated on every push --- build/build_config_docs.sh | 2 +- docs/api_ref.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/build_config_docs.sh b/build/build_config_docs.sh index 8a277a636..f32f762d4 100755 --- a/build/build_config_docs.sh +++ b/build/build_config_docs.sh @@ -5,4 +5,4 @@ set -e python -m venv docs/build/venv source docs/build/venv/bin/activate pip install json-schema-for-humans==0.47 -generate-schema-doc --config template_name=md controllers/cloud.redhat.com/config/schema.json docs/api_ref.md +generate-schema-doc --config with_footer=false --config template_name=md controllers/cloud.redhat.com/config/schema.json docs/api_ref.md diff --git a/docs/api_ref.md b/docs/api_ref.md index e1b1e6e89..5044bf8b8 100644 --- a/docs/api_ref.md +++ b/docs/api_ref.md @@ -1188,4 +1188,3 @@ Must be one of: **Description:** The external hostname of the deployment, where applicable ---------------------------------------------------------------------------------------------------------------------------- -Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2024-08-30 at 19:45:19 +0200