Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
121 additions
and 506 deletions.
- +0 β2 .env.example
- +4 β0 .github/workflows/browser-test.yml
- +0 β2 .github/workflows/dry-run-sync-search-indices.yml
- +67 β10 .github/workflows/sync-search-indices.yml
- +9 β2 .github/workflows/sync-single-english-index.yml
- +3 β0 .github/workflows/triage-unallowed-contributions.yml
- +0 β1 .gitignore
- +1 β1 components/Search.tsx
- +2 β2 components/page-header/Header.tsx
- +9 β7 contributing/search.md
- +0 β31 lib/search/algolia-search.js
- +1 β1 middleware/csp.js
- +6 β6 middleware/search.js
- +0 β273 package-lock.json
- +0 β1 package.json
- +1 β1 script/README.md
- +0 β10 script/search/algolia-client.js
- +0 β15 script/search/algolia-get-remote-index-names.js
- +0 β94 script/search/algolia-search-index.js
- 0 script/search/lunr-search-index.js
- +4 β17 script/search/sync.js
- +10 β26 tests/browser/browser.js
- +3 β1 tests/meta/repository-references.js
- +0 β2 tests/rendering/server.js
- +1 β1 tests/routing/deprecated-enterprise-versions.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,3 +1 @@ | ||
| ALLOW_TRANSLATION_COMMITS= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -26,7 +26,5 @@ jobs: | ||
| run: npm run build | ||
| - name: (Dry run) sync indices | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| run: npm run sync-search-dry-run | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,3 @@ | ||
| .search-cache | ||
| .DS_Store | ||
| .env | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.