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.
This commit is contained in:
Andrey Avtomonov 2026-05-15 14:01:24 +02:00 committed by GitHub
parent 703cbd92fc
commit beeeda4437
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 12 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# Playwright CLI session artifacts (snapshots, console logs, screenshots)
.playwright-cli/
# Python
__pycache__/
*.py[cod]