fix links for kcl docs (#1714)

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* more link

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* better highlighting

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* better highlighting

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-03-13 15:43:42 -07:00
committed by GitHub
parent 17b7c687d4
commit d3d2612a3b
70 changed files with 234 additions and 234 deletions

View File

@ -8,13 +8,13 @@ Returns the last segment of x.
```
```js
lastSegX(sketch_group: SketchGroup) -> number
```
### Examples
```kcl
```js
startSketchOn("YZ")
|> startProfileAt([0, 0], %)
|> line({ to: [5, 0], tag: "thing" }, %)
@ -27,7 +27,7 @@ startSketchOn("YZ")
### Arguments
* `sketch_group`: `SketchGroup` - A sketch group is a collection of paths. (REQUIRED)
```
```js
{
// The plane id or face id of the sketch group.
entityId: uuid,