Update docs

Remove extra API request after document.update
Cleanup
This commit is contained in:
Tom Moor
2018-05-07 22:08:47 -07:00
parent 67f2b3cce4
commit ba0a7b7f4a
7 changed files with 56 additions and 20 deletions

View File

@@ -425,7 +425,25 @@ export default function Pricing() {
id="publish"
description={
<span>
Pass <code>true</code> to publish a draft
Pass <code>true</code> to publish a draft.
</span>
}
/>
<Argument
id="autosave"
description={
<span>
Pass <code>true</code> to signify an autosave. This skips
creating a revision.
</span>
}
/>
<Argument
id="done"
description={
<span>
Pass <code>true</code> to signify the end of an editing
session. This will trigger documents.update hooks.
</span>
}
/>