Skip to content

Commit e3af466

Browse files
authored
Merge pull request #551 from wolthom/docs-icon
docs: Create favicon and add it to the documentation
2 parents 2c3fa3b + 0d1b2a2 commit e3af466

File tree

7 files changed

+917
-268
lines changed

7 files changed

+917
-268
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="docs/logo.jpg" alt="Dagger.jl">
1+
<img src="docs/src/assets/logo-with-text.jpg" alt="Dagger.jl">
22

33
-----
44

Diff for: docs/logo.svg

-266
This file was deleted.

Diff for: docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ makedocs(;
1212
format = Documenter.HTML(;
1313
prettyurls = get(ENV, "CI", "false") == "true",
1414
canonical = "https://JuliaParallel.github.io/Dagger.jl",
15-
assets = String[],
15+
assets = String["assets/favicon.ico"],
1616
),
1717
pages = [
1818
"Home" => "index.md",

Diff for: docs/src/assets/favicon.ico

49.6 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)