Skip to content

Commit 43d5cfc

Browse files
holocron-so[bot]Holocron
authored andcommitted
Update meta.json, holocron.jsonc, packages/core/docs/meta.json
1 parent 7e2858e commit 43d5cfc

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

holocron.jsonc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"logo": {
3+
"dark": "/logo/light.svg",
4+
"light": "/logo/dark.svg"
5+
},
6+
"name": "opentui",
7+
"footer": {
8+
"links": [
9+
{
10+
"items": [
11+
{
12+
"href": "https://holocron.so",
13+
"label": "Holocron"
14+
}
15+
],
16+
"header": "Documentation"
17+
}
18+
],
19+
"socials": {
20+
"github": "https://github.com/remorses",
21+
"twitter": "https://x.com/__morse"
22+
}
23+
},
24+
"navbar": {
25+
"links": [
26+
{
27+
"href": "https://holocron.so",
28+
"icon": "document",
29+
"label": "Home"
30+
}
31+
],
32+
"primary": {
33+
"href": "https://holocron.so/login",
34+
"type": "button",
35+
"label": "Get Started"
36+
}
37+
},
38+
"siteId": "01K45QGSG00XQCDFKJQ733392Z",
39+
"$schema": "https://holocron.so/holocron.json",
40+
"domains": [
41+
"opentui-8xzwdvan.holocron.so"
42+
],
43+
"favicon": {
44+
"dark": "/favicon.svg",
45+
"light": "/favicon.svg"
46+
},
47+
"disableEditButton": false
48+
}

meta.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pages": [
3+
"index",
4+
"getting-started",
5+
"renderables-vs-constructs",
6+
"---OpenTUI Packages---",
7+
"packages/core/README",
8+
"packages/go/README",
9+
"packages/react/README",
10+
"packages/solid/README",
11+
"packages/vue/README",
12+
"---Agent Guidelines---",
13+
"AGENTS",
14+
"README"
15+
]
16+
}

packages/core/docs/meta.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"pages": [
3+
"getting-started",
4+
"renderables-vs-constructs",
5+
"---Core Examples---",
6+
"packages/core/src/renderables/composition/README",
7+
"..."
8+
]
9+
}

0 commit comments

Comments
 (0)