Skip to content

Commit 1f1fad2

Browse files
add blog
1 parent a23cdc3 commit 1f1fad2

File tree

23 files changed

+11
-10
lines changed

23 files changed

+11
-10
lines changed

blog/Use Dev-Docs with Continue.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
2-
3-
---
1+
---
42
title: Contextual documentation with Dev-Docs and Continue
53
authors: andrew
64
header_image: /img/dev-docs-assets/ClippedHeroBg.png
@@ -130,19 +128,22 @@ Try asking questions like "@dev-docs what technologies are used?"
130128

131129
<br></br>
132130

133-
# Step 6: Leveraging Dev-Docs context in Continue
131+
# Conclusion
132+
133+
134+
<br></br>
134135

135136
Now that you have set up both Dev-Docs and Continue, you can take full advantage of the contextual documentation generated by Dev-Docs within Continue. Here are some additional ways to utilize this powerful combination:
136137

137-
1. **Code explanations**: Ask Continue to explain specific parts of your codebase using the Dev-Docs context. For example, "@dev-docs explain the purpose of the main function in app.js".
138+
- **Code explanations**: Ask Continue to explain specific parts of your codebase using the Dev-Docs context. For example, "@dev-docs explain the purpose of the main function in app.js".
138139

139-
2. **Architecture overview**: Use the generated documentation to get a high-level understanding of your project structure. Try asking "@dev-docs summarize the overall architecture of this project".
140+
- **Architecture overview**: Use the generated documentation to get a high-level understanding of your project structure. Try asking "@dev-docs summarize the overall architecture of this project".
140141

141-
3. **Dependency insights**: Inquire about the libraries and frameworks used in your project. For instance, "@dev-docs list the main dependencies and their versions".
142+
- **Dependency insights**: Inquire about the libraries and frameworks used in your project. For instance, "@dev-docs list the main dependencies and their versions".
142143

143-
4. **Best practices**: Leverage the contextual documentation to ensure you're following project-specific conventions. Ask questions like "@dev-docs what are the coding standards for this project?".
144+
- **Best practices**: Leverage the contextual documentation to ensure you're following project-specific conventions. Ask questions like "@dev-docs what are the coding standards for this project?".
144145

145-
5. **Troubleshooting**: When facing issues, use the Dev-Docs context to help identify potential problems. For example, "@dev-docs are there any known issues or limitations with the current implementation?".
146+
- **Troubleshooting**: When facing issues, use the Dev-Docs context to help identify potential problems. For example, "@dev-docs are there any known issues or limitations with the current implementation?".
146147

147148
By combining the power of Dev-Docs' contextual documentation with Continue's AI-driven code assistance, you can significantly enhance your development workflow and maintain a deeper understanding of your codebase.
148149

src/theme/MDXContent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function MDXContentWrapper(props) {
5656
<span style={{color: props?.children?.type?.frontMatter?.text_color}} key={index}>{" " + item.name + ","}</span>
5757
))}
5858

59-
&nbsp; <span style={{color: props?.children?.type?.frontMatter?.text_color}}>On {props.children.type.metadata.formattedDate},</span>{" "}
59+
&nbsp; <span style={{color: props?.children?.type?.frontMatter?.text_color}}>Est Reading Time: {props.children.type.metadata.formattedDate}</span>{" "}
6060
<span style={{color: props?.children?.type?.frontMatter?.text_color}}>{Math.ceil(props.children.type.metadata.readingTime * 10) / 1} min</span>
6161
</h3>
6262
<div className="flex flex-row items-center mb-10 w-full">
71.8 KB
Loading
27.7 KB
Loading
28.9 KB
Loading
26.3 KB
Loading
26 KB
Loading
24.6 KB
Loading
24 KB
Loading
29.6 KB
Loading

0 commit comments

Comments
 (0)