Skip to content

Commit 14f35b2

Browse files
committed
update icon
1 parent 73e9f74 commit 14f35b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/make.jl

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ makedocs(
1212
canonical = "https://chooron.github.io/HydroModels.jl/dev",
1313
# 配置侧边栏
1414
collapselevel = 2,
15-
sidebar_sitename = true
15+
sidebar_sitename = true,
16+
# Add icons
17+
assets = ["assets/icon.ico"],
18+
edit_link = "main"
1619
),
1720
# 配置模块
1821
modules = [HydroModels],
1922
clean = true,
2023
doctest = false,
2124
linkcheck = true,
2225
source = "src",
23-
build = "build_en",
26+
build = "build_en",
2427
warnonly = true,
2528
# 配置页面结构
2629
pages = [

docs/src/assets/icon.ico

15.2 KB
Binary file not shown.

docs/src/assets/icons.ico

-14.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)