Skip to content

Commit bcc19c8

Browse files
Peter JohnsonPeter Johnson
authored andcommitted
evaldocs env variable
1 parent 6aafb9f commit bcc19c8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/releases/major_releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ The workspace has a 'chat' pane where users chat with a bot that has access to t
2626
### New content editor
2727

2828
'Lexdown', a markdown-first version of Meta's [lexical](https://lexical.dev/). As well as a more robust general component, this upgrade allows users to:
29+
2930
- Resize images
3031
- Edit raw markdown
3132
- Preview latex including when it doesn't compile (with errors in red)
3233
- Improved table capabilities
3334

3435
### User tags
36+
3537
- Tag users within a module ('module tag'), to allow grouping and filtering
3638
- Tag users across modules ('global tag'), to allow user-orientated analytics (e.g. for pastoral care)
3739

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ plugins:
138138
fallback_to_build_date: true
139139
- macros
140140
- evaldocsloader:
141+
enabled: !ENV [ENABLE_EVALDOCS, false]
141142
functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
142143
api_key:
143144
!ENV [

0 commit comments

Comments
 (0)