Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [The Incidence Report](first_model/reporter.md)
- [Next Steps](first_model/next-steps.md)
- [Topics](topics/topics.md)
- [Properties](topics/properties.md)
- [Indexing](topics/indexing.md)
- [Burn-in Periods and Negative Time](topics/burn-in-and-negative-time.md)
- [Handling Errors](topics/handling-errors.md)
Expand Down
5 changes: 4 additions & 1 deletion docs/book/src/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Properties in the new Entity system

In the new Entity system, properties work a little differently.
In the new Entity system, properties work a little differently. We now have a
[chapter devoted to properties in the ixa book](topics/properties.md). This section
of the migration guide describes the changes in the new system relative to the
old system.

### The Old Way to Define a Property

Expand Down
Loading
Loading