Add related-words to furnace.actions docs
parent
311487e5e7
commit
710ce74512
|
@ -1,6 +1,6 @@
|
||||||
USING: assocs classes help.markup help.syntax io.streams.string
|
USING: assocs classes help.markup help.syntax io.streams.string
|
||||||
http http.server.dispatchers http.server.responses
|
http http.server.dispatchers http.server.responses
|
||||||
furnace.redirection strings multiline ;
|
furnace.redirection strings multiline html.forms ;
|
||||||
IN: furnace.actions
|
IN: furnace.actions
|
||||||
|
|
||||||
HELP: <action>
|
HELP: <action>
|
||||||
|
@ -74,6 +74,8 @@ HELP: validate-params
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
{ validate-params validate-values } related-words
|
||||||
|
|
||||||
HELP: validation-failed
|
HELP: validation-failed
|
||||||
{ $description "Stops processing the current request and takes action depending on the type of the current request:"
|
{ $description "Stops processing the current request and takes action depending on the type of the current request:"
|
||||||
{ $list
|
{ $list
|
||||||
|
|
Loading…
Reference in New Issue