Files
sonr/docs/architecture/meta.ts
T

13 lines
258 B
TypeScript
Raw Normal View History

import { defineMeta } from "blume";
export default defineMeta({
"title": "Architecture",
"icon": "combine",
"collapsed": true,
"pages": [
"delegated-proof-of-stake",
"inter-blockchain-communication",
"passkey-web-authentication"
]
});