Skip to content

Commit 1991901

Browse files
committed
Updated developer docs: 2025-03-06T23:25:58+0000
1 parent b4e2f9f commit 1991901

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

docs/editor/connect-existing-docs-repo-to-editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sidebar_position: 2
66

77
# Connect your docs repo
88

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.
1111

12-
![Set up docs](/img/connect_the_starter_template_to_the_ai_editor/step_8.png)
12+
![Set up docs](/img/newconnectdocsui.png)
1313

1414
## Step 2: Set up User-Facing Docs by installing the GitHub App
1515
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.

docs/editor/connect-the-starter-template-to-the-ai-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 2
99
## Step 1: Begin setup
1010
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.
1111

12-
![Generate Starter Template](/img/connect_the_starter_template_to_the_ai_editor/step_8.png)
12+
![Generate Starter Template](/img/newconnectdocsui.png)
1313

1414
## Step 3: Create a new repo on GitHub
1515
On the GitHub page, click on **New repo** to create a new repo for your documentation.

docs/managingcontent/advancedAItools.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
1515
**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:
1616

1717
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Audit docs** in the drop down menu.
18-
1918
* 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-
2119
* Add any prompt you choose into the **Describe what you want to audit field**.
22-
2320
* Select **Submit** once you have your prompt ready and let the AI go to work.
2421

2522
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
2926
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:
3027

3128
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Analyze docs** in the drop down menu.
32-
3329
* Once selected the AI will go to work and will start to analyze your docs.
3430

3531
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
4137
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:
4238

4339
* Select **AI tools** in the top right hand corner of the web editor and navigate to **Generate content** in the drop down menu.
44-
4540
* Select which docs you would like to use as context.
46-
4741
* (Optional) You can also check the checkbox to use your other connected codebases as context.
48-
4942
* Once you have all your context selected, insert your prompt into the text field and hit submit to get a new doc page.
5043

5144
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
5548
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:
5649

5750
* 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-
5951
* 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-
6152
* Enter in which types of objects you would like the AI to search for and suggest docs for.
62-
6353
* Select **Submit** and the AI will go into the selected codebase(s) to find the relevant objects it believes will be helpful to document.
6454

6555
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
7161
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:
7262

7363
* 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-
7564
* Select which codebase you would like to generate docs for and then select **Generate documentation**.
7665

7766
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

Comments
 (0)