Skip to content

Commit

Permalink
- layout for usecase navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 19, 2023
1 parent a0c8119 commit a18b443
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@
{% else %}
<!-- The second argument for replace_first should be the url of the homepage-->
{% assign git_url = page.url | replace_first:'/', 'docs/_Getting-Started/01-introduction' %}
{% endif %}
{% endif %}
<!-- Heading of the page -->
<div class="bd-intro pt-2 ps-lg-2">
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
<div class="mb-3 mb-md-0 d-flex text-nowrap"><a class="btn btn-sm btn-bd-light rounded-2"
Expand All @@ -176,11 +177,9 @@
</div>
<h1 class="bd-title mb-0" id="content">{{ page.title }}</h1>
</div>


</div>


<!-- Div for navigation to the topic inside the current page -->
<div class="bd-toc mt-3 mb-5 my-lg-0 mb-lg-5 px-sm-1 text-body-secondary">
<button class="btn btn-link p-md-0 mb-2 mb-md-0 text-decoration-none bd-toc-toggle d-md-none"
type="button" data-bs-toggle="collapse" data-bs-target="#tocContents" aria-expanded="false"
Expand Down

0 comments on commit a18b443

Please sign in to comment.