Skip to content

Commit

Permalink
revert script changes in #5094
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey committed Nov 24, 2023
1 parent 63253d7 commit 4220b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apidocs-gen/post-process-for-konghq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ echo "<!-- vale on -->" >> "${POST_PROCESSED_DOC}"

# Replace all description placeholders with proper include directives
sed -i -r \
's/<!-- \(.*\) description placeholder -->/{% include md\/kic\/crd-ref\/\1_description.md kong_version=page.kong_version %}/' \
's/<!-- (.*) description placeholder -->/{% include_cached md\/kic\/crd-ref\/\1_description.md kong_version=page.kong_version %}/' \
"${POST_PROCESSED_DOC}"

0 comments on commit 4220b91

Please sign in to comment.