Skip to content

Commit 91798f9

Browse files
Update make.jl
1 parent 64126f4 commit 91798f9

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/make.jl

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,7 @@ makedocs(
2424
format=Documenter.HTML(assets=["assets/favicon.ico"],
2525
canonical="https://mtkstdlib.sciml.ai/stable/"),
2626

27-
pages=[
28-
"ModelingToolkitStandardLibrary.jl: A Standard Library for ModelingToolkit" => "index.md",
29-
30-
"Tutorials" => [
31-
"RC Circuit" => "tutorials/rc_circuit.md",
32-
"Custom Components" => "tutorials/custom_component.md",
33-
],
34-
35-
"API" => [
36-
"Basic Blocks" => "API/blocks.md",
37-
"Electrical Components" => "API/electrical.md",
38-
"Magnetic Components" => "API/magnetic.md",
39-
"Mechanical Components" => "API/mechanical.md",
40-
"Thermal Components" => "API/thermal.md"
41-
],
42-
]
27+
pages=pages
4328
)
4429

4530
deploydocs(

0 commit comments

Comments
 (0)