diff --git a/dev-docs.json b/dev-docs.json index 5e2dc0eec..ad795ee99 100644 --- a/dev-docs.json +++ b/dev-docs.json @@ -1,9 +1,9 @@ { - "external": true, - "ai": { - "mappings": [] - }, - "gitHubApp": { - "workflows": ["generateDocs"] + "gitHubApp": { + "approvalWorkflow": true, + "userDocsWorkflows": [ + "generateUserDocs" + ], + "issues": true } -} +} \ No newline at end of file