From 7e18d2e617a11eab4905568a371d81aca7af5209 Mon Sep 17 00:00:00 2001 From: hushamsaeed Date: Sat, 2 May 2026 12:16:15 +0500 Subject: [PATCH] =?UTF-8?q?docs:=20drop=20unbacked=20"60=20minutes"=20clai?= =?UTF-8?q?m=20=E2=80=94=20re-time=20to=20"stand=20it=20up=20in=20an=20aft?= =?UTF-8?q?ernoon"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Try it in 60 minutes" page title anchored on a number nothing on the page actually backs (no recorded asciinema/loom of helm install on a kind cluster). Engineer review flagged this as the worst trust break on the site — readers who try and miss the number conclude the rest is hype too. Re-times honestly to "Stand it up in an afternoon" until we ship a recorded walkthrough that grounds a real number. Sweeps the two cross-page link captions to match. - src/content/docs/start/try-it.md: title - astro.config.mjs: sidebar label "Stand it up" - src/content/docs/launch/v0-1-0.md, examples/access-requests.md: link text Co-Authored-By: Claude Opus 4.7 (1M context) --- astro.config.mjs | 2 +- src/content/docs/examples/access-requests.md | 2 +- src/content/docs/launch/v0-1-0.md | 2 +- src/content/docs/start/try-it.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 0ad6deb..64f05f6 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -59,7 +59,7 @@ export default defineConfig({ items: [ { label: "What is Plinth", slug: "index" }, { label: "Manifesto", slug: "manifesto" }, - { label: "Try it in 60 minutes", slug: "start/try-it" }, + { label: "Stand it up", slug: "start/try-it" }, { label: "v0.1.0 launch", slug: "launch/v0-1-0", diff --git a/src/content/docs/examples/access-requests.md b/src/content/docs/examples/access-requests.md index 8be9947..35494e5 100644 --- a/src/content/docs/examples/access-requests.md +++ b/src/content/docs/examples/access-requests.md @@ -118,7 +118,7 @@ plinth new access-requests \ --module-path github.com/plinth-dev/example-access-requests/access-requests-api ``` -…then adapted from the starter's `Items` resource to `AccessRequest`. The same flow scaffolds your own modules — see the [60-minute walkthrough](/start/try-it/). +…then adapted from the starter's `Items` resource to `AccessRequest`. The same flow scaffolds your own modules — see the [stand-it-up walkthrough](/start/try-it/). ## Replacing this with your own resource diff --git a/src/content/docs/launch/v0-1-0.md b/src/content/docs/launch/v0-1-0.md index e87acea..8bb8090 100644 --- a/src/content/docs/launch/v0-1-0.md +++ b/src/content/docs/launch/v0-1-0.md @@ -45,7 +45,7 @@ plinth new billing --module-path github.com/acme/billing-api git clone https://github.com/plinth-dev/example-access-requests ``` -The [60-minute walkthrough](/start/try-it/) takes you from `kind create cluster` to a deployed module. The [access-requests example](/examples/access-requests/) is a real internal tool you can clone and click through in 10 minutes. +The [stand-it-up walkthrough](/start/try-it/) takes you from `kind create cluster` to a deployed module. The [access-requests example](/examples/access-requests/) is a real internal tool you can clone and click through in 10 minutes. ## What's deliberately not in v0.1.0 diff --git a/src/content/docs/start/try-it.md b/src/content/docs/start/try-it.md index b1e525d..6089dbe 100644 --- a/src/content/docs/start/try-it.md +++ b/src/content/docs/start/try-it.md @@ -1,5 +1,5 @@ --- -title: Try it in 60 minutes +title: Stand it up in an afternoon description: Stand up the Plinth substrate on a fresh kind cluster, generate a module, and watch it deploy. ---