Skip to content

Commit

Permalink
Simplify menu, maybe fix logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 7, 2023
1 parent 666b510 commit c30ceca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@ docs = [
name = "ManifoldDiff.jl",
giturl = "https://github.com/JuliaManifolds/ManifoldDiff.jl.git",
),
MultiDocumenter.DropdownNav("Examples", [
MultiDocumenter.MultiDocRef(
MultiDocumenter.MultiDocRef(
upstream = joinpath(clonedir, "ManoptExamples.jl"),
path = "manoptexamples",
name = "Manopt Examples",
giturl = "https://github.com/JuliaManifolds/ManoptExamples.jl.git",
),
]),
),
]

# ## Build docs
Expand All @@ -110,7 +108,7 @@ MultiDocumenter.make(
index_versions = ["stable"],
engine = MultiDocumenter.FlexSearch
),
brand_image = MultiDocumenter.BrandImage("https://juliadocumenter.github.io",
brand_image = MultiDocumenter.BrandImage("https://juliamanifolds.github.io",
joinpath("assets",
"logo.png")),
)
Expand Down

0 comments on commit c30ceca

Please sign in to comment.