Skip to content

Commit

Permalink
Add descriptions from dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwickham committed Jun 10, 2024
1 parent 3d09d4a commit 4ed82dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/advanced/environment-vars.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ ENV["QUARTO_DOCUMENT_PATH"]
:::


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


0 comments on commit 4ed82dd

Please sign in to comment.