File tree Expand file tree Collapse file tree 3 files changed +73
-0
lines changed
Expand file tree Collapse file tree 3 files changed +73
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ {
2+ "pages" : [
3+ " getting-started" ,
4+ " renderables-vs-constructs" ,
5+ " ---Core Examples---" ,
6+ " packages/core/src/renderables/composition/README" ,
7+ " ..."
8+ ]
9+ }
You can’t perform that action at this time.
0 commit comments