Skip to content

Commit 7096cc2

Browse files
Add a DocumentDB Kubernetes Operator promotion page (#65)
* Add Kubernetes operator promotion page Create a dedicated DocumentDB Kubernetes Operator landing page, add homepage and docs entry points, and align the copy and styling with the rest of the site while highlighting local, hybrid, and multi-cloud workflows. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove operator local guides CTA Remove the "View local install guides" buttons from the DocumentDB Kubernetes Operator landing page so the page stays focused on the operator quick start and repository links. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Refine operator benefit cards Replace the generic plus icon in the operator benefits section with clearer icons, shorten the card copy, and give the grid more room so the section reads faster. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Modify words * Improve Kubernetes operator page and lint config Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Reorder operator entry points Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Refine operator page wording Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 97897d2 commit 7096cc2

File tree

12 files changed

+1036
-21
lines changed

12 files changed

+1036
-21
lines changed

app/components/Code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ export default function Index({
2121
{code}
2222
</SyntaxHighlighter>
2323
</section>
24-
)
24+
);
2525
}

app/components/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use client'
1+
"use client";
22

33
import Link from 'next/link';
44
import { usePathname } from 'next/navigation';

app/components/Navbar.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ export default function Navbar() {
7575
>
7676
Download
7777
</Link>
78+
<Link
79+
href="/kubernetes-operator"
80+
className="text-gray-300 hover:text-blue-400 transition-colors duration-200 font-medium"
81+
>
82+
K8s Operator
83+
</Link>
7884
<Link
7985
href="/blogs"
8086
className="text-gray-300 hover:text-blue-400 transition-colors duration-200 font-medium"

0 commit comments

Comments
 (0)