Skip to content

Commit

Permalink
format edit (github#18308)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Mar 18, 2021
1 parent ea62412 commit 48623dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To see all existing search-related issues and pull requests, visit [github.com/g

The site search is part of every version of docs.github.com. This endpoint responds in JSON format, and fronts Algolia and Lunr. We recommend using this endpoint over directly integrating with Algolia or Lunr, as the endpoint will be more stable. On any page, you can use the search box to search the documents we've indexed.
You can also query our search endpoint directly at:
https://docs.github.com/search?version=<VERSION>&language=<LANGUAGE CODE>&filters=topics:<TOPIC>&query=<QUERY>
`https://docs.github.com/search?version=<VERSION>&language=<LANGUAGE CODE>&filters=topics:<TOPIC>&query=<QUERY>`

- The VERSION can be any numbered GitHub Enterprise Server version (e.g., `2.22`, `3.0`), GitHub AE (`ghae`), or the Free pro team plan (`dotcom`).
- The LANGUAGE CODE can be: `cn`, `de`, `en`, `es`, `ja`, or `pt`.
Expand Down

0 comments on commit 48623dc

Please sign in to comment.