Skip to content

Commit

Permalink
start with adding unfold logo on tp left of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Jan 24, 2025
1 parent 4dc0a48 commit a8c0fe6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ makedocs(
#root = joinpath(dirname(pathof(Unfold)), "..", "docs"),
#prettyurls = get(ENV, "CI", nothing) == "true",
repo = Documenter.Remotes.GitHub("unfoldtoolbox", "Unfold.jl"),
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://unfoldtoolbox.github.io/Unfold.jl",
edit_link = "main",
sidebar_sitename = false,
assets = String[],
),
pages = [
"index.md",
"Installing Julia + Unfold.jl" => "installation.md",
Expand Down

0 comments on commit a8c0fe6

Please sign in to comment.