Skip to content

Commit

Permalink
Update formulae pages to include Linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
Setland34 committed Jan 29, 2025
1 parent 2799586 commit ba62707
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/formula.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<td></td>
</tr>
{%- endunless -%}
{%- endfor -%}
{%- endfor %}
</table>
{%- endif %}

Expand Down
8 changes: 8 additions & 0 deletions _layouts/formula_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@
{%- endunless -%}
{%- endfor -%}
},
"dependencies": {
"macos": {{ fdata.dependencies.macos | jsonify }},
"linux": {{ fdata.dependencies.linux | jsonify }}
},
"caveats": {
"macos": {{ fdata.caveats.macos | jsonify }},
"linux": {{ fdata.caveats.linux | jsonify }}
},
"generated_date":"{{ "today" | date: "%F" }}"}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ <h2><a href="{{ site.baseurl }}/cask/">Browse all casks</a> or
<a href="{{ site.baseurl }}/cask-font/">cask&nbsp;fonts</a></h2>
<h2><a href="{{ site.baseurl }}/analytics/">Analytics data</a></h2>
<h2><a href="{{ site.baseurl }}/docs/api/">JSON API documentation</a></h2>
<h2><a href="{{ site.baseurl }}/formula-linux/">Browse Linux formulae</a></h2>

0 comments on commit ba62707

Please sign in to comment.