diff --git a/docs/toolhive/support.mdx b/docs/toolhive/support.mdx index 6bc1df86..9f09894e 100644 --- a/docs/toolhive/support.mdx +++ b/docs/toolhive/support.mdx @@ -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. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fbb733b9..a7318de0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -208,7 +208,7 @@ const config: Config = { items: [ { type: 'dropdown', - label: 'ToolHive Docs', + label: 'Docs', position: 'left', items: [ { @@ -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',