Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Sarah Schneider 7b2ffb5eb7
rename action_code_examples.yml to actions_code_examples.yml so we can get it by product id
4 years ago
..
26a528a645
typo: accesible -> accessible
4 years ago
2db9da5c8f
[DO NOT MERGE] GitHub AE consumables beta megabranch (#17620)
4 years ago
7b2ffb5eb7
rename action_code_examples.yml to actions_code_examples.yml so we can get it by product id
4 years ago
11d8e415da
Check repository references (#16680)
4 years ago
e4ac26882a
address last comment
4 years ago
3df90fc9b8
Hello git history spelunker!
4 years ago
754ceda517
[Universe] Discussions Public Beta (#16547)
4 years ago
3df90fc9b8
Hello git history spelunker!
4 years ago
3df90fc9b8
Hello git history spelunker!
4 years ago
4baf1216e4
Make public projects boards and gists internal for AE (#17247)
4 years ago
3df90fc9b8
Hello git history spelunker!
4 years ago
caaee7a124
Update all files to use `{% data %}` (#15253)
4 years ago
3df90fc9b8
Hello git history spelunker!
4 years ago
d2eaff2d34
[March 24] Security overview beta (#18341)
4 years ago
f0223b5a8b
[GHES 3.0] GA release (#17818)
4 years ago
dc5b6f2670
Remove unused assets post-migration (#15824)
4 years ago

README.md

You have to be logged in to leave a comment. Sign In

Variables

Variables are short strings of reusable text.

The YAML files in this directory each contain multiple variables.

The path, filename, and keys within each YAML file determine what its path will be in the data object.

For example, given a file data/variables/foo/bar.yml:

# multiple short strings in one file
meaning_of_life: 42

# and they can be nested if needed
nested:
  values:
    too: Yes!

Its values would be accessible as:

{% data foo.bar.meaning_of_life %}

{% data foo.bar.nested.values.too %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...