You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Enabling automations.md
-41Lines changed: 0 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,47 +34,6 @@ The `dev-docs.json` file should be placed in the root directory of your reposito
34
34
35
35
## Example Configuration
36
36
37
-
```json
38
-
{
39
-
"gitHubApp": {
40
-
"approvalWorkflow": true,
41
-
"userDocsWorkflows": ["generateUserDocs"],
42
-
"issueNotifications": ["user1", "user2"],
43
-
"issues": true
44
-
}
45
-
}
46
-
```
47
-
48
-
# Configuring code to doc automation
49
-
50
-
This guide explains how to configure the `dev-docs.json` file with the GitHub app to enable automatic documentation modification and generation when your code changes.
51
-
52
-
## Prereqs
53
-
54
-
* Have an account created on <https://app.docs.dev>
55
-
56
-
* Have generated a `llm.txt` and `llmText.json` file from docs.dev
57
-
58
-
* Have the GitHub app installed on both your docs repo and codebase you want to generate content on
59
-
60
-
## File Location
61
-
62
-
The `dev-docs.json` file should be placed in the root directory of your repository.
0 commit comments