Skip to content

Commit

Permalink
feat: Don't use footer, so docs won't be updated on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
gburges committed Sep 2, 2024
1 parent e1f7dee commit 38fbc64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/build_config_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/api_ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38fbc64

Please sign in to comment.