Skip to content

Commit

Permalink
Update jinja templates to hide unrendered navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jun 11, 2024
1 parent 1ba1ec8 commit 0e3e092
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
hide:
hide:
- toc
- navigation
---

# {{ title }}

{{ description }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
hide:
- navigation
- toc
---

# Components Gallery

<div class="grid cards" markdown>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# {{ llm.name }}
---
hide:
- navigation
---
{{ llm.name }}

{% if llm.docstring.short_description %}
{{ llm.docstring.short_description }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
hide:
- navigation
---
# {{ step.name }}

{% if step.docstring.short_description %}
{{ step.docstring.short_description }}
{% endif %}
Expand Down

0 comments on commit 0e3e092

Please sign in to comment.