Fix unordered list indentation (#37391)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> Co-authored-by: Laura Coursen <lecoursen@github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -21,11 +21,11 @@ Code search is integrated with features in the search interface on {% data varia
|
||||
We have indexed many public repositories for code search, and continue to index more. Additionally, the private repositories of {% data variables.product.prodname_dotcom%} users are indexed and searchable by those that already have access to those private repositories on {% data variables.product.prodname_dotcom_the_website %}. However, very large repositories may not be indexed at this time, and not all code is indexed.
|
||||
|
||||
The current limitations on indexed code are:
|
||||
- Vendored and generated code is excluded
|
||||
- Empty files and files over 350 KiB are excluded
|
||||
- Lines over 1,024 characters long are truncated
|
||||
- Only UTF-8 encoded files are included
|
||||
- Very large repositories may not be indexed
|
||||
- Vendored and generated code is excluded
|
||||
- Empty files and files over 350 KiB are excluded
|
||||
- Lines over 1,024 characters long are truncated
|
||||
- Only UTF-8 encoded files are included
|
||||
- Very large repositories may not be indexed
|
||||
|
||||
We currently only support searching for code on the default branch of a repository.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user