From f3f8e448782482baf4e43fe858b5845b97016793 Mon Sep 17 00:00:00 2001 From: Kristin Martin Date: Fri, 10 Apr 2026 18:52:07 +0000 Subject: [PATCH] Move OpenClaw and MCP Servers to top of Architecture Patterns nav Put the OpenClaw guide first with a NEW!! annotation and MCP Servers second in both the blueprints index page and the sidebar nav partial. --- blueprints/index.html.md | 4 ++-- partials/_guides_nav.html.erb | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blueprints/index.html.md b/blueprints/index.html.md index 237aa6f95f..68cab2e756 100644 --- a/blueprints/index.html.md +++ b/blueprints/index.html.md @@ -11,13 +11,13 @@ A growing library of guides for running, designing, and deploying all kinds of a Guides for the structure your app on Fly.io. Layouts, tradeoffs, moving parts. +- [Deploy OpenClaw on Fly.io](/docs/blueprints/deploy-openclaw/) NEW!! +- [Deploying Remote MCP Servers](/docs/blueprints/remote-mcp-servers/) - [Resilient apps use multiple Machines](/docs/blueprints/resilient-apps-multiple-machines/) - [Getting Started with N-Tier Architecture](/docs/blueprints/n-tier-architecture/) - [Shared Nothing Architecture](/docs/blueprints/shared-nothing/) - [Session Affinity (a.k.a. Sticky Sessions)](/docs/blueprints/sticky-sessions/) - [Multi-region databases and fly-replay](/docs/blueprints/multi-region-fly-replay/) -- [Deploying Remote MCP Servers](/docs/blueprints/remote-mcp-servers/) -- [Deploy OpenClaw on Fly.io](/docs/blueprints/deploy-openclaw/) ## Deployment & Developer Workflow diff --git a/partials/_guides_nav.html.erb b/partials/_guides_nav.html.erb index d70d38a60e..74047f141a 100644 --- a/partials/_guides_nav.html.erb +++ b/partials/_guides_nav.html.erb @@ -14,13 +14,13 @@ title: "Architecture Patterns", open: true, links: [ + { text: "Deploy OpenClaw on Fly.io", path: "/docs/blueprints/deploy-openclaw/" }, + { text: "Deploying Remote MCP Servers", path: "/docs/blueprints/remote-mcp-servers/" }, { text: "Resilient apps use multiple Machines", path: "/docs/blueprints/resilient-apps-multiple-machines/" }, { text: "Getting Started with N-Tier Architecture", path: "/docs/blueprints/n-tier-architecture/" }, { text: "Shared Nothing Architecture", path: "/docs/blueprints/shared-nothing/" }, { text: "Session Affinity (a.k.a. Sticky Sessions)", path: "/docs/blueprints/sticky-sessions/" }, - { text: "Multi-region databases and fly-replay", path: "/docs/blueprints/multi-region-fly-replay/" }, - { text: "Deploying Remote MCP Servers", path: "/docs/blueprints/remote-mcp-servers/" }, - { text: "Deploy OpenClaw on Fly.io", path: "/docs/blueprints/deploy-openclaw/" } + { text: "Multi-region databases and fly-replay", path: "/docs/blueprints/multi-region-fly-replay/" } ] }, {