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/editor/connect-existing-docs-repo-to-editor.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ sidebar_position: 2
6
6
7
7
# Connect your docs repo
8
8
9
-
## Step 1: Select **Connect your own docs**
10
-
When first setting up your Docs.dev account you will be prompted to set up your docs.
9
+
## Step 1: Begin setup to connect your docs
10
+
When first setting up your Docs.dev account you will be prompted to set up your docs. Select Connect your own docs and click on Install the GitHub App to begin the integration process.
11
11
12
-

12
+

13
13
14
14
## Step 2: Set up User-Facing Docs by installing the GitHub App
15
15
To use your existing docs, select **Connect your own docs** and click on **Install the GitHub App** to begin the integration process. Clicking this will take you out of Docs.dev and into your GitHub where you can install and set up the Dev-Docs GitHub App.
Copy file name to clipboardExpand all lines: docs/editor/connect-the-starter-template-to-the-ai-editor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sidebar_position: 2
9
9
## Step 1: Begin setup
10
10
When first setting up your Docs.dev account you will be prompted to set up your docs. If you don't have a documentation repo and you would like use our starter template, select **Don't have docs to connect? Use our GitHub docs template**. Clicking this will take you out of Docs.dev and into your GitHub where you can install and set up the Dev-Docs GitHub App.
Copy file name to clipboardExpand all lines: docs/managingcontent/advancedAItools.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,8 @@ Refer to the guides below to learn how to learn how you can use AI to help you g
15
15
**Audit docs** allows you to have AI scan your existing docs based on any prompt of your choosing. Examples of how to use it include spelling and grammar checks across your docs or making broad sweeping changes across all your docs, such as changing names or links. Follow the steps below to audit your existing docs:
16
16
17
17
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Audit docs** in the drop down menu.
18
-
19
18
* Select which docs or folders you would like to check against. If you would like for the AI to also check your docs against your codebase, you can select the checkbox. Selecting this will bring the codebases you have connected to the GitHub App into the same drop down menu.
20
-
21
19
* Add any prompt you choose into the **Describe what you want to audit field**.
22
-
23
20
* Select **Submit** once you have your prompt ready and let the AI go to work.
24
21
25
22
When complete, you will see a table of suggested changes when finished. Select which docs you would like it automatically generate. Everything generated here will go back into the web editor so you can edit as you see fit and then push to the GitHub branch of your choosing when ready.
@@ -29,7 +26,6 @@ When complete, you will see a table of suggested changes when finished. Select w
29
26
The **Analyze docs** feature allows you to analyze the quality of your existing documentation as a whole. Note that this doesn't check against individual docs but instead your entire docs repo. Follow the steps below to analyze your existing docs:
30
27
31
28
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Analyze docs** in the drop down menu.
32
-
33
29
* Once selected the AI will go to work and will start to analyze your docs.
34
30
35
31
When finished you'll see a list of personas that have grades against them. These are the personas that the AI believes your docs are intended to be positioned towards, as well as a grade for how effective they are at speaking to that persona. Below you'll see the AI suggest some docs that it believes will be helpful to add to your docs site to improve the effectiveness for a given persona. Select which files you'd like to generate and let the AI create some drafts for you.
@@ -41,11 +37,8 @@ Everything generated here will go back into the web editor so you can edit as yo
41
37
The **Generate content** feature allows you to generate new docs from your existing documentation and other connected codebases. Follow the steps below to generate a new doc:
42
38
43
39
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Generate content** in the drop down menu.
44
-
45
40
* Select which docs you would like to use as context.
46
-
47
41
* (Optional) You can also check the checkbox to use your other connected codebases as context.
48
-
49
42
* Once you have all your context selected, insert your prompt into the text field and hit submit to get a new doc page.
50
43
51
44
Everything generated here will go back into the web editor so you can edit as you see fit and then push to the GitHub branch of your choosing when ready.
@@ -55,11 +48,8 @@ Everything generated here will go back into the web editor so you can edit as yo
55
48
This feature allows you to generate net new docs from code objects in your codebase or SDK. The AI will search your selected codebase for relevant code objects and recommend which it believes should have docs on them. Follow the steps below to generate docs from code objects:
56
49
57
50
* Select the **AI tools** drop down in the top right hand corner of the web editor and select **Code objects** in the drop down menu.
58
-
59
51
* Go through the drop down menus to select which code files the code objects are defined in and then which files have relevant context (if any) for those code objects.
60
-
61
52
* Enter in which types of objects you would like the AI to search for and suggest docs for.
62
-
63
53
* Select **Submit** and the AI will go into the selected codebase(s) to find the relevant objects it believes will be helpful to document.
64
54
65
55
When finished, you will see a table of suggested docs where you can select which docs you would like to generate. Everything generated here will go back into the web editor so you can edit as you see fit and then push to GitHub when ready.
@@ -71,7 +61,6 @@ Note: the files in the drop down menus are from the codebases you connected to o
71
61
The Generate complete docs feature is meant for those without any existing documentation footprint. Using this feature will have the AI scan your selected codebase and suggest multiple documentation pages that it believes will help a user leverage your product. You can then select which pages you want it to create. Follow the steps below to generate a set of new docs directly from your codebase:
72
62
73
63
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Generate complete docs** in the drop down menu.
74
-
75
64
* Select which codebase you would like to generate docs for and then select **Generate documentation**.
76
65
77
66
Watch the AI go to work and generate a new set of docs for your project. Once generated, everything generated will go back into the web editor so you can edit as you see fit and then push to the GitHub branch of your choosing when ready.
0 commit comments