chore(ui): make link clickable (#3643)
* chore(ui): make link clickable * both * Update templates/questions/documentation.yaml * Update templates/questions/documentation.yaml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
- variable: docs
|
- variable: docs
|
||||||
group: Documentation
|
group: Documentation
|
||||||
label: "Please read the documentation at https://truecharts.org"
|
label: Please read the documentation at <a href="https://truecharts.org">https://truecharts.org</a>
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
default: true
|
default: true
|
||||||
- variable: donateNag
|
- variable: donateNag
|
||||||
group: Documentation
|
group: Documentation
|
||||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
label: Please consider supporting TrueCharts, see: <a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
|||||||
Reference in New Issue
Block a user