Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/toolhive/support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ This information helps the team diagnose and fix issues more quickly.
## Enterprise support

For organizations that need dedicated support, custom integrations, or
assistance with large-scale deployments, enterprise support is available.
Contact the Stacklok team at
[enterprise@stacklok.com](mailto:enterprise@stacklok.com) to discuss your needs.
assistance with large-scale deployments, enterprise support is available. Learn
more about the Stacklok MCP Platform and enterprise offerings on the
[Stacklok website](https://stacklok.com/platform/) or
[request a demo](https://stacklok.com/demo/) to see how the platform can meet
your organization's needs.
7 changes: 6 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const config: Config = {
items: [
{
type: 'dropdown',
label: 'ToolHive Docs',
label: 'Docs',
position: 'left',
items: [
{
Expand Down Expand Up @@ -277,6 +277,11 @@ const config: Config = {
label: 'Updates',
position: 'left',
},
{
href: 'https://stacklok.com/platform/',
label: 'Enterprise',
position: 'left',
},
{
href: 'https://github.com/stacklok',
className: 'fa-brands fa-github fa-lg',
Expand Down