Skip to content

Commit f4e73ca

Browse files
committed
make.jl fix
1 parent 7a8c807 commit f4e73ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ makedocs(;
2121
pages = [
2222
"Home" => "index.md",
2323
"Tutorials" => ["NeuralNetworkBlock" => "nnblock.md"
24-
"Friction Model" => "friction.md",
24+
"Friction Model" => "friction.md"
2525
"Symbolic UDE Creation" => "symbolic_ude_tutorial.md"],
2626
"API" => "api.md"
2727
]

0 commit comments

Comments
 (0)