You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ process.memory = '10G'
90
90
includeConfig 'path/foo.config'
91
91
```
92
92
93
-
When a relative path is used, it is resolved against the location of the including file.
93
+
Relative paths are resolved against the location of the including file.
94
94
95
95
:::{note}
96
96
Config includes can also be specified within config blocks. However, config files should only be included at the top level or in a [profile](#config-profiles) so that the included config file is valid on its own and in the context in which it is included.
0 commit comments