Skip to content

Commit 5336cf0

Browse files
Peter JohnsonPeter Johnson
authored andcommitted
fix mkdocs.yml
1 parent 317db3b commit 5336cf0

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
@@ -149,17 +149,17 @@ plugins:
149149
- git-revision-date-localized:
150150
fallback_to_build_date: true
151151
- macros
152-
- evaldocsloader:
153-
enabled: !ENV [ENABLE_EVALDOCS, true]
154-
functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
155-
api_key:
156-
!ENV [
157-
API_KEY,
158-
"WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV",
159-
]
160-
dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"]
161-
user_section: ["Teachers", "Reference", "Evaluation Functions"]
162-
github_token: !ENV [GITHUB_TOKEN, ""]
152+
- evaldocsloader:
153+
enabled: !ENV [ENABLE_EVALDOCS, true]
154+
functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered"
155+
api_key:
156+
!ENV [
157+
API_KEY,
158+
"WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV",
159+
]
160+
dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"]
161+
user_section: ["Teachers", "Reference", "Evaluation Functions"]
162+
github_token: !ENV [GITHUB_TOKEN, ""]
163163

164164
# Extra variables, accessible within markdown pages
165165
extra:

0 commit comments

Comments
 (0)