Skip to content

Commit bbd5eaa

Browse files
committed
fixes build
1 parent 336fc32 commit bbd5eaa

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

docs/Enabling automations.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -34,47 +34,6 @@ The `dev-docs.json` file should be placed in the root directory of your reposito
3434

3535
## Example Configuration
3636

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.
63-
64-
## Configuration Fields
65-
66-
### Required Fields
67-
68-
* `gitHubApp`: Object containing GitHub-related configurations
69-
70-
* `approvalWorkflow`: Boolean, enables or disables the approval workflow
71-
72-
* `userDocsWorkflows`: Array of strings, specifies which documentation workflows to run
73-
74-
* `issueNotifications`: Array of strings, GitHub usernames to notify on issue creation
75-
76-
## Example Configuration
77-
7837
```json
7938
{
8039
"gitHubApp": {

0 commit comments

Comments
 (0)