Skip to content

Commit f34aad3

Browse files
Vendor catalog header icons locally
Copy module catalog header icons into repo assets and update v2 template to use local relative paths instead of external raw.githubusercontent URLs. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent c56cbe6 commit f34aad3

6 files changed

Lines changed: 30 additions & 5 deletions

File tree

.github/actions/update-index/templates/module-catalog/v2-table.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<table>
33
<tr>
44
<th width="24%">Name</th>
5-
<th width="12%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubtags.svg" alt="Version" title="Version" width="16" height="16"></th>
6-
<th width="24%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/package-variant-closed-check.svg" alt="Process version" title="Process version" width="16" height="16"></th>
7-
<th width="10%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubissues.svg" alt="Issues" title="Issues" width="16" height="16"></th>
8-
<th width="10%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubpullrequests.svg" alt="Pull requests" title="Pull requests" width="16" height="16"></th>
9-
<th width="10%"><img src="https://raw.githubusercontent.com/PSModule/.github/main/media/githubstars.svg" alt="Stars" title="Stars" width="16" height="16"></th>
5+
<th width="12%"><img src="../../assets/images/module-catalog/githubtags.svg" alt="Version" title="Version" width="16" height="16"></th>
6+
<th width="24%"><img src="../../assets/images/module-catalog/package-variant-closed-check.svg" alt="Process version" title="Process version" width="16" height="16"></th>
7+
<th width="10%"><img src="../../assets/images/module-catalog/githubissues.svg" alt="Issues" title="Issues" width="16" height="16"></th>
8+
<th width="10%"><img src="../../assets/images/module-catalog/githubpullrequests.svg" alt="Pull requests" title="Pull requests" width="16" height="16"></th>
9+
<th width="10%"><img src="../../assets/images/module-catalog/githubstars.svg" alt="Stars" title="Stars" width="16" height="16"></th>
1010
</tr>
1111
{{ ROWS }}</table>
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)