mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
docs: standardize ktx naming
This commit is contained in:
parent
27afd6a3b0
commit
1f8c1089f6
41 changed files with 331 additions and 313 deletions
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
/* ═══════════════════════════════════════════
|
||||
KTX Light Theme - Warm Cream & Taupe
|
||||
ktx Light Theme - Warm Cream & Taupe
|
||||
═══════════════════════════════════════════ */
|
||||
:root {
|
||||
--color-fd-background: #faf9f6;
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
/* ═══════════════════════════════════════════
|
||||
KTX Dark Theme - Deep Ocean Slate
|
||||
ktx Dark Theme - Deep Ocean Slate
|
||||
═══════════════════════════════════════════ */
|
||||
.dark {
|
||||
--color-fd-background: #0f1719;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const baseOptions: BaseLayoutProps = {
|
|||
},
|
||||
{
|
||||
type: "icon",
|
||||
label: "Join the KTX Slack community",
|
||||
label: "Join the ktx Slack community",
|
||||
icon: <SlackIcon />,
|
||||
text: "Slack",
|
||||
url: "https://join.slack.com/t/ktxcommunity/shared_invite/zt-3y9b44m1x-LVyNNJD5nwaZHq4XS29LMQ",
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ const geistMono = Geist_Mono({
|
|||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
template: "%s | KTX Docs",
|
||||
default: "KTX Docs",
|
||||
template: "%s | ktx Docs",
|
||||
default: "ktx Docs",
|
||||
},
|
||||
description:
|
||||
"Open-source context infrastructure that makes agentic analytics reliable.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue