Updates path docs for website (#4019)
* fix docs paths for website Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix docs paths for website Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -17,12 +17,12 @@ loft(sketch_groups: [SketchGroup], data?: LoftData) -> ExtrudeGroup
|
||||
|
||||
| Name | Type | Description | Required |
|
||||
|----------|------|-------------|----------|
|
||||
| `sketch_groups` | [`[SketchGroup]`](kcl/types/[SketchGroup]) | | Yes |
|
||||
| `data` | [`LoftData`](kcl/types/LoftData) | Data for a loft. | No |
|
||||
| `sketch_groups` | [`[SketchGroup]`](/docs/kcl/types/[SketchGroup]) | | Yes |
|
||||
| `data` | [`LoftData`](/docs/kcl/types/LoftData) | Data for a loft. | No |
|
||||
|
||||
### Returns
|
||||
|
||||
[`ExtrudeGroup`](kcl/types/ExtrudeGroup) - An extrude group is a collection of extrude surfaces.
|
||||
[`ExtrudeGroup`](/docs/kcl/types/ExtrudeGroup) - An extrude group is a collection of extrude surfaces.
|
||||
|
||||
|
||||
### Examples
|
||||
|
||||
Reference in New Issue
Block a user