Skip to content

Commit 606321f

Browse files
committed
Update make.jl
1 parent 7c76407 commit 606321f

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

docs/make.jl

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,12 @@ makedocs(
88
sitename = "SimJulia.jl",
99
pages = [
1010
"Home" => "index.md",
11-
"Intro" => [
12-
"10_min/1_installation.md",
13-
"10_min/2_basic_concepts.md",
14-
"10_min/3_process_interaction.md",
15-
],
16-
"Manual" => "topics.md",
17-
"Examples" => [
18-
"examples/1_bank_renege.md",
19-
],
20-
"Library" => "api.md"
21-
]
22-
11+
]
2312
)
2413

2514
deploydocs(
2615
repo = "github.com/BenLauwens/SimJulia.jl.git",
27-
julia = "0.5",
16+
julia = "0.6",
2817
osname = "linux",
2918
target = "build",
3019
deps = nothing,

0 commit comments

Comments
 (0)