mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
8
docs/content/en/getting-started/glossary/scratch-pad.md
Normal file
8
docs/content/en/getting-started/glossary/scratch-pad.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: scratch pad
|
||||
---
|
||||
|
||||
Conceptually, a [map](g) with [methods](g) to set, get, update, and delete values. Attach the data structure to a `Page` or `Site` object using the [`Store`] method, or create a locally scoped scratch pad using the [`newScratch`] function.
|
||||
|
||||
[`Store`]: /methods/page/store/
|
||||
[`newScratch`]: /functions/collections/newscratch/
|
Reference in New Issue
Block a user