* Check repository references * Remove "foundRepoNames" that I used to find all the unique names * A little speed up with Set * Ignore a few files * Remove remaining references * Update README.md
12 lines
532 B
YAML
12 lines
532 B
YAML
# Use this variable wherever backticks are necessary
|
|
backticks: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}[hostname]{% endif %}
|
|
|
|
# Use this variable within codeblocks (because it includes HTML! Which only renders in shell codeblocks!)
|
|
codeblock: >-
|
|
{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>hostname</em>{% endif %}
|
|
|
|
# GitHub URL example
|
|
git_url_example: >-
|
|
https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}github.example.com{% endif %}
|