docs(docs): add documentation site with Blume config and initial MDX pages

This commit is contained in:
Prad Nukala
2026-09-02 16:53:24 -04:00
parent 9b357128cc
commit b1a622ea13
121 changed files with 23710 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import { defineMeta } from "blume";
export default defineMeta({
"title": "Architecture",
"icon": "combine",
"collapsed": true,
"pages": [
"delegated-proof-of-stake",
"inter-blockchain-communication",
"passkey-web-authentication"
]
});