From beeeda4437699f19700dd949b5bec39ff79804ee Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Fri, 15 May 2026 14:01:24 +0200 Subject: [PATCH] feat(docs-site): add "by Kaelio" attribution and enlarge nav logo (#110) Stack a small "by Kaelio" line under the "KTX" wordmark in the docs site nav logo, scale the mascot + wordmark ~1.4x, and fix the mascot asset paths to include the /ktx basePath so they load in production. Also ignore .playwright-cli/ session artifacts produced by local UI checks. --- .gitignore | 3 +++ docs-site/components/logo.tsx | 32 ++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 112e7faa..d1098953 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Playwright CLI session artifacts (snapshots, console logs, screenshots) +.playwright-cli/ + # Python __pycache__/ *.py[cod] diff --git a/docs-site/components/logo.tsx b/docs-site/components/logo.tsx index 4ab8f8ba..44ab7144 100644 --- a/docs-site/components/logo.tsx +++ b/docs-site/components/logo.tsx @@ -1,28 +1,36 @@ export function Logo() { return ( -
+
+
+ + KTX + + + by Kaelio + +
- KTX - - Docs