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 098ec5e commit 7284a05Copy full SHA for 7284a05
docs/src/index.md
@@ -193,7 +193,7 @@ Some joints offer the option to add 1-dimensional components to them by providin
193
194
```@autodocs
195
Modules = [Multibody]
196
-Pages = ["joints.jl"]
+Pages = ["joints.jl", "fancy_joints.jl"]
197
```
198
199
## Components
@@ -205,11 +205,9 @@ A mass with a shape can be modeled using a [`BodyShape`](@ref). The primary diff
205
A rod without a mass (just a translation), is modeled using [`FixedTranslation`](@ref).
206
207
208
-
209
210
211
212
-Pages = ["components.jl"]
+Pages = ["components.jl", "wheels.jl"]
213
214
215
## Forces
0 commit comments