mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
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:
parent
703cbd92fc
commit
beeeda4437
2 changed files with 23 additions and 12 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# Playwright CLI session artifacts (snapshots, console logs, screenshots)
|
||||
.playwright-cli/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue