Skip to content

Commit 7108d99

Browse files
Kasper Jungeclaude
authored andcommitted
docs: remove blog from website and docs
Drop the MkDocs Material blog plugin, the `Blog` nav entry, and all posts under `docs/blog/`. Repoint the three blog-post links in `docs/index.md` to `how-it-works.md`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8d99afa commit 7108d99

7 files changed

Lines changed: 3 additions & 358 deletions

File tree

docs/blog/.authors.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/blog/index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/blog/posts/the-ralph-format.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

docs/blog/posts/the-ralph-standard.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

docs/blog/posts/welcome.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hide:
1616

1717
A **ralph** is a directory with a `RALPH.md` file — a skill-like format that bundles a prompt, the commands to run between iterations, and any files the agent needs. **Ralphify** is the CLI runtime that executes them.
1818

19-
See [The Ralph Format](blog/posts/the-ralph-format.md) for the full spec.
19+
See [How it Works](how-it-works.md) for a full breakdown of the loop lifecycle.
2020

2121
```
2222
grow-coverage/
@@ -52,7 +52,7 @@ One directory. One command. Each iteration starts with fresh context and current
5252
*Works with any agent CLI. Swap `claude -p` for Codex, Aider, or your own — just change the `agent` field.*
5353

5454
[Get Started](getting-started.md){ .md-button .md-button--primary }
55-
[Read the Format Spec](blog/posts/the-ralph-format.md){ .md-button }
55+
[How it Works](how-it-works.md){ .md-button }
5656

5757
---
5858

@@ -149,7 +149,7 @@ Ralphs are to the outer loop what [skills](https://agentskills.io/) are to the i
149149

150150
## Next steps
151151

152-
- **[The Ralph Format](blog/posts/the-ralph-format.md)** — the full spec
152+
- **[How it Works](how-it-works.md)** — the full loop lifecycle
153153
- **[Getting Started](getting-started.md)** — from install to a running loop in 10 minutes
154154
- **[How it Works](how-it-works.md)** — what happens inside each iteration
155155
- **[Cookbook](cookbook.md)** — copy-pasteable ralphs for coding, docs, research, and more

0 commit comments

Comments
 (0)