* dedicated search results page (redux)
* Update SearchResults.tsx
* adding pagination
* fix pagination
* say something on NoQuery
* better Flash
* tidying link
* small fixes for results
* debug info
* l18n the meta info
* inDebugMode
* basic jest rendering of the skeleton page
* basic jest rendering test
* fix content tests
* better document title
* fix tests
* quote query in page title
* use home page sidebar
* something when nothing is found
* parseInt no longer needs the 10
* fix linting tests
* fix test
* prettier
* Update pages/search.tsx
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Closes https://github.com/github/docs-engineering/issues/1167
This change prevents the `crowdin/github-action` from downloading
translations in German, Russian, and Korean since we have never
officially supported those languages.
Related to #128
- Prettier to fix indenting/quoting across files
- Manually adjust list styles to "-" style
- Ignore all translated files from automated formatting
- Drop redundant CI env variable
* update Actions workflow to use crowdin.yml for config
* no need for this comment; CODEOWNERS will now trigger a ping
* add a comment about why we need a custom PAT
* update Crowdin branch names
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>