Skip to content

Commit 4ed82dd

Browse files
committed
Add descriptions from dev docs
1 parent 3d09d4a commit 4ed82dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/advanced/environment-vars.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ ENV["QUARTO_DOCUMENT_PATH"]
5050
:::
5151

5252

53-
| Variable | Description |
54-
|---------------------------|-------------|
55-
| `QUARTO_PROJECT_ROOT` | |
56-
| `QUARTO_DOCUMENT_PATH` | |
57-
| | |
53+
| Variable | Description |
54+
|------------------------|------------------------------------------------------------------------------------------------------------|
55+
| `QUARTO_PROJECT_ROOT` | Root of the project, or the directory of the file if not in project mode |
56+
| `QUARTO_DOCUMENT_PATH` | Directory of the document being rendered |
57+
| `QUARTO_PROFILE` | Profile used, e.g `QUARTO_PROFILE=advanced,production` for `quarto render --profile advanced,production` |
5858

5959

0 commit comments

Comments
 (0)