diff --git a/docs/config-file.md b/docs/config-file.md index ba8a57883..713df350a 100644 --- a/docs/config-file.md +++ b/docs/config-file.md @@ -18,10 +18,11 @@ This function must return an object with the following shape: export default async function () { return { glee: {}, + docs: {}, + cluster: {}, kafka: {}, websocket: {}, mqtt: {}, - cluster: {}, http: {} } }