Skip to content

Commit

Permalink
Adding links and making the header smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldsql committed Nov 9, 2024
1 parent 91b5760 commit 265e044
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
{% endif %}
<a href="{{ site.github.repository_url }}" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
<section id="links">
[<a href="{{ '/guide/getting-started.html' | relative_url }}">Getting started</a>] [<a href="{{ '/guide/mocking-guidelines.html' | relative_url }}">Guidelines</a>] [<a href="{{ '/ADR/' | relative_url }}" title="Architecture Decision Records">ADRs</a>]
</section>
</div>
</header>

<hr/>
<div class="container">
<section id="main_content">
{{ content }}
Expand Down
11 changes: 11 additions & 0 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
strong {
color:#b5e853
}

header #links {
position: relative;
height: 0px;
}

header {
border-bottom: 0px dashed #b5e853;
padding: 10px 0;
margin: 0 0 10px 0
}

0 comments on commit 265e044

Please sign in to comment.