Skip to content

Commit

Permalink
Update psuedo-variable shortcodes
Browse files Browse the repository at this point in the history
This commit fixes an issue with three shortcodes in the documentation
website: they are used as psuedo-variables for the sake of version
management. Newline characters were added to them erroneously, 
which was causing them to break tables, and may have also affected 
the formatting and rendering of documentation elsewhere.
  • Loading branch information
ADubhlaoich authored Oct 10, 2024
1 parent 471e05d commit 17a32bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/nic-helm-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.0
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/nic-operator-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.4.0
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/nic-version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.7.0

0 comments on commit 17a32bb

Please sign in to comment.