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

Fix formatting of text with octicons - part 3 (#35350)

This commit is contained in:
Artur Kordowski
2024-11-19 17:38:26 +01:00
committed by GitHub
parent 174e9df423
commit 612ecc0579
37 changed files with 59 additions and 59 deletions

View File

@@ -40,11 +40,11 @@ For more information about the search syntax of code search, see "[AUTOTITLE](/s
## Creating and managing saved searches
1. In the top navigation of {% data variables.product.prodname_dotcom %}, click the search bar and type `saved:`.
1. Under the search bar, in the "Saved queries" section, click {% octicon "plus-circle" aria-hidden="true" %} **Manage saved searches**.
1. Under the search bar, in the "Saved queries" section, click **{% octicon "plus-circle" aria-hidden="true" %} Manage saved searches**.
1. In the pop-up window, type both the name you want for your saved search and the query you want to save.
1. To finish creating your saved search, click **Create saved search**.
1. To see your saved search, click the search bar. Your saved search will be in the "Saved queries" section. Clicking on a saved search entry will add the query to the search bar and filter the suggestions accordingly.
1. To manage a saved search, type `saved:` in the search bar, then click {% octicon "plus-circle" aria-hidden="true" %} **Manage saved searches**.
1. To manage a saved search, type `saved:` in the search bar, then click **{% octicon "plus-circle" aria-hidden="true" %} Manage saved searches**.
* To edit a saved search, to the right of the search, click {% octicon "pencil" aria-label="The pencil icon" %}.
* To delete a saved search, to the right of the search, click {% octicon "trash" aria-label="The trash icon" %}.
@@ -65,7 +65,7 @@ Once you start typing a search query, you will see a list of completions and sug
{% else %}
1. On {% data variables.product.prodname_mobile %}, navigate to the main page of a repository.
1. Tap {% octicon "file-code" aria-hidden="true" %} **Code**, then tap the search bar.
1. Tap **{% octicon "file-code" aria-hidden="true" %} Code**, then tap the search bar.
{% data reusables.search.type-code-search-query-step %}
{% endif %}