docs: standardize ktx naming

This commit is contained in:
Andrey Avtomonov 2026-05-20 17:32:15 +02:00
parent 27afd6a3b0
commit 1f8c1089f6
41 changed files with 331 additions and 313 deletions

View file

@ -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;

View file

@ -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",

View file

@ -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.",