Skip to content
Open
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
1 change: 0 additions & 1 deletion lib/generate-search-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function getSection(path) {
if (path.startsWith("/lexicons")) return "Reference";
if (path.startsWith("/reference")) return "Reference";
if (path.startsWith("/ecosystem")) return "Ecosystem & Vision";
if (path === "/roadmap") return "Reference";
return "Other";
}

Expand Down
1 change: 0 additions & 1 deletion lib/lastUpdated.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"/lexicons/introduction-to-lexicons": "2026-03-05T19:42:38+08:00",
"/reference/faq": "2026-03-06T22:56:46+08:00",
"/reference/glossary": "2026-03-05T20:14:26+08:00",
"/roadmap": "2026-03-05T20:17:36+06:00",
"/tools/hyperboards": "2026-03-09T15:56:42+08:00",
"/tools/hypercerts-cli": "2026-03-05T12:30:00+06:00",
"/tools/hyperindex": "2026-02-20T19:42:03+08:00",
Expand Down
1 change: 0 additions & 1 deletion lib/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export const navigation = [
},
{ title: "Glossary", path: "/reference/glossary" },
{ title: "FAQ", path: "/reference/faq" },
{ title: "Roadmap", path: "/roadmap" },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion pages/core-concepts/certified-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To receive onchain funding, a DID needs to be linked to an onchain wallet addres
3. Signs an EIP-712 typed message proving ownership
4. Stores the attestation in the user's PDS

The attestation is self-sovereign (stored in your PDS, not a central database) and verifiable by anyone. See the [Roadmap](/roadmap) for current IdentityLink status.
The attestation is self-sovereign (stored in your PDS, not a central database) and verifiable by anyone.

## Next steps

Expand Down
3 changes: 0 additions & 3 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ Key terms used across the documentation
{% card-link title="FAQ" href="/reference/faq" icon="<svg viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.625 9.75a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 01.778-.332 48.294 48.294 0 005.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z\"/></svg>" %}
Common questions about building with Hypercerts
{% /card-link %}
{% card-link title="Roadmap" href="/roadmap" icon="<svg viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 6.75V15m0 0l3-3m-3 3l-3-3m12 0V6.75m0 8.25l3-3m-3 3l-3-3\"/></svg>" %}
Development priorities and phased delivery plan
{% /card-link %}
{% /card-grid %}

## Ecosystem & Vision
Expand Down
1 change: 0 additions & 1 deletion pages/reference/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ The on-chain funding layer is not yet implemented. The planned design freezes re
#### Where do I get help?

- [GitHub](https://github.com/hypercerts-org) — source code, issues, and discussions
- [Roadmap](/roadmap) — what's being built and what's next
343 changes: 0 additions & 343 deletions pages/roadmap.md

This file was deleted.

Loading