diff --git a/dev-docs.json b/dev-docs.json index 7c4f430..ad795ee 100644 --- a/dev-docs.json +++ b/dev-docs.json @@ -1,27 +1,9 @@ { - "quickDoc": { - "variablesAndFunctions": { - "prompts": [ - { - "question": "does this code use a third party libary", - "title": "Third Party libaries" - } - ] - } - }, - "ai": { - "internalTypeFilters": [ - "function", - "class", - "method" - ], - "contextPrompt": "can you write overview of this codefile and provide mermaid diagram of how it works" - }, "gitHubApp": { - "connectedOrg": "spriteai", "approvalWorkflow": true, - "branches": ["*"], - "userDocsWorkflows": ["generateUserDocs"], + "userDocsWorkflows": [ + "generateUserDocs" + ], "issues": true } -} +} \ No newline at end of file