Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions _includes/index-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ <h3 id="reference">{{site.data.index-docs.texts.references}}</h3>
<p>{{site.data.index-docs.texts.technical_resource_that_covers_tools_components_and_commands_the_encyclopedia_for_quarkus}}</p>
</div>
<div class="grid-wrapper">
{% include index-doc-item.html type="pdf" docversion=docversion
title="Quarkus Cheat
Sheet" url="https://lordofthejars.github.io/quarkus-cheat-sheet/" summary=site.data.index-docs.texts.download_link %}
{% for guide in values %}
{% include index-doc-item.html type="reference" docversion=docversion
title=guide.title url=guide.url summary=guide.summary
Expand Down
17 changes: 0 additions & 17 deletions _includes/index-guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@ <h3>View Category</h3>
</ul>
</div>

<div class="grid__item width-6-12 width-12-12-m callout-wrapper">
<div class="grid-wrapper callout">
<div class="grid__item width-12-12">
<h3>Quarkus Cheat Sheet</h3>
</div>
<div class="grid__item col">
<a href="https://lordofthejars.github.io/quarkus-cheat-sheet/" target="_blank">
<span class="col-icon"><i class="far fa-file-pdf"></i></span>
<span class="col-link">Download full cheatsheet as PDF</span>
</a>
</div>
<div class="grid__item col">
<a href="https://developers.redhat.com/search?t=quarkus&f=type%7Echeat_sheet" target="_blank">Get
more cheatsheets on the Red Hat Developers website <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="grid__item width-12-12 click-cards">
<ul class="list">
{% for item in site.data[data_source].categories %}
Expand Down