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

Remove content versioned for ghes < 3.12 that caused linter errors and fix warnings for ALT text length (#54791)

This commit is contained in:
Felicity Chapman
2025-03-13 08:25:16 +00:00
committed by GitHub
parent 55868f207e
commit 0c28a9d17a
5 changed files with 17 additions and 40 deletions

View File

@@ -22,7 +22,7 @@ topics:
{% data reusables.search.you-can-search-globally %}
* To search globally across all of {% data variables.product.github %}, type what you're looking for into the search field at the top of any page, and choose "Search all of {% data variables.product.prodname_dotcom %}"{% ifversion fpt or ghec or ghes < 3.12 %} in the search dropdown menu{% endif %}.
* To search globally across all of {% data variables.product.github %}, type what you're looking for into the search field at the top of any page, and choose "Search all of {% data variables.product.prodname_dotcom %}"{% ifversion fpt or ghec or ghes > 3.12 %} in the search dropdown menu{% endif %}.
* To search within a particular repository or organization, navigate to the repository or organization page, type what you're looking for into the search field at the top of the page, and press **Enter**.
{% ifversion code-search-upgrade %}You can also use suggestions and completions in the search bar to quickly find what you need.