Skip to content

Commit 2fd5dc3

Browse files
Uncommented evaldoccloader
1 parent 999108e commit 2fd5dc3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

mkdocs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,17 @@ plugins:
138138
- git-revision-date-localized:
139139
fallback_to_build_date: true
140140
- macros
141-
#- evaldocsloader:
142-
# enabled: !ENV [ENABLE_EVALDOCS, true]
143-
# functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
144-
# api_key:
145-
# !ENV [
146-
# API_KEY,
147-
# "WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV",
148-
# ]
149-
# dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"]
150-
# user_section: ["Teachers", "Reference", "Evaluation Functions"]
151-
# github_token: !ENV [GITHUB_TOKEN, ""]
141+
- evaldocsloader:
142+
enabled: !ENV [ENABLE_EVALDOCS, true]
143+
functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
144+
api_key:
145+
!ENV [
146+
API_KEY,
147+
"WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV",
148+
]
149+
dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"]
150+
user_section: ["Teachers", "Reference", "Evaluation Functions"]
151+
github_token: !ENV [GITHUB_TOKEN, ""]
152152

153153
# Extra variables, accessible within markdown pages
154154
extra:

0 commit comments

Comments
 (0)