From 3cbe786a9e081bff8150b4784b34b39bd2169b9c Mon Sep 17 00:00:00 2001 From: "warp-factories[bot]" <243557089+warp-factories[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 07:01:29 +0000 Subject: [PATCH] Automated SEO fixes: lengthen Architecture and Benchmarks titles Give platform architecture and factory benchmarks unique SEO titles over 20 characters while keeping short sidebar labels. --- src/content/docs/factories/benchmarks.mdx | 2 +- src/content/docs/platform/architecture.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/content/docs/factories/benchmarks.mdx b/src/content/docs/factories/benchmarks.mdx index 53beecf9..5af8a81e 100644 --- a/src/content/docs/factories/benchmarks.mdx +++ b/src/content/docs/factories/benchmarks.mdx @@ -1,5 +1,5 @@ --- -title: Benchmarks +title: Factory benchmarks description: >- Warp Factories benchmarks compare agent model and runner configurations on fixed tasks so you can choose a production configuration. diff --git a/src/content/docs/platform/architecture.mdx b/src/content/docs/platform/architecture.mdx index 579efcc4..205cfc9c 100644 --- a/src/content/docs/platform/architecture.mdx +++ b/src/content/docs/platform/architecture.mdx @@ -1,8 +1,10 @@ --- -title: Architecture +title: Platform architecture description: >- Reference diagrams of the Warp stack, the cloud agent run lifecycle, self-hosted execution, and data boundaries. +sidebar: + label: "Architecture" --- import { VARS } from '@data/vars';