Skip to content

Commit d8d86b2

Browse files
committed
Updating logo
1 parent 4758a04 commit d8d86b2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repo_url: https://github.com/Datuanalytics/datu-core
99

1010
theme:
1111
name: material
12-
logo: assets/logo-light.svg
12+
logo: assets/datusignature.png
1313
favicon: assets/favicon.ico
1414
features:
1515
- content.code.copy
@@ -111,4 +111,4 @@ validation:
111111
not_found: warn
112112
anchors: warn
113113
absolute_links: warn
114-
unrecognized_links: warn
114+
unrecognized_links: warn

0 commit comments

Comments
 (0)