We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64126f4 commit 91798f9Copy full SHA for 91798f9
docs/make.jl
@@ -24,22 +24,7 @@ makedocs(
24
format=Documenter.HTML(assets=["assets/favicon.ico"],
25
canonical="https://mtkstdlib.sciml.ai/stable/"),
26
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
- ]
+ pages=pages
43
)
44
45
deploydocs(
0 commit comments