Skip to content

Commit 7284a05

Browse files
committed
add pages to docs
1 parent 098ec5e commit 7284a05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Some joints offer the option to add 1-dimensional components to them by providin
193193

194194
```@autodocs
195195
Modules = [Multibody]
196-
Pages = ["joints.jl"]
196+
Pages = ["joints.jl", "fancy_joints.jl"]
197197
```
198198

199199
## Components
@@ -205,11 +205,9 @@ A mass with a shape can be modeled using a [`BodyShape`](@ref). The primary diff
205205
A rod without a mass (just a translation), is modeled using [`FixedTranslation`](@ref).
206206

207207

208-
209-
210208
```@autodocs
211209
Modules = [Multibody]
212-
Pages = ["components.jl"]
210+
Pages = ["components.jl", "wheels.jl"]
213211
```
214212

215213
## Forces

0 commit comments

Comments
 (0)