Code Placeholders
The type of placeholder you add to code depends on the type of code example you’re including.
curl and Shell Placeholders
When you need to add a placeholder value to a curl or other shell code example:
-
Write the placeholder name in capital letters.
-
Use a
$
before the placeholder name. -
Use underscores (
_
) to separate words.
For example, $DATABASE_NAME
.