Skip to content

Commit ea059a2

Browse files
committed
feat: merge quickstart and creating a hypercert
1 parent ade3db3 commit ea059a2

10 files changed

Lines changed: 168 additions & 195 deletions

File tree

.beads/issues.jsonl

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/navigation.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ export const navigation = [
44
children: [
55
{ title: "Welcome", path: "/" },
66
{ title: "Quickstart", path: "/getting-started/quickstart" },
7-
{
8-
title: "Creating Your First Hypercert",
9-
path: "/getting-started/creating-your-first-hypercert",
10-
},
117
{
128
title: "Working with Evaluations",
139
path: "/getting-started/working-with-evaluations",

pages/architecture/account-and-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ Beyond identity, Certified contributes shared data schemas to the AT Protocol ec
9898

9999
## Next steps
100100

101-
- [Creating Your First Hypercert](/getting-started/creating-your-first-hypercert) — build a complete hypercert with contributions, attachments, and measurements
101+
- [Quickstart](/getting-started/quickstart) — build a complete hypercert with contributions, attachments, and measurements
102102
- [Working with Evaluations](/getting-started/working-with-evaluations) — create evaluations of other people's work

pages/architecture/data-flow-and-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@ For the overall architecture and how layers connect, see [Architecture Overview]
226226

227227
For details on specific record types and their schemas, see [Introduction to Lexicons](/lexicons/introduction-to-lexicons).
228228

229-
For a practical walkthrough of creating a hypercert, see [Creating Your First Hypercert](/getting-started/creating-your-first-hypercert).
229+
For a practical walkthrough of creating a hypercert, see [Quickstart](/getting-started/quickstart).

pages/core-concepts/funding-and-value-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ There are many different flows that can be represented with hypercerts. Below is
7575

7676
### Stage 1 — Creation and evaluation
7777

78-
Alice plants 500 trees in a reforestation project and creates an activity claim with measurements and attachments. Bob, an environmental auditor, evaluates the claim from his own PDS. See [Creating Your First Hypercert](/getting-started/creating-your-first-hypercert) for a walkthrough.
78+
Alice plants 500 trees in a reforestation project and creates an activity claim with measurements and attachments. Bob, an environmental auditor, evaluates the claim from his own PDS. See [Quickstart](/getting-started/quickstart) for a walkthrough.
7979

8080
### Stage 2 — Funding
8181

pages/core-concepts/hypercerts-core-data-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Activity claims and their linked records are currently immutable once created. R
9595
Once you understand the data model, you're ready to build:
9696

9797
- **[Quickstart](/getting-started/quickstart)** — create your first activity claim
98-
- **[Creating Your First Hypercert](/getting-started/creating-your-first-hypercert)** — build a complete hypercert with all record types
98+
- **[Quickstart](/getting-started/quickstart)** — build a complete hypercert with all record types
9999
- **[Lexicon reference](/lexicons/hypercerts-lexicons)** — field-by-field schema for every record type
100100

101101
Next: [Certified Identity](/core-concepts/certified-identity) — who authors records and how signatures work.

pages/getting-started/creating-your-first-hypercert.md

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

0 commit comments

Comments
 (0)