Skip to content

Commit 0040b36

Browse files
author
riccardodallavia
committed
UPDATE documentation
1 parent e0a4656 commit 0040b36

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,30 +94,30 @@ public function fields(NovaRequest $request)
9494

9595
## Available Actions
9696

97-
- [`MoveOrderDownAction`](#moveorderdown)
98-
- [`MoveToEndAction`](#movetoend)
99-
- [`MoveOrderUpAction`](#moveorderup)
100-
- [`MoveToStartAction`](#movetostart)
97+
- [`MoveOrderDownAction`](#moveorderdownaction)
98+
- [`MoveToEndAction`](#movetoendaction)
99+
- [`MoveOrderUpAction`](#moveorderupaction)
100+
- [`MoveToStartAction`](#movetostartaction)
101101

102-
### MoveOrderDown
102+
### MoveOrderDownAction
103103

104104
The `MoveOrderDownAction` inline action moves the given model down by a single position.
105105

106106
The action is automatically hidden when the model is already in the last position.
107107

108-
### MoveToEnd
108+
### MoveToEndAction
109109

110110
The `MoveToEndAction` inline action moves the given model to the last position.
111111

112112
The action is automatically hidden when the model is already in the last position.
113113

114-
### MoveOrderUp
114+
### MoveOrderUpAction
115115

116116
The `MoveOrderUpAction` inline action moves the given model up by a single position.
117117

118118
The action is automatically hidden when the model is already in the first position.
119119

120-
### MoveToStart
120+
### MoveToStartAction
121121

122122
The `MoveToStartAction` inline action moves the given model to the first position.
123123

0 commit comments

Comments
 (0)