Skip to content

Commit

Permalink
Update gen_overview.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Jul 15, 2024
1 parent 0f6e7f2 commit 937a625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/gen_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ def gen_boilerplate(_category, _tag_index):
#md += f"### {title} — [view]({view}) / [download]({download})\n\n"
md += f'<section id="{title.lower()}">\n'
md += f'<div id="{title.lower()}" class="{next_class}">\n'
md += f'''
<h3>{title} — <a class="reference external" href="{view}">view</a> /
<a class="reference external" href="{download}">download</a>
<a class="headerlink" href="#{title.lower()}" title="Link to this heading"></a></h3>
\n\n'''
md += \
f'''<h3>{title} — <a class="reference external" href="{view}">view</a> /
<a class="reference external" href="{download}">download</a>
<a class="headerlink" href="#{title.lower()}" title="Link to this heading"></a></h3>
\n\n'''

#md += f"![Icon](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/dev/AppExamples/{category}/{app}/icon.png)\n"

Expand Down

0 comments on commit 937a625

Please sign in to comment.