fix: Remove link from code editor docs (#5170)

Remove link from the stdlib import() docs
This commit is contained in:
Jonathan Tran
2025-01-29 16:00:00 -05:00
committed by GitHub
parent f321ecdff0
commit 4cd427bf91
3 changed files with 1 additions and 6 deletions

View File

@ -14,8 +14,6 @@ For formats lacking unit data (such as STL, OBJ, or PLY files), the default unit
Note: The import command currently only works when using the native Modeling App.
For importing KCL functions using the `import` statement, see the docs on [KCL modules](/docs/kcl/modules).
```js
import(file_path: String, options?: ImportFormat) -> ImportedGeometry
```