Skip to content

Commit a4fd411

Browse files
authored
chore: doggify project (#67)
1 parent d482638 commit a4fd411

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <h1 align="center">db-ally</h1>
1+
# <h1 align="center">🦮 db-ally</h1>
22

33
<p align="center">
44
<em>Efficient, consistent and secure library for querying structured data with natural language</em>

docs/assets/guide_dog_lg.png

15.2 KB
Loading

docs/assets/guide_dog_sm.png

2.47 KB
Loading

docs/stylesheets/extra.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
:root {
22
--md-primary-fg-color: #00b0e0;
3+
}
4+
5+
.md-header__button.md-logo {
6+
margin: 0;
7+
padding: 0;
8+
}
9+
10+
.md-header__button.md-logo img, .md-header__button.md-logo svg {
11+
height: 1.8rem;
12+
width: 1.8rem;
313
}

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ nav:
8080
- about/contact.md
8181
theme:
8282
name: material
83+
logo: assets/guide_dog_lg.png
84+
favicon: assets/guide_dog_sm.png
8385
icon:
8486
repo: fontawesome/brands/github
8587
palette:

0 commit comments

Comments
 (0)