Skip to content

Commit fcdd7c4

Browse files
author
RouterBase Contributors
committed
Link cookbook Pages site
1 parent 19a43b7 commit fcdd7c4

6 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.10.0 - 2026-06-30
4+
5+
- Added the public GitHub Pages site for `RouterBase/routerbase-cookbook`.
6+
- Verified the site, sitemap, and key pages at `https://routerbase.github.io/routerbase-cookbook/`.
7+
- Linked the published cookbook site from the examples index.
8+
39
## 0.9.0 - 2026-06-30
410

511
- Created the standalone `RouterBase/routerbase-cookbook` repository.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This repository is a practical starter kit for developers who want to test Route
1414
- `examples/docker`: a tiny containerized prompt runner example.
1515
- API collections repository: [RouterBase/routerbase-api-collections](https://github.com/RouterBase/routerbase-api-collections).
1616
- Cookbook repository: [RouterBase/routerbase-cookbook](https://github.com/RouterBase/routerbase-cookbook).
17+
- Cookbook site: `https://routerbase.github.io/routerbase-cookbook/`.
1718
- `.github/workflows/ci.yml`: CI for Node and Python tests.
1819
- `docs`: rollout plan, publishing checklist, and maintenance notes.
1920

@@ -113,6 +114,7 @@ These companion packages are already published:
113114
- Homebrew tap: [RouterBase/homebrew-tap](https://github.com/RouterBase/homebrew-tap)
114115
- API collections: [RouterBase/routerbase-api-collections](https://github.com/RouterBase/routerbase-api-collections)
115116
- Cookbook and article drafts: [RouterBase/routerbase-cookbook](https://github.com/RouterBase/routerbase-cookbook)
117+
- Cookbook site: `https://routerbase.github.io/routerbase-cookbook/`
116118

117119
## Homebrew
118120

docs/batch-plan.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,27 @@ Status:
222222
- Topics added for cookbook, tutorials, API, and OpenAI-compatible discovery.
223223
- GitHub release `v0.1.0` created.
224224
- Manual article publication to Dev.to and Hashnode can follow after account login.
225+
226+
## Batch 12 - Cookbook GitHub Pages
227+
228+
Turn the cookbook repository into a browsable static documentation site.
229+
230+
Site:
231+
232+
- `https://routerbase.github.io/routerbase-cookbook/`
233+
234+
Content:
235+
236+
- Homepage with RouterBase request-flow visual.
237+
- Quickstart page for the OpenAI-compatible gateway pattern.
238+
- API collections page for Postman, Bruno, Insomnia, and OpenAPI.
239+
- Content plan page for Dev.to and Hashnode drafts.
240+
- Sitemap and robots file.
241+
242+
Status:
243+
244+
- Static site added under `RouterBase/routerbase-cookbook` at `/docs`.
245+
- GitHub Pages enabled from `main` and `/docs`.
246+
- Pages status returned `built`.
247+
- Homepage, quickstart, API collections page, and sitemap returned HTTP 200.
248+
- Cookbook release `v0.2.0` created.

docs/cookbook.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Repository:
66

77
- `https://github.com/RouterBase/routerbase-cookbook`
88

9+
Site:
10+
11+
- `https://routerbase.github.io/routerbase-cookbook/`
12+
913
Included assets:
1014

1115
- Tutorials for using RouterBase as an OpenAI-compatible gateway.
@@ -14,13 +18,16 @@ Included assets:
1418
- Node.js and Python examples.
1519
- Dev.to and Hashnode article drafts.
1620
- Content calendar and review checklist.
21+
- GitHub Pages site with quickstart, API collections, and content plan pages.
1722

1823
Validation:
1924

2025
- The repository has `npm run verify`.
2126
- Node examples are tested without a live API key.
2227
- Markdown files are checked for RouterBase links, balanced code fences, and follow-up references.
2328
- GitHub Actions runs validation on every push and pull request.
29+
- GitHub Pages publishes from `main` and `/docs`.
30+
- The site homepage, quickstart page, API collections page, and sitemap returned HTTP 200 after enabling Pages.
2431

2532
Publishing follow-up:
2633

docs/publishing-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Use this checklist before publishing any RouterBase package or repository.
3333
- For Docker images, build locally before pushing.
3434
- For API collections, validate OpenAPI, Postman, Bruno, and Insomnia exports and keep request variables documented.
3535
- For content assets, run link/content validation and keep article drafts useful enough to publish independently.
36+
- For static sites, verify the live page returns HTTP 200, the sitemap is reachable, and the first page contains the intended RouterBase link.
3637

3738
## Maintenance
3839

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "routerbase-examples",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Examples, SDK starters, and publishing assets for RouterBase.",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)