Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Meg Bird f0223b5a8b
[GHES 3.0] GA release (#17818)
4 years ago
..
26a528a645
typo: accesible -> accessible
4 years ago
eb621f71f5
Change Github -> GitHub in yml file
4 years ago
11d8e415da
Check repository references (#16680)
4 years ago
92740f68d7
chore: Add Prettier for Yaml formatting
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
38f399fdaa
Version API URL reusables for GHAE (#17674)
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...