1
0
mirror of synced 2025-12-21 02:46:50 -05:00

Deprecate some missed 3.11 content (#54546)

This commit is contained in:
Rachael Sewell
2025-02-24 16:11:52 -08:00
committed by GitHub
parent 02414f195a
commit be8c9c6ebe
16 changed files with 12 additions and 72 deletions

View File

@@ -84,16 +84,6 @@ On the search results view, you can navigate between different types of search r
## Using {% data variables.product.prodname_dotcom %} code search on {% data variables.product.prodname_mobile %}
{% ifversion global-code-search-mobile %}On {% data variables.product.prodname_mobile %}, you can use code search directly from the search bar in the home screen.{% else %} On {% data variables.product.prodname_mobile %}, you can navigate to a repository and use code search on the code in that repository.{% endif %} Code search on {% data variables.product.prodname_mobile %} uses the same syntax as code search on {% data variables.product.prodname_dotcom %}. For more information, see [AUTOTITLE](/search-github/github-code-search/about-github-code-search#limitations).
{% ifversion global-code-search-mobile %}
On {% data variables.product.prodname_mobile %}, you can use code search directly from the search bar in the home screen. Code search on {% data variables.product.prodname_mobile %} uses the same syntax as code search on {% data variables.product.prodname_dotcom %}. For more information, see [AUTOTITLE](/search-github/github-code-search/about-github-code-search#limitations).
Once you start typing a search query, you will see a list of completions and suggestions that match your query. You can click on a suggestion to jump to a specific location. As you type more qualifiers, you will see more specific suggestions, such as code files you can jump to directly.
{% 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.
{% data reusables.search.type-code-search-query-step %}
{% endif %}