Skip to content

Commit 2c21d50

Browse files
doc: updated image and document links (#153)
1 parent 2730b28 commit 2c21d50

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

docs/extended-feature-set/experts-guidelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "A meta-guide to help contributors write high-quality, role-based e
66
> **Purpose**
77
> This document is a meta-guide to help contributors craft high-quality, role-based expert instruction files. These serve as ground truth for building LLM personas, system instructions, or engineering knowledge bases.
88
>
9-
> If you're not sure what an expert is or why we need one, please take a moment to read this document: [Experts](../../experts.mdx)
9+
> If you're not sure what an expert is or why we need one, please take a moment to read this document: [Experts](./experts.mdx)
1010
1111
> 📌 **Guiding Philosophy**
1212
> An expert guidelines document isn't just a cheat sheet—it's a codified persona of excellence. It should:

docs/extended-feature-set/experts.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ When you select an Expert, the system sends:
5050

5151
...to the LLM, giving it the context it needs to generate better code.
5252

53+
<br />
54+
55+
<div align="center">
56+
<img src="../../assets/gifs/experts.gif" alt="Expert Selection and Context Flow" />
57+
<p>
58+
<i>Experts</i>
59+
</p>
60+
</div>
61+
5362
### 🚧 6. Current Limitations
5463

5564
- 📄 Only 3 documents can be uploaded right now
@@ -92,4 +101,4 @@ We tested two approaches:
92101
93102
### 📄 9. Expert Guidelines
94103

95-
Looking to define your own expert? Check out the [Experts Guidelines](../../experts-guidelines.mdx) file.
104+
Looking to define your own expert? Check out the [Experts Guidelines](./experts-guidelines.mdx) file.

docs/extended-feature-set/file-identification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Intelligently identify and retrieve relevant files using task-base
88
Elevate your workflow with **intelligent file discovery and retrieval**, designed to help you quickly locate, understand, and act on the right files — even in large codebases.
99

1010
<div align="center">
11-
<img src="assets/gifs/find-files.gif" alt="File Identification" />
11+
<img src="../../assets/gifs/find-files.gif" alt="File Identification" />
1212
<p>
1313
<i>File Identification</i>
1414
</p>

docs/extended-feature-set/hai-tasks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By centralizing AI-driven tasks, HAI ensures a smooth journey from **ideation to
1818
<br />
1919

2020
<div align="center">
21-
<img src="assets/gifs/hai-detailed-view.gif" alt="Tasks List Page with Tasks Loaded" />
21+
<img src="../../assets/gifs/hai-detailed-view.gif" alt="Tasks List Page with Tasks Loaded" />
2222
<p>
2323
<i>Detailed View of HAI Tasks</i>
2424
</p>

docs/extended-feature-set/inline-edit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Boost productivity with seamless inline editing — make precise c
88
Take your development workflow to the next level with **inline editing** — a feature that lets you modify code directly within your project.
99

1010
<div align="center">
11-
<img src="assets/gifs/inline-editing.gif" alt="Inline Editing" />
11+
<img src="../../assets/gifs/inline-editing.gif" alt="Inline Editing" />
1212
<p>
1313
<i>Inline Editing</i>
1414
</p>

docs/extended-feature-set/settings-interface.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Ensure precise code understanding and retrieval with configurable **embedding mo
3838
- **AWS Bedrock**
3939

4040
<div align="center" style="margin-top: 20px;">
41-
<img src="assets/img/hai-settings.png" alt="Settings Interface Screenshot" />
41+
<img src="../../assets/img/hai-settings.png" alt="Settings Interface Screenshot" />
4242
<p>
4343
<i>Settings Interface</i>
4444
</p>

docs/getting-started/understanding-context-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ HAI actively builds context in two ways:
3838
- Guide focus areas
3939
- Share design thoughts and requirements
4040

41-
💡 **Key Point**: HAI isn't passive - it actively seeks to understand your project. You can either let it explore or guide its focus, especially in [Plan](https://github.com/presidio-oss/cline-based-code-generator/blob/main/docs/exploring-clines-tools/plan-and-act-modes-a-guide-to-effective-ai-development.mdx) mode.
41+
💡 **Key Point**: HAI isn't passive - it actively seeks to understand your project. You can either let it explore or guide its focus, especially in [Plan](https://github.com/presidio-oss/cline-based-code-generator/blob/main/docs/exploring-hai-tools/plan-and-act-modes-a-guide-to-effective-ai-development.mdx) mode.
4242

4343
### Context & Context Windows
4444

0 commit comments

Comments
 (0)