Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: vishalvivekm <[email protected]>
  • Loading branch information
vishalvivekm committed Jan 21, 2025
1 parent 6e43633 commit 5fc1cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ collections:
output: true
catalog:
output: true
sort_by: patternId
# sort_by: patternId
models:
output: true
permalink: /:collection/:name
Expand Down
2 changes: 2 additions & 0 deletions collections/_catalog/models/accurate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: Accurate
layout: item
permalink: catalog/models/accurate.html
subtitle: Collaborative and visual infrastructure as design for Accurate
colorIcon: /assets/images/integration/accurate/icons/color/accurate-color.svg
whiteIcon: /assets/images/integration/accurate/icons/white/accurate-white.svg
Expand Down
6 changes: 0 additions & 6 deletions collections/_pages/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ <h2 class="not-found" style="display: none;" id="not-found">
style="display: {% if count < 10 %}block{% else %}none{% endif %};"
>
{% include card.html %}
<!-- modal included -->
{% include modal.html %}
</div>
{% elsif pattern.filterInfo %}
{% assign last = pattern.compatibility | last %}
Expand All @@ -90,8 +88,6 @@ <h2 class="not-found" style="display: none;" id="not-found">
style="display: {% if count < 10 %}block{% else %}none{% endif %};"
>
{% include wasm-card.html %}
<!-- modal included -->
{% include modal.html %} {% include card-modal.html %}
</div>
{% elsif pattern.componentsCount %}
<div
Expand All @@ -103,8 +99,6 @@ <h2 class="not-found" style="display: none;" id="not-found">
style="display: {% if count < 10 %}block{% else %}none{% endif %};"
>
{% include models/card.html model=pattern %}
<!-- modal included -->
{% include models/modal.html model=pattern %} {% include models/card-modal.html %}
</div>
{% elsif pattern.patternInfo and pattern.Status == "ComingSoon" %}
{% assign last = pattern.compatibility | last %}
Expand Down

0 comments on commit 5fc1cdc

Please sign in to comment.