Skip to content

Commit ac6f52d

Browse files
committed
format
1 parent a788bcb commit ac6f52d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/make.jl

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ push!(LOAD_PATH, "../ext/")
77

88
include(joinpath(@__DIR__, "..", "ext", "JetVisualisation.jl"))
99

10-
makedocs(sitename="JetReconstruction.jl",
11-
format=MarkdownVitepress(
12-
repo="github.com/JuliaHEP/JetReconstruction.jl",
13-
),
14-
pages=[
15-
"Home" => "index.md",
16-
"Examples" => "examples.md",
17-
"Reference" => Any["Public API"=>"lib/public.md",
18-
"Internal API"=>"lib/internal.md",
19-
"Visualisation API"=>"lib/visualisation.md"]
20-
])
10+
makedocs(sitename = "JetReconstruction.jl",
11+
format = MarkdownVitepress(repo = "github.com/JuliaHEP/JetReconstruction.jl"),
12+
pages = [
13+
"Home" => "index.md",
14+
"Examples" => "examples.md",
15+
"Reference" => Any["Public API" => "lib/public.md",
16+
"Internal API" => "lib/internal.md",
17+
"Visualisation API" => "lib/visualisation.md"]
18+
])
2119

2220
deploydocs(repo = "github.com/JuliaHEP/JetReconstruction.jl.git",
2321
push_preview = true)

0 commit comments

Comments
 (0)