-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: parsing algolia records from navigation v2 (#1656)
- Loading branch information
1 parent
ac30a8b
commit 873e41d
Showing
187 changed files
with
463,673 additions
and
14,531 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,3 +67,5 @@ deployment-url.txt | |
|
||
# next.js analysis | ||
analyze | ||
|
||
test-results |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"test": "CI=true turbo test", | ||
"test:update": "CI=true turbo test -- -u", | ||
"playwright:test": "pnpm exec playwright test", | ||
"playwright:build": "turbo --filter='playwright-*' build", | ||
"playwright:build": "turbo --filter='playwright-*' --filter='@fern-ui/local-preview-bundle' build", | ||
"clean": "turbo clean", | ||
"codegen": "turbo codegen", | ||
"compile": "turbo compile", | ||
|
@@ -46,7 +46,6 @@ | |
"@types/http-proxy": "^1.17.15", | ||
"@types/is-ci": "^3.0.4", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/lodash-es": "4.17.12", | ||
"@types/node": "^18.7.18", | ||
"@typescript-eslint/eslint-plugin": "7.3.1", | ||
"@typescript-eslint/parser": "7.3.1", | ||
|
@@ -72,7 +71,6 @@ | |
"js-yaml": "^4.1.0", | ||
"jsonc-parser": "~2.2.1", | ||
"lint-staged": "^13.0.3", | ||
"lodash-es": "^4.17.21", | ||
"organize-imports-cli": "^0.10.0", | ||
"playwright": "^1.47.1", | ||
"prettier": "^3.3.2", | ||
|
@@ -106,6 +104,10 @@ | |
"get-port": "^7.1.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18.18.0", | ||
"pnpm": "9.4.0" | ||
}, | ||
"nextBundleAnalysis": { | ||
"buildOutputDirectory": "packages/ui/docs-bundle/.next", | ||
"budget": 358400, | ||
|
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,256 changes: 628 additions & 628 deletions
1,256
...rc/__test__/output/assemblyai/apiDefinitionKeys-72c824a6-ca97-4592-a585-266e983022de.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.