-
Notifications
You must be signed in to change notification settings - Fork 2
Add support page #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support page #351
Conversation
Signed-off-by: Dan Barr <[email protected]>
Signed-off-by: Dan Barr <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a comprehensive Support page to the documentation, providing users with clear guidance on getting help with ToolHive. The page follows the documentation's writing style guide and maintains a friendly, approachable tone while covering self-help resources, community support, and enterprise options. The PR also includes minor formatting fixes to improve consistency in existing documentation pages.
- Added a new top-level Support page that documents help resources including documentation search, Discord community, GitHub issues, and enterprise support options
- Fixed indentation and formatting in the playground and quickstart-k8s guides to properly align content with list items
- Updated code quality tool descriptions in AGENTS.md and .github/copilot-instructions.md for clarity
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/toolhive/support.mdx | New support page documenting self-help resources, community support channels, and enterprise support options |
| sidebars.ts | Added support page to sidebar navigation between FAQ and Contributing |
| docs/toolhive/tutorials/quickstart-k8s.mdx | Fixed formatting by adding blank line after list item and properly indenting ThemedImage component |
| docs/toolhive/guides-ui/playground.mdx | Improved indentation of list items and nested admonition block |
| AGENTS.md | Clarified which code quality tools apply to which file types |
| .github/copilot-instructions.md | Clarified which code quality tools apply to which file types |
Signed-off-by: Dan Barr <[email protected]>
Description
Adds a top-level Support page detailing the options for getting help.
Unrelated, also fixed some minor formatting issues I noticed on other pages.
Merge checklist
Content
sidebars.ts) updated for added, deleted, reordered, or renamed filesvercel.jsonfor moved, renamed, or deleted pages (i.e., if the URL slug changed)Reviews
Signed-off-by: Dan Barr [email protected]