mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 13:58:05 +00:00
Gabriel Arazas
f7e2b3a2b7
Asciidoctor already handles the caching so we don't really need to. On the plus side, it gives some choice whether the pipeline should have a cache or not. |
||
---|---|---|
.. | ||
extension.rb | ||
README.adoc |
Table of Contents
A shorthand for linking applications from FlatHub.
Synopsis
flathub:$APP_ID[$CAPTION]
Where…
-
$APP_ID
is the application ID of the program on Flathub. -
$CAPTION
is the link text to be used. By default, it will get the appstream metadata from FlatHub and use the display name. Take note it creates an additional network request to get the name.
Example usage
-
flathub:org.gnome.design.IconLibrary[]
links to the FlatHub page of GNOME Icon Library withIcon Library
as the link text. -
flathub:org.gnome.design.IconLibrary[GNOME Icon Library]
is the same as the previous list item but with its link text replaced withGNOME Icon Library
.