Skip to content

Commit 58a5117

Browse files
committed
Updating logo
1 parent 8c09cd7 commit 58a5117

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ site/
66
*.bak
77
__pycache__
88
.venv
9-
.idea
9+
.idea
10+
venv

docs/assets/datusignature.png

7.55 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hide:
3535
}
3636
</style>
3737
<div class="datu-hero">
38-
<img src="assets/logo-light.svg" alt="Datu Logo" width="90" style="margin-bottom:1.5rem;">
38+
<img src="assets/datusignature.png" alt="Datu Logo" width="90" style="margin-bottom:1.5rem;">
3939
<div class="datu-hero-title">Datu AI Analyst</div>
4040
<div class="datu-hero-subtitle">Build intelligent, data-driven AI agents in just a few lines of code.</div>
4141
<a href="user-guide/quickstart/" class="datu-hero-btn">Get Started</a>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repo_url: https://github.com/Datuanalytics/datu-core
1010

1111
theme:
1212
name: material
13-
logo: assets/logo-light.svg
13+
logo: assets/datusignature.png
1414
favicon: assets/favicon.ico
1515
features:
1616
- content.code.copy

0 commit comments

Comments
 (0)