Update content-adapters.md

This commit is contained in:
Bjørn Erik Pedersen 2024-05-14 22:15:59 +02:00 committed by GitHub
parent c39aa4e258
commit cbb2294e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ Returns the `Site` to which the pages will be added.
###### Store ###### Store
Creates a persistent “scratch pad” to store and manipulate data. See [examples](/methods/page/store/). Returns a persistent “scratch pad” to store and manipulate data. The main use case for this is to transfer values between executions when [EnableAllLanguages](#enablealllanguages) is set. See [examples](/methods/page/store/).
{{< code file=content/books/_content.gotmpl >}} {{< code file=content/books/_content.gotmpl >}}
{{ .Store.Set "key" "value" }} {{ .Store.Set "key" "value" }}