Skip to content

Commit

Permalink
Update update-index.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Oct 2, 2024
1 parent a8446b6 commit a2332b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _devportal/scripts/update-index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ for file in "$SRC_DIR"/arc-*.md; do

# Prepare the formatted output for each ARC in an HTML row, adding / to hrefs and keeping ARC number as-is elsewhere
arc_output="<tr>
<td><a href=\"/standards/arcs/$arc_href/\" style='display: block; text-decoration: none; color: inherit;'>$arc</a></td>
<td><a href=\"/standards/arcs/$arc_href/\" style='display: block; text-decoration: none; color: inherit;'>$title</a></td>
<td><a href=\"/standards/arcs/$arc_href/\" style='display: block; text-decoration: none; color: inherit;'>$description</a></td>
<td><a href=\"/standards/arcs/arc-$arc_href/\" style='display: block; text-decoration: none; color: inherit;'>$arc</a></td>
<td><a href=\"/standards/arcs/arc-$arc_href/\" style='display: block; text-decoration: none; color: inherit;'>$title</a></td>
<td><a href=\"/standards/arcs/arc-$arc_href/\" style='display: block; text-decoration: none; color: inherit;'>$description</a></td>
</tr>"

# Group the ARCs by status
Expand Down

0 comments on commit a2332b4

Please sign in to comment.