Skip to content

Commit 2dcc4d2

Browse files
Move images to correct location
1 parent 8ee2d0e commit 2dcc4d2

12 files changed

+8
-8
lines changed

src/pages/docs/octopus-ai-assistant/best-practices-adviser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The suggested prompts in the Octopus AI Assistant will surface examples to use t
1313

1414
For example, if you open a project and launch Octopus AI Assistant, you will see these suggested prompts:
1515

16-
![Best Practices Adviser Screenshot](/docs/administration/octopus-ai-assistant/best-practices-adviser.png)
16+
![Best Practices Adviser Screenshot](/docs/octopus-ai-assistant/best-practices-adviser.png)
1717

1818
`Find unused variables to help improve the maintainability of the project` is a suggested prompt that will use the best practices advisor. In the screenshot (above), it is run in the context of a project called "k8s deployment", and the Best Practices Adviser found three unused variables. It then links to documentation to provide more information about the finding, and actionable remediation steps.
1919

src/pages/docs/octopus-ai-assistant/deployment-failure-analyzer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Octopus AI Assistant will analyze the deployment context and provide:
4040

4141
Below is a basic example of how the Deployment Failure Analyzer works in practice. The analyzer identified that an Azure Resource Group could not be found during deployment and provided troubleshooting guidance, including verifying the resource group exists, checking Azure account permissions, looking for typos in the configuration, and enabling step retries for intermittent issues.
4242

43-
![Deployment failure analysis example](/docs/administration/octopus-ai-assistant/deployment-failure-analyzer-example.png)
43+
![Deployment failure analysis example](/docs/octopus-ai-assistant/deployment-failure-analyzer-example.png)
4444

4545
## Adding business logic using custom prompts
4646

@@ -65,7 +65,7 @@ In this example, when the analyzer detects an issue related to a missing Azure R
6565
2. Provide specific instructions to create a support ticket via the team's Slack workflow
6666
3. Direct users to the appropriate team channel rather than providing generic troubleshooting steps
6767

68-
![Deployment failure analysis example with custom prompt](/docs/administration/octopus-ai-assistant/deployment-failure-analyzer-custom-prompt-example.png)
68+
![Deployment failure analysis example with custom prompt](/docs/octopus-ai-assistant/deployment-failure-analyzer-custom-prompt-example.png)
6969

7070
This approach ensures users get immediate, actionable guidance that follows your organization's established support processes, reducing resolution time and ensuring consistency across teams.
7171

0 commit comments

Comments
 (0)