Skip to content

Commit a99521a

Browse files
Aryamanz29claude
andcommitted
docs: fix broken logo and favicon by serving them locally
Replace broken GitHub user-attachments URLs with local assets. Add pyatlan logo (PNG) and configure homepage link on logo click. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fb8c97c commit a99521a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/assets/logo.png

121 KB
Loading

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ edit_uri: edit/main/docs/
77

88
theme:
99
name: material
10-
logo: https://github.com/user-attachments/assets/38243809-d723-4464-8f1c-4869795ea0c8
11-
favicon: https://github.com/user-attachments/assets/38243809-d723-4464-8f1c-4869795ea0c8
10+
logo: assets/logo.png
11+
favicon: assets/logo.png
12+
homepage: https://atlanhq.github.io/atlan-python/
1213
palette:
1314
- scheme: default
1415
primary: deep purple

0 commit comments

Comments
 (0)