Skip to content

Commit

Permalink
Update version command display in documentation
Browse files Browse the repository at this point in the history
Modified the version command section to improve clarity and devided logical divs
Title part's visuals is a bit modified to fit in our webpage
  • Loading branch information
usta authored Jan 7, 2025
1 parent 69e72b4 commit 1f5f02c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions _layouts/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,15 @@ <h1>{{ page.title }}</h1>
{% endif %}

{% if page.versionCommand %}
<div id="version-command" class="card card-body bg-light">
You can check the version that you are currently using by running: <pre>{{page.versionCommand}}</pre>
</div>

<div id="version-command-section" class="card card-body bg-light">
<div id="version-command-title" style="font-weight: bold;font-size: small;">
You can check the version that you are currently using by running:
</div><div id="version-command">
<pre>{{page.versionCommand}}</pre>
</div>
</div>

{% endif %}

{% include identifiers.html %}
Expand Down

0 comments on commit 1f5f02c

Please sign in to comment.