forked from filipg/gonito
Info on links in gonito.yamls
This commit is contained in:
parent
586413b138
commit
74440c2587
@ -166,7 +166,7 @@ $maybe token <- mToken
|
|||||||
<li>description taken from the first paragraph
|
<li>description taken from the first paragraph
|
||||||
<li>tags taken from a line starting with <tt>tags:</tt>
|
<li>tags taken from a line starting with <tt>tags:</tt>
|
||||||
|
|
||||||
<p>Here is an example of <tt>gonito.yaml</tt>, in which all metadata could be given:
|
<p>Here is an example of <tt>gonito.yaml</tt>, in which all metadata could be given (note that you can also add links to external resources using the `links` section):
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
description: This my brilliant solution
|
description: This my brilliant solution
|
||||||
@ -182,5 +182,11 @@ $maybe token <- mToken
|
|||||||
param-files:
|
param-files:
|
||||||
\ - "*.yaml"
|
\ - "*.yaml"
|
||||||
\ - config/*.yaml
|
\ - config/*.yaml
|
||||||
|
links:
|
||||||
|
\ - title: "Some external link"
|
||||||
|
\ url: "https://example.com/foo-bar-baz-123"
|
||||||
|
\ - title: "Yet another link"
|
||||||
|
\ url: "https://example.org/xyz"
|
||||||
|
\ - url: "https://example.net/bare-link-without-text"
|
||||||
|
|
||||||
<p>It might seem a little bit complicated, but you could simply use the method which is the most convenient for you.
|
<p>It might seem a little bit complicated, but you could simply use the method which is the most convenient for you.
|
||||||
|
Loading…
Reference in New Issue
Block a user