Skip to content

Commit cfba7c4

Browse files
Copilotpwwang
andcommitted
Add ENV_VARS.md to mkdocs navigation and link from options page
Co-authored-by: pwwang <[email protected]>
1 parent aa8b40d commit cfba7c4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Options are used to change some behaviors in `datar`.
22

3+
For environment variable configuration (such as controlling verb AST fallback behavior), see [Environment Variables](ENV_VARS.md).
4+
35
## Available options
46

57
### allow_conflict_names

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ nav:
5757
- 'Import datar': 'import.md'
5858
- 'Backends': 'backends.md'
5959
- 'Options': 'options.md'
60+
- 'Environment Variables': 'ENV_VARS.md'
6061
- 'The f-expression': 'f.md'
6162
- 'Data': 'data.md'
6263
- 'Examples':

0 commit comments

Comments
 (0)