Skip to content

Commit 9dbb130

Browse files
zakelfassiNoth
andauthored
docs: move canonical site to skdd.dev (#16)
Co-authored-by: Noth <noth@gabl.us>
1 parent d3e7cb7 commit 9dbb130

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://zakelfassi.github.io/skills-driven-development">
2+
<a href="https://skdd.dev">
33
<picture>
44
<source media="(prefers-color-scheme: dark)" srcset="./assets/wordmark.svg">
55
<source media="(prefers-color-scheme: light)" srcset="./assets/wordmark-light.svg">
@@ -19,7 +19,7 @@
1919
<a href="./LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-0ea5e9"></a>
2020
<a href="https://github.com/zakelfassi/skills-driven-development/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/zakelfassi/skills-driven-development?color=f59e0b&label=stars&logo=github"></a>
2121
<a href="https://agentskills.io/specification.md"><img alt="agentskills.io v1" src="https://img.shields.io/badge/spec-agentskills.io%2Fv1-f59e0b"></a>
22-
<a href="https://zakelfassi.github.io/skills-driven-development"><img alt="docs" src="https://img.shields.io/badge/docs-skdd.dev-38bdf8"></a>
22+
<a href="https://skdd.dev"><img alt="docs" src="https://img.shields.io/badge/docs-skdd.dev-38bdf8"></a>
2323
</p>
2424

2525
---
@@ -67,7 +67,7 @@ pnpm dlx @zakelfassi/skdd init --harness=claude
6767
# "What skills are available in this project?"
6868
```
6969

70-
See [watch the loop run →](https://zakelfassi.github.io/skills-driven-development) for a recorded terminal walkthrough: `init → forge → doctor`.
70+
See [watch the loop run →](https://skdd.dev) for a recorded terminal walkthrough: `init → forge → doctor`.
7171

7272
---
7373

@@ -162,7 +162,7 @@ Three reference colonies — every example passes `skdd validate` and `skdd doct
162162
| [`examples/cli-tool`](examples/cli-tool/) | Cross-platform CLI (`shipctl`) | 5 | Release pipelines, build matrices, flag management, man pages, breaking-change audits |
163163
| [`examples/data-pipeline`](examples/data-pipeline/) | Python ETL + ML project | 5 | Dataset onboarding, pipeline scaffolding, experiment logging, data quality gates, backfills |
164164

165-
Each colony ships with `AGENTS.md`, `CLAUDE.md`, `.skills-registry.md` (including archived + forked rows), `.colony.json`, and at least one executable stub script. Browse the [Examples gallery →](https://zakelfassi.github.io/skills-driven-development/examples/) for full walkthroughs.
165+
Each colony ships with `AGENTS.md`, `CLAUDE.md`, `.skills-registry.md` (including archived + forked rows), `.colony.json`, and at least one executable stub script. Browse the [Examples gallery →](https://skdd.dev/examples/) for full walkthroughs.
166166

167167
---
168168

@@ -233,7 +233,7 @@ SkDD doesn't replace the spec — it adds a **lifecycle** on top of it.
233233
- **Contributing:** See [CONTRIBUTING.md](CONTRIBUTING.md) — conventional commits, PR template, issue labels.
234234
- **Code of Conduct:** [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
235235
- **Security:** [SECURITY.md](SECURITY.md)
236-
- **Docs site:** [zakelfassi.github.io/skills-driven-development](https://zakelfassi.github.io/skills-driven-development)
236+
- **Docs site:** [skdd.dev](https://skdd.dev)
237237
- **Changelog:** [CHANGELOG.md](CHANGELOG.md)
238238

239239
---

site/astro.config.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ import { defineConfig } from "astro/config";
33
import starlight from "@astrojs/starlight";
44
import rehypeMermaid from "rehype-mermaid";
55

6-
// Deployed to GitHub Pages under the repo name by default.
7-
// If a custom domain (skdd.dev) is set up later, change SITE + BASE here —
8-
// every head link below derives from BASE, so nothing else needs edits.
9-
const SITE = "https://zakelfassi.github.io";
10-
const BASE = "/skills-driven-development";
6+
// The canonical GitHub Pages custom domain. Every asset and metadata URL below
7+
// derives from these values, keeping root-relative links correct on skdd.dev.
8+
const SITE = "https://skdd.dev";
9+
const BASE = "";
1110

1211
export default defineConfig({
1312
site: SITE,

0 commit comments

Comments
 (0)