1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/data/variables/gists.yml
Gabriela Tolosa Ramirez 0dcaa0d18e updating "Viewing your starred gists" (#50433)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Mark Roghelia <mark@roboshark.com>
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
2024-05-08 10:49:27 +00:00

15 lines
1.1 KiB
YAML

gist_homepage: >-
{% ifversion fpt or ghec %}[gist home page](https://gist.github.com/){% else %}gist home page, `http(s)://[hostname]/gist` or `http(s)://gist.[hostname]` if subdomains are enabled{% endif %}
gist_search_url: >-
{% ifversion fpt or ghec %}[Gist Search](https://gist.github.com/search){% else %}Gist Search, `http(s)://[hostname]/gist/search` or `http(s)://gist.[hostname]/search` if subdomains are enabled{% endif %}
discover_url: >-
{% ifversion fpt or ghec %}[Discover](https://gist.github.com/discover){% else %}Discover, `http(s)://[hostname]/gist/discover` or `http(s)://gist.[hostname]/discover` if subdomains are enabled{% endif %}
gist_starred: >-
{% ifversion fpt or ghec %}[Gist starred page](https://gist.github.com/starred){% else %}Gist starred page, `http(s)://[hostname]/gist/starred` or `http(s)://gist.[hostname]/starred` if subdomains are enabled{% endif %}
gist_user_starred: >-
{% ifversion fpt or ghec %}`https://gist.github.com/YOUR_USERNAME/starred`{% else %}`http(s)://[hostname]/gist/YOUR_USERNAME/starred` or `http(s)://gist.[hostname]/YOUR_USERNAME/starred` if subdomains are enabled{% endif %}