mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC: fix accidentally nested info box
The code block was closed on the wrong side of the info box, causing it to not render correctly.
This commit is contained in:
parent
ea136a55b8
commit
eca656ffeb
@ -35,11 +35,11 @@ The task that generates the schema code is `build-schema`. It takes a parameter
|
||||
|
||||
Keep in mind that many of your changes will be in YAML, which also requires a flush.
|
||||
|
||||
`$ vendor/bin/sake dev/graphql/build schema=default flush=1
|
||||
`$ vendor/bin/sake dev/graphql/build schema=default flush=1`
|
||||
|
||||
[info]
|
||||
If you do not provide a `schema` parameter, the task will build all schemas.
|
||||
[/info]`
|
||||
[/info]
|
||||
|
||||
### Building on dev/build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user