diff --git a/holocron.jsonc b/holocron.jsonc new file mode 100644 index 000000000..b5387eb72 --- /dev/null +++ b/holocron.jsonc @@ -0,0 +1,48 @@ +{ + "logo": { + "dark": "/logo/light.svg", + "light": "/logo/dark.svg" + }, + "name": "opentui", + "footer": { + "links": [ + { + "items": [ + { + "href": "https://holocron.so", + "label": "Holocron" + } + ], + "header": "Documentation" + } + ], + "socials": { + "github": "https://github.com/remorses", + "twitter": "https://x.com/__morse" + } + }, + "navbar": { + "links": [ + { + "href": "https://holocron.so", + "icon": "document", + "label": "Home" + } + ], + "primary": { + "href": "https://holocron.so/login", + "type": "button", + "label": "Get Started" + } + }, + "siteId": "01K45QGSG00XQCDFKJQ733392Z", + "$schema": "https://holocron.so/holocron.json", + "domains": [ + "opentui-8xzwdvan.holocron.so" + ], + "favicon": { + "dark": "/favicon.svg", + "light": "/favicon.svg" + }, + "disableEditButton": false +} \ No newline at end of file diff --git a/meta.json b/meta.json new file mode 100644 index 000000000..7cdf4f04c --- /dev/null +++ b/meta.json @@ -0,0 +1,16 @@ +{ + "pages": [ + "index", + "getting-started", + "renderables-vs-constructs", + "---OpenTUI Packages---", + "packages/core/README", + "packages/go/README", + "packages/react/README", + "packages/solid/README", + "packages/vue/README", + "---Agent Guidelines---", + "AGENTS", + "README" + ] +} \ No newline at end of file