Skip to content

Commit

Permalink
Restructure - Consolidate troubleshooting section navigation Closes #219
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlearner17 committed Dec 10, 2024
1 parent 27f65c9 commit d37b57f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 4 additions & 2 deletions docs/guides/hosting-guardrails/troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ sidebar_label: "Troubleshooting"

The following guides provide solutions for common issues encountered in Guardrails. If a problem cannot be resolved, the instructions include additional steps for gathering information before escalating to the Guardrails Customer Success team.

- [AWS Console Troubleshooting](/guardrails/docs/guides/hosting-guardrails/troubleshooting/troubleshooting-event-handlers-aws-console)
- [Database Instance Not in Available State](/guardrails/docs/guides/hosting-guardrails/troubleshooting/database-instance-not-in-available-state)
- [Enable Verbose Logging](/guardrails/docs/guides/hosting-guardrails/troubleshooting/enable-verbose-logging)
- [Service Catalog Out of Sync](/guardrails/docs/guides/hosting-guardrails/troubleshooting/service-catalog-out-of-sync)
- [Peer Mod Dependency Error](/guardrails/docs/guides/hosting-guardrails/troubleshooting/peer-mod-dependency-error)
- [Guardrails Console Troubleshooting](/guardrails/docs/guides/hosting-guardrails/troubleshooting/troubleshooting-event-handlers-guardrails-console)
- [Peer Mod Dependency Error](/guardrails/docs/guides/hosting-guardrails/troubleshooting/peer-mod-dependency-error)
- [Service Catalog Out of Sync](/guardrails/docs/guides/hosting-guardrails/troubleshooting/service-catalog-out-of-sync)
10 changes: 7 additions & 3 deletions docs/guides/troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ sidebar_label: "Troubleshooting"

## Troubleshooting

The following workflows will assist with rapid resolution of common problems. When the problem cannot be resolved, the instructions will include additional information to gather before escalating with Guardrails Customer Success.
This section provides links to specific troubleshooting guides, helping you quickly navigate and resolve common issues.

- [AWS Console Troubleshooting](guides/troubleshooting/troubleshooting-event-handlers-aws-console)
- [Guardrails Console Troubleshooting](guides/troubleshooting/troubleshooting-event-handlers-guardrails-console)

- [Hosting Guardrails > Troubleshooting](/guardrails/docs/guides/hosting-guardrails/troubleshooting)
Learn how to resolve common issues when hosting Guardrails.

<!-- - [Using Guardrails > Troubleshooting](/guardrails/docs/guides/using-guardrails/troubleshooting)
Guidance for troubleshooting issues related to Guardrails usage. -->
14 changes: 4 additions & 10 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,9 @@
"guides/hosting-guardrails/troubleshooting/database-instance-not-in-available-state",
"guides/hosting-guardrails/troubleshooting/enable-verbose-logging",
"guides/hosting-guardrails/troubleshooting/peer-mod-dependency-error",
"guides/hosting-guardrails/troubleshooting/pause-events"
"guides/hosting-guardrails/troubleshooting/pause-events",
"guides/hosting-guardrails/troubleshooting/troubleshooting-event-handlers-aws-console",
"guides/hosting-guardrails/troubleshooting/troubleshooting-event-handlers-guardrails-console"
]
},
{
Expand All @@ -451,15 +453,7 @@
}
]
},
{
"type": "category",
"id": "troubleshooting",
"link": "guides/troubleshooting",
"items": [
"guides/troubleshooting/troubleshooting-event-handlers-aws-console",
"guides/troubleshooting/troubleshooting-event-handlers-guardrails-console"
]
}
"guides/troubleshooting"
]
},
{
Expand Down

0 comments on commit d37b57f

Please sign in to comment.