Skip to content

Commit 5de63a8

Browse files
committed
Merge branch 'production' of github.com:strapi/documentation into production
2 parents 1be3dc3 + 53f12a8 commit 5de63a8

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Diff for: docs/developer-docs/latest/development/backend-customization/routes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = {
124124
},
125125
{ // Path defined with a regular expression
126126
method: 'GET',
127-
path: "/restaurants/:category([a-z]+)", // Only match when the URL parameter is composed of lowercase letters
127+
path: '/restaurants/:category([a-z]+)', // Only match when the URL parameter is composed of lowercase letters
128128
handler: 'restaurant.findByCategory',
129129
}
130130
]

Diff for: docs/developer-docs/latest/update-migration-guides/migration-guides.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Migrations are necessary when upgrades to Strapi include breaking changes. The m
1515

1616
## v4 migration guides
1717

18-
- [Migration guide from 4.0.0+ to 4.0.6](migration-guides/v4/migration-guide-4.0.0+-to-4.0.6.md)
19-
- [Migration guide from 4.0.6+ to 4.1.8](migration-guides/v4/migration-guide-4.0.6+-to-4.1.8.md)
20-
- [Migration guide from 4.1.8+ to 4.1.10](migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.md)
18+
- [Migration guide from 4.0.0+ to 4.0.6](migration-guides/v4/migration-guide-4.0.0-to-4.0.6.md)
19+
- [Migration guide from 4.0.6+ to 4.1.8](migration-guides/v4/migration-guide-4.0.6-to-4.1.8.md)
20+
- [Migration guide from 4.1.8+ to 4.1.10](migration-guides/v4/migration-guide-4.1.8-to-4.1.10.md)
2121

2222
## v3 to v4 migration guides
2323

0 commit comments

Comments
 (0)