"Create lists" public beta (#23466)
* First wave of content * Revise first draft * Smoother intro * Add images * Fundamentals * Trigger new build * Apply suggestions from code review Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review * Add new image * More context on searching for the complexity of the UI * UI update * Add public beta note Co-authored-by: “jmarlena” <“jmarlena@github.com”> Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
This commit is contained in:
@@ -40,9 +40,71 @@ Starring a repository is a simple two-step process.
|
||||
1. Optionally, to unstar a previously starred repository, click **Unstar**.
|
||||

|
||||
|
||||
## Searching stars
|
||||
{% ifversion fpt or ghec %}
|
||||
## Organizing starred repositories with lists
|
||||
|
||||
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
|
||||
{% note %}
|
||||
|
||||
**Note:** Lists are currently in public beta and subject to change.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
Curate repositories that you've starred with public lists. You can create public lists that appear on your stars page at `https://github.com/USERNAME?tab=stars`.
|
||||
|
||||
If you add a private repository to a list, then the private repository will only appear in your list for people with `read` access to the repository.
|
||||
|
||||

|
||||
|
||||
You can add a repository to an existing or new list wherever you see a repository's **Star** or **Starred** dropdown menu, whether on a repository page or in a list of starred repositories.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
### 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**.
|
||||

|
||||
|
||||
### Adding a repository to a list
|
||||
|
||||
{% data reusables.stars.stars-page-navigation %}
|
||||
2. Find the repository you want to add to your list.
|
||||

|
||||
3. Next to the repository you want to add, use the **Starred** dropdown menu and select your list.
|
||||

|
||||
|
||||
### 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** dropdown menu and deselect your list.
|
||||

|
||||
|
||||
### 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**.
|
||||

|
||||
|
||||
### 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**.
|
||||
|
||||
{% endif %}
|
||||
|
||||
## Searching starred repositories and topics
|
||||
|
||||
You can use the search bar on your {% data variables.explore.your_stars_page %} to quickly find repositories and topics you've starred.
|
||||
|
||||
1. Go to your {% data variables.explore.your_stars_page %}.
|
||||
1. Use the search bar to find your starred repositories or topics by their name.
|
||||
@@ -50,7 +112,7 @@ You can use the search bar on your {% data variables.explore.your_stars_page %}
|
||||
|
||||
The search bar only searches based on the name of a repository or topic, and not on any other qualifiers (such as the size of the repository or when it was last updated).
|
||||
|
||||
## Sorting and filtering stars
|
||||
## Sorting and filtering stars on your stars page
|
||||
|
||||
You can use sorting or filtering to customize how you see starred repositories and topics on your stars page.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user