Skip to content

Commit 9e75a6c

Browse files
Create pages.jl
1 parent dcfd376 commit 9e75a6c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/pages.jl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pages = [
2+
"ModelingToolkitStandardLibrary.jl: A Standard Library for ModelingToolkit" => "index.md",
3+
4+
"Tutorials" => [
5+
"RC Circuit" => "tutorials/rc_circuit.md",
6+
"Custom Components" => "tutorials/custom_component.md",
7+
],
8+
9+
"API" => [
10+
"Basic Blocks" => "API/blocks.md",
11+
"Electrical Components" => "API/electrical.md",
12+
"Magnetic Components" => "API/magnetic.md",
13+
"Mechanical Components" => "API/mechanical.md",
14+
"Thermal Components" => "API/thermal.md"
15+
],
16+
]

0 commit comments

Comments
 (0)