diff --git a/holocron.jsonc b/holocron.jsonc new file mode 100644 index 0000000..cd75740 --- /dev/null +++ b/holocron.jsonc @@ -0,0 +1,48 @@ +{ + "$schema": "https://holocron.so/holocron.json", + "siteId": "01K94J2Z84AJYTDCGFAB0K5YZC", + "name": "documentation", + "disableEditButton": false, + "favicon": { + "light": "/favicon.svg", + "dark": "/favicon.svg" + }, + "logo": { + "light": "https://holocron.so/logo/dark.svg", + "dark": "https://holocron.so/logo/light.svg" + }, + "navbar": { + "links": [ + { + "label": "Home", + "href": "https://holocron.so", + "icon": "document" + } + ], + "primary": { + "type": "button", + "label": "Get Started", + "href": "https://holocron.so/login" + } + }, + "footer": { + "socials": { + "twitter": "https://x.com/__morse", + "github": "https://github.com/remorses" + }, + "links": [ + { + "header": "Documentation", + "items": [ + { + "label": "Holocron", + "href": "https://holocron.so" + } + ] + } + ] + }, + "domains": [ + "documentation-dgfr9ovi.holocronsites.com" + ] +} \ No newline at end of file