Skip to content

Commit 6828f5f

Browse files
committed
Fix indentation of table of contents.
1 parent 02ddad0 commit 6828f5f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎Sources/SQLiteData/Documentation.docc/Articles/CloudKitSharing.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Info.plist with a value of `true`. This is subtly documented in [Apple's documen
1919
- [Accepting shared records](#Accepting-shared-records)
2020
- [Diving deeper into sharing](#Diving-deeper-into-sharing)
2121
- [Sharing root records](#Sharing-root-records)
22-
- [Sharing foreign key relationships](#Sharing-foreign-key-relationships)
23-
- [One-to-many relationships](#One-to-many-relationships)
24-
- [Many-to-many relationships](#Many-to-many-relationships)
25-
- [One-to-"at most one" relationships](#One-to-at-most-one-relationships)
22+
- [Sharing foreign key relationships](#Sharing-foreign-key-relationships)
23+
- [One-to-many relationships](#One-to-many-relationships)
24+
- [Many-to-many relationships](#Many-to-many-relationships)
25+
- [One-to-"at most one" relationships](#One-to-at-most-one-relationships)
2626
- [Sharing permissions](#Sharing-permissions)
2727
- [Controlling what data is shared](#Controlling-what-data-is-shared)
2828

@@ -194,7 +194,7 @@ a "root" is `RemindersList`. It is the only one with no foreign key relationship
194194
`Reminder`, `CoverImage`, `Tag` or `ReminderTag` can be directly shared on their own because they
195195
are not root tables.
196196

197-
#### Sharing foreign key relationships
197+
### Sharing foreign key relationships
198198

199199
> Important: Foreign key relationships are automatically synchronized, but only if the related
200200
> record has a single foreign key. Records with multiple foreign keys cannot be synchronized.

0 commit comments

Comments
 (0)