Skip to content

Commit

Permalink
small changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed Jan 7, 2025
1 parent 03c6e8b commit 6115919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/learning/transformer/branching-imodels.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ forward synchronizations.
Conflicts during a transformation are resolved in favor of the element which was modified most recently, as stored in the `LastMod` property
of an element. Elements in transformations are considered in conflict when their [code](/bis/fundamentals/foundation/codes) is the same.

You can override the method [`IModelTransformer.hasElementChanged`](/reference/core-transformer/imodels/imodeltransformer/haselementchanged/)
You can override the method [`IModelTransformer.hasElementChanged`](/reference/imodel-transformer/imodels/imodeltransformer/haselementchanged/)
in your transformer implementation to use more specific logic for determining if an element should be considered changed.

Some other data in the iModel follows more specific rules for conflicts:
Expand Down Expand Up @@ -124,4 +124,4 @@ Synchronization conflicts are not to be confused with concurrent edit conflicts

### Synchronization workflow examples

More in depth samples exist in the [tests](https://github.com/iTwin/itwinjs-core/blob/master/core/transformer/src/test/standalone/IModelTransformerHub.test.ts) for the `@itwin/core-transformer` package.
More in depth samples exist in the [tests](https://github.com/iTwin/imodel-transformer/blob/main/packages/transformer/src/test/standalone/IModelTransformerHub.test.ts) for the `@itwin/imodel-transformer` package.
2 changes: 1 addition & 1 deletion docs/learning/transformer/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iModel Transformation and Data Exchange

The `@itwin/core-transformer` package provides some classes that implement [Extract, Transform, and Load](https://en.wikipedia.org/wiki/Extract,_transform,_load) (ETL) functionality:
The `@itwin/imodel-transformer` package provides some classes that implement [Extract, Transform, and Load](https://en.wikipedia.org/wiki/Extract,_transform,_load) (ETL) functionality:

- [IModelExporter]($transformer) and [IModelExportHandler]($transformer) are the base classes that implement the *extract* (or *export*) part of ETL functionality.
- [IModelTransformer]($transformer) is the base class that implements the *transform* part of ETL functionality.
Expand Down

0 comments on commit 6115919

Please sign in to comment.