docs: Add append flag to documentation

This commit is contained in:
Tom Moor
2019-06-13 23:38:57 -07:00
parent 7dfe8785a2
commit 86b2dbf5c8

View File

@ -337,6 +337,15 @@ export default function Api() {
</span> </span>
} }
/> />
<Argument
id="append"
description={
<span>
Pass <Code>true</Code> to append the text parameter to the
end of the document rather than replace.
</span>
}
/>
<Argument <Argument
id="autosave" id="autosave"
description={ description={
@ -351,7 +360,7 @@ export default function Api() {
description={ description={
<span> <span>
Pass <Code>true</Code> to signify the end of an editing Pass <Code>true</Code> to signify the end of an editing
session. This will trigger documents.update hooks. session. This will trigger update notifications.
</span> </span>
} }
/> />