mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-17 07:26:25 +00:00
docs(docs): add documentation site with Blume config and initial MDX pages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineMeta } from "blume";
|
||||
|
||||
export default defineMeta({
|
||||
"title": "Run a Node",
|
||||
"icon": "server",
|
||||
"collapsed": false,
|
||||
"pages": [
|
||||
"onboarding",
|
||||
"deployment",
|
||||
"vrf-key-management",
|
||||
"vrf-migration"
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user