Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/examples/access-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/launch/v0-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/start/try-it.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down