From 878f694ff285d1ddaff9eaf124ec0d308b1fea87 Mon Sep 17 00:00:00 2001 From: Dan Barr <6922515+danbarr@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:41:04 -0500 Subject: [PATCH 1/2] Update navbar and enterprise support section - Update "ToolHive Docs" menu to just "Docs" - Add Enterprise link - Update enterprise support section to add demo request link Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --- docs/toolhive/support.mdx | 8 +++++--- docusaurus.config.ts | 7 ++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/toolhive/support.mdx b/docs/toolhive/support.mdx index 6bc1df86..32d31b73 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', From e50bd5fd1d672c8b2a0f71f063654f4109ba8013 Mon Sep 17 00:00:00 2001 From: Dan Barr Date: Fri, 6 Feb 2026 13:15:22 -0500 Subject: [PATCH 2/2] Update docs/toolhive/support.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/toolhive/support.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toolhive/support.mdx b/docs/toolhive/support.mdx index 32d31b73..9f09894e 100644 --- a/docs/toolhive/support.mdx +++ b/docs/toolhive/support.mdx @@ -114,6 +114,6 @@ This information helps the team diagnose and fix issues more quickly. For organizations that need dedicated support, custom integrations, or 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, +[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.