1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix ordered lists to only use 1. (#38283)

Co-authored-by: Rachael Sewell <rachmari@github.com>
This commit is contained in:
Grace Park
2023-06-26 16:25:04 -07:00
committed by GitHub
parent d7e76b3ee5
commit 1dfa5c251e
554 changed files with 1938 additions and 1930 deletions

View File

@@ -23,12 +23,12 @@ You can unfollow an organization if you do not wish to see their {% ifversion fp
## Unfollowing an organization on {% data variables.product.product_name %}
1. Go to the organization page you want to unfollow.
2. In the top-right corner, click **Unfollow**.
1. In the top-right corner, click **Unfollow**.
## Viewing people and organizations a user follows on {% data variables.product.product_name %}
{% data reusables.profile.navigate-to-user-profile %}
2. Under the user's profile picture, click **following**.
1. Under the user's profile picture, click **following**.
![Screenshot of the sidebar of @octocat's profile page. A link, labeled "9 following", is outlined in dark orange.](/assets/images/help/profile/user-profile-following.png)

View File

@@ -69,36 +69,36 @@ You can add a repository to an existing or new list wherever you see a repositor
### Creating a list
{% data reusables.stars.stars-page-navigation %}
2. Next to "Lists", click **Create list**.
3. Enter a name and description for your list and click **Create**.
1. Next to "Lists", click **Create list**.
1. Enter a name and description for your list and click **Create**.
### Adding a repository to a list
{% data reusables.stars.stars-page-navigation %}
2. Find the repository you want to add to your list by typing it into the search bar.
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
1. Find the repository you want to add to your list by typing it into the search bar.
1. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
![Screenshot of a list of repositories on the "Stars" page. Next to a repository, under the "Starred" button, a dropdown menu is outlined in orange.](/assets/images/help/stars/add-repo-to-list.png)
### Removing a repository from your list
{% data reusables.stars.stars-page-navigation %}
2. Select your list.
3. Next to the repository you want to remove, use the **Starred** drop-down menu and deselect your list.
1. Select your list.
1. Next to the repository you want to remove, use the **Starred** drop-down menu and deselect your list.
![Screenshot of a list of repositories on the "Stars" page. Next to a repository, under the "Starred" button, a dropdown menu is outlined in orange.](/assets/images/help/stars/add-repo-to-list.png)
### Editing a list name or description
{% data reusables.stars.stars-page-navigation %}
1. Select the list you want to edit.
2. Click **Edit list**.
3. Update the name or description and click **Save list**.
1. Click **Edit list**.
1. Update the name or description and click **Save list**.
### Deleting a list
{% data reusables.stars.stars-page-navigation %}
2. Select the list you want to delete.
3. Click **Delete list**.
4. To confirm, click **Delete**.
1. Select the list you want to delete.
1. Click **Delete list**.
1. To confirm, click **Delete**.
{% endif %}