Skip to content

Commit 46fa633

Browse files
authored
Merge pull request #107 from Howriq/quick-fixes
bolds and clickables
2 parents 82345b6 + 94340a4 commit 46fa633

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

docs/book/v6/extended-features/handler-structure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ In this way, the developer can easily figure out the functionality of each handl
3838

3939
## Mapping of the handlers
4040

41-
The full mapping of the handlers and their current paths and actions can be found [here](https://docs.dotkernel.org/img/api/naming-convention.png).
42-
![naming-convention-thumbnail](https://docs.dotkernel.org/img/api/naming-convention-thumbnail.png)
41+
The full mapping of the handlers and their current paths and actions can be found [**here**](https://docs.dotkernel.org/img/api/naming-convention.png).
42+
43+
[![naming-convention-thumbnail](https://docs.dotkernel.org/img/api/naming-convention-thumbnail.png)](https://docs.dotkernel.org/img/api/naming-convention.png)

docs/book/v6/extended-features/route-grouping.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $routeCollector->group('/user/' . $uuid)
2323

2424
The advantages of this new implementation:
2525

26-
- DRY - no need for repeating common route parts
27-
- encapsulation - similar routes are grouped in a single block of code (vs each route a separate statement)
28-
- easy path refactoring - modify all routes at once by changing only the prefix
29-
- easy copying/moving - copying/moving an entire group makes sure that you don't accidentally omit a route
26+
- **DRY**- no need for repeating common route parts
27+
- **encapsulation** - similar routes are grouped in a single block of code (vs each route a separate statement)
28+
- **easy path refactoring** - modify all routes at once by changing only the prefix
29+
- **easy copying/moving** - copying/moving an entire group makes sure that you don't accidentally omit a route

docs/book/v6/upgrading/UPGRADE-6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UPGRADE FROM 5.* TO 6.0 (WORK IN PROGRESS)
1+
# UPGRADE FROM 5.x TO 6.0 (WORK IN PROGRESS)
22

33
-------------------------
44

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ nav:
4141
- "Core and App": v6/extended-features/core-and-app.md
4242
- "New Handler Structure": v6/extended-features/handler-structure.md
4343
- "Route Grouping": v6/extended-features/route-grouping.md
44+
- "Problem Details": v6/extended-features/problem-details.md
4445
- Commands:
4546
- "Create admin account": v6/commands/create-admin-account.md
4647
- "Generate database migrations": v6/commands/generate-database-migrations.md

0 commit comments

Comments
 (0)