Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chooron committed Jan 3, 2025
1 parent 73e9f74 commit 14f35b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ makedocs(
canonical = "https://chooron.github.io/HydroModels.jl/dev",
# 配置侧边栏
collapselevel = 2,
sidebar_sitename = true
sidebar_sitename = true,
# Add icons
assets = ["assets/icon.ico"],
edit_link = "main"
),
# 配置模块
modules = [HydroModels],
clean = true,
doctest = false,
linkcheck = true,
source = "src",
build = "build_en",
build = "build_en",
warnonly = true,
# 配置页面结构
pages = [
Expand Down
Binary file added docs/src/assets/icon.ico
Binary file not shown.
Binary file removed docs/src/assets/icons.ico
Binary file not shown.

0 comments on commit 14f35b2

Please sign in to comment.