We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e9f74 commit 14f35b2Copy full SHA for 14f35b2
docs/make.jl
@@ -12,15 +12,18 @@ makedocs(
12
canonical = "https://chooron.github.io/HydroModels.jl/dev",
13
# 配置侧边栏
14
collapselevel = 2,
15
- sidebar_sitename = true
+ sidebar_sitename = true,
16
+ # Add icons
17
+ assets = ["assets/icon.ico"],
18
+ edit_link = "main"
19
),
20
# 配置模块
21
modules = [HydroModels],
22
clean = true,
23
doctest = false,
24
linkcheck = true,
25
source = "src",
- build = "build_en",
26
+ build = "build_en",
27
warnonly = true,
28
# 配置页面结构
29
pages = [
docs/src/assets/icon.ico
15.2 KB
docs/src/assets/icons.ico
-14.2 KB
0 commit comments