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>
This commit is contained in:
Gabriela Tolosa Ramirez 2024-05-08 04:49:27 -06:00 коммит произвёл GitHub
Родитель 48a025deec
Коммит 0dcaa0d18e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 14 добавлений и 1 удалений

Двоичные данные
assets/images/help/gist/view-starred-gists.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 34 KiB

Просмотреть файл

@ -19,7 +19,17 @@ You can star a gist to add it to the "Starred" page. Starring makes it easy to f
## Viewing your starred gists
Starring makes it easy to find a gist again later. You can see all the gists starred by going to your {% data variables.gists.gist_starred %}.
Starring makes it easy to find a gist again later. You can see all the gists you've starred by navigating to {% data variables.gists.gist_user_starred %}.
Alternatively, follow the steps in the procedure.
1. Navigate to your {% data variables.gists.gist_homepage %}.
1. In the top right corner, click your profile picture.
1. From the dropdown menu, select **Starred gists**.
![Screenshot of a user's account menu. The menu item "Starred gists" is outlined in dark orange.](/assets/images/help/gist/view-starred-gists.png)
You can see all recently starred gists from other users by going to the {% data variables.gists.gist_starred %}.
## Further reading

Просмотреть файл

@ -9,3 +9,6 @@ discover_url: >-
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 %}