Skip to content

Commit 914ea6a

Browse files
committed
fix redirects
1 parent bf85b6e commit 914ea6a

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

netlify.toml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -12,50 +12,3 @@ status = 301
1212
from = "/docs/getting-started/change-log"
1313
to = "/docs/migration-guides/from-automock"
1414
status = 301
15-
16-
# Google Search Console 404s (Nov 2025)
17-
[[redirects]]
18-
from = "/docs/overview/examples"
19-
to = "/docs/get-started/quickstart"
20-
status = 301
21-
22-
[[redirects]]
23-
from = "/docs/extras/identical-injections"
24-
to = "/docs/guides/adapters/identifiers"
25-
status = 301
26-
27-
[[redirects]]
28-
from = "/docs/category/di-framework-adapters"
29-
to = "/docs/guides/adapters"
30-
status = 301
31-
32-
# High-traffic redirects (from analytics)
33-
[[redirects]]
34-
from = "/docs/overview/quickstart"
35-
to = "/docs/get-started/quickstart"
36-
status = 301
37-
38-
[[redirects]]
39-
from = "/docs/overview/installation"
40-
to = "/docs/get-started/installation"
41-
status = 301
42-
43-
[[redirects]]
44-
from = "/docs/developer-guide/unit-tests/suites-api"
45-
to = "/docs/api-reference"
46-
status = 301
47-
48-
[[redirects]]
49-
from = "/docs/developer-guide/unit-tests/solitary"
50-
to = "/docs/guides/solitary"
51-
status = 301
52-
53-
[[redirects]]
54-
from = "/docs/developer-guide/unit-tests/sociable"
55-
to = "/docs/guides/sociable"
56-
status = 301
57-
58-
[[redirects]]
59-
from = "/docs/overview/problems-solved"
60-
to = "/docs/get-started/why-suites"
61-
status = 301

0 commit comments

Comments
 (0)