diff --git a/daprdocs/assets/scss/_content.scss b/daprdocs/assets/scss/_content.scss index 2f4d0b7b402..e502fa5c68e 100644 --- a/daprdocs/assets/scss/_content.scss +++ b/daprdocs/assets/scss/_content.scss @@ -81,11 +81,18 @@ } a.btn { - background-color: $highlight1; text-decoration: none; color: white; } + // Buttons are orange by default. The button shortcode's `color` parameter + // defaults to "tertiary", so a button without an explicit color renders + // orange. Specifying e.g. color="secondary" or color="primary" falls + // through to Bootstrap's theme colors instead. + a.btn-tertiary { + background-color: $highlight1; + } + .alert:not(:first-child) { margin-top: 2 * $spacer; margin-bottom: 2 * $spacer; diff --git a/daprdocs/content/en/enterprise-support/_index.md b/daprdocs/content/en/enterprise-support/_index.md new file mode 100644 index 00000000000..1fb79d189f1 --- /dev/null +++ b/daprdocs/content/en/enterprise-support/_index.md @@ -0,0 +1,36 @@ +--- +type: docs +title: "Enterprise support & services" +linkTitle: "Enterprise support & services" +weight: 70 +description: "Commercial support, certified distributions, and managed services for Dapr" +--- + +For organizations running Dapr in production that need enterprise-grade support, service-level agreements (SLAs), certified distributions, or fully managed services, commercial offerings are available from the Dapr ecosystem. The following offerings are provided by [Diagrid](https://www.diagrid.io/), a leading contributor to the Dapr project. + +## Dapr open source support + +Diagrid provides 24/7 enterprise support for open source Dapr, with a guaranteed one-hour response time for critical production issues. Support is offered across three tiers (Standard, Select, and Premium) with varying response times, security patching commitments, architecture reviews, and training sessions tailored to your organization's needs, across all cloud platforms. + +{{< button text="Learn more about Dapr open source support" link="https://docs.diagrid.io/dapr-open-source/dapr-support" >}} + +## Diagrid Dapr Distribution for Enterprise (D3E) + +D3E is a custom distribution of the open source Dapr project that enhances it with additional security and scalability capabilities, while maintaining full compatibility with the Dapr APIs and SDKs. Designed for large-scale production environments, it offers multi-tenancy support, reduced security permissions, enterprise support with guaranteed response times, and CVE backports to custom versions. It is aimed at organizations with stringent security requirements or substantial Dapr deployments. + +{{< button text="Learn more about D3E" link="https://docs.diagrid.io/dapr-open-source/d3e" >}} + +## Diagrid Conductor + +
Diagrid Conductor diagram + +[Diagrid Conductor](https://www.diagrid.io/conductor) quickly and securely connects to all your Kubernetes clusters running Dapr and Daprized applications, delivering operational excellence, security and reliability, and insights and collaboration. It provides one-click installation, upgrade, and patching of Dapr, automated best-practice checks through Advisor, resource usage reporting and recommendations, and an application graph that visualizes your services and infrastructure. + +{{< button text="Learn more about Diagrid Conductor" link="https://docs.diagrid.io/dapr-open-source/conductor" >}} + +## Diagrid Catalyst + +Diagrid Catalyst is an AI orchestration platform that brings durable workflows, access control, and governance to AI agents and MCP servers. It delivers an AI-native workflow engine that integrates with existing agent frameworks, ensuring agents pick up where they left off in the event of any failure, from simple restarts to complete system outages. Catalyst also lets platform teams and developers issue cryptographic identities to agents, MCP servers, and tools, and apply policy-based access control across the organization. + +{{< button text="Learn more about Diagrid Catalyst" link="https://www.diagrid.io/catalyst" >}} +{{< button text="Compare Dapr and Catalyst" link="https://docs.diagrid.io/dapr-open-source/dapr-vs-catalyst" color="secondary" >}} diff --git a/daprdocs/layouts/_partials/announcement-banner.html b/daprdocs/layouts/_partials/announcement-banner.html new file mode 100644 index 00000000000..178a8e743fa --- /dev/null +++ b/daprdocs/layouts/_partials/announcement-banner.html @@ -0,0 +1,48 @@ +{{/* + Site-wide announcement banner. + Rendered from the navbar.html override (prepended before