Commit d784f63
authored
### Description
Replaces the `turbo.build/repo/docs` path to `turbo.build/docs` now that
we have moved the documentation for Turbopack to a different place.
### Testing Instructions
A bit tough to review, I apologize. I can break this up into smaller PRs
if we wish (since redirects will be in place for the old path pattern).
1 parent f954482 commit d784f63
File tree
169 files changed
+947
-958
lines changed- crates
- turborepo-env/src
- turborepo-lib/src
- cli
- commands
- config
- turborepo-telemetry
- src
- docs
- link-checker/src
- site
- app
- (openapi)/repo
- (sidebar)
- docs/[[...slug]]
- _components
- components
- remote-cache-counter
- content
- blog
- repo-docs
- core-concepts
- crafting-your-repository
- getting-started
- guides
- ci-vendors
- frameworks
- tools
- messages
- reference
- lib
- examples
- basic
- apps
- docs/app
- web/app
- packages/ui/turbo/generators
- kitchen-sink
- non-monorepo
- with-berry
- with-gatsby
- with-nestjs
- apps/api/src/links
- packages/ui/turbo/generators
- with-npm
- apps
- docs/app
- web/app
- packages/ui/turbo/generators
- with-prisma
- with-shell-commands
- apps/app-a
- with-solid
- with-tailwind/apps
- docs/app
- web/app
- with-typeorm
- apps
- docs/app
- web/app
- packages/ui/turbo/generators
- with-vitest
- apps
- docs/app
- web/app
- packages/ui/turbo/generators
- with-vue-nuxt
- packages/ui/src
- with-yarn
- apps
- docs/app
- web/app
- packages/ui/turbo/generators
- packages
- eslint-plugin-turbo/docs/rules
- turbo-gen
- src
- generators
- templates
- simple-js/templates
- simple-ts/templates
- turbo-telemetry
- src
- turbo-types
- schemas
- src/types
- turbo-vsc/src
- turbo
- turborepo-tests/integration
- fixtures/turbo_trace
- tests
- inference
- run
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
169 files changed
+947
-958
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments