Skip to content

Commit f715dc7

Browse files
authored
Update logo (#4)
1 parent afa7adb commit f715dc7

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
44

55
[compat]
6-
Documenter = "0.21"
6+
Documenter = "0.22"

make.jl

+5-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ makedocs(
4545
pages = [
4646
"Home" => "index.md",
4747
],
48-
format = Documenter.HTML(edit_branch = "source"),
49-
analytics = "UA-136089579-1",
48+
format = Documenter.HTML(
49+
edit_branch = "source",
50+
assets = ["assets/favicon.ico"],
51+
analytics = "UA-136089579-1",
52+
),
5053
)
5154

5255
deploydocs(

src/assets/favicon.ico

1.12 KB
Binary file not shown.

src/assets/logo.png

-32.4 KB
Binary file not shown.

src/assets/logo.svg

+11
Loading

0 commit comments

Comments
 (0)