Skip to content

Commit e2be704

Browse files
Peter JohnsonPeter Johnson
authored andcommitted
uncomment evaldocsloader plugin
1 parent dacc50e commit e2be704

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

mkdocs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,17 @@ plugins:
146146
- git-revision-date-localized:
147147
fallback_to_build_date: true
148148
- macros
149-
# - evaldocsloader:
150-
# enabled: !ENV [ENABLE_EVALDOCS, true]
151-
# functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
152-
# api_key:
153-
# !ENV [
154-
# API_KEY,
155-
# "WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV",
156-
# ]
157-
# dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"]
158-
# user_section: ["Teachers", "Reference", "Evaluation Functions"]
159-
# github_token: !ENV [GITHUB_TOKEN, ""]
149+
- evaldocsloader:
150+
enabled: !ENV [ENABLE_EVALDOCS, true]
151+
functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
152+
api_key:
153+
!ENV [
154+
API_KEY,
155+
"WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV",
156+
]
157+
dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"]
158+
user_section: ["Teachers", "Reference", "Evaluation Functions"]
159+
github_token: !ENV [GITHUB_TOKEN, ""]
160160

161161
# Extra variables, accessible within markdown pages
162162
extra:

0 commit comments

Comments
 (0)