Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

command_line.yml 532 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. # Use this variable wherever backticks are necessary
  2. backticks: >-
  3. {% if currentVersion == "free-pro-team@latest" %}github.com{% else %}[hostname]{% endif %}
  4. # Use this variable within codeblocks (because it includes HTML! Which only renders in shell codeblocks!)
  5. codeblock: >-
  6. {% if currentVersion == "free-pro-team@latest" %}github.com{% else %}<em>hostname</em>{% endif %}
  7. # GitHub URL example
  8. git_url_example: >-
  9. https://{% if currentVersion == "free-pro-team@latest" %}github.com{% else %}github.example.com{% endif %}
Tip!

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

Comments

Loading...