Skip to content

Commit 86741fb

Browse files
authored
Update README.md file: (#24)
1. Add Batch Loading section to the table of contents. 2. Align numbering format.
1 parent 80135eb commit 86741fb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,23 @@
1111
6. [Properties](#Properties)
1212
7. [References to other objects](#References-to-other-objects)
1313
+ 7.1. [Associating by Reference](#Associating-by-Reference)
14+
+ 7.1.1. [Batch Loading](#Batch-Loading)
1415
+ 7.2. [Aggregating by Embedding](#Aggregating-by-Embedding)
1516
+ 7.2.1. [Versioning Lists](#Versioning-Lists)
16-
+ 7.2.2 [List Ordinals](#List-Ordinals)
17-
+ 7.2.3 [The importance of Generic Types](#The-importance-of-Generic-Types)
17+
+ 7.2.2. [List Ordinals](#List-Ordinals)
18+
+ 7.2.3. [The importance of Generic Types](#The-importance-of-Generic-Types)
1819
8. [Advanced Features](#Advanced-Features)
1920
+ 8.1. [Placeholder replacement](#Placeholder-replacement)
2021
+ 8.2. [Subclasses](#Subclasses)
21-
+ 8.2.1 [Data Inheritance](#Data-Inheritance)
22-
+ 8.2.2 [Subclass Inheritance](#Subclass-Inheritance)
22+
+ 8.2.1. [Data Inheritance](#Data-Inheritance)
23+
+ 8.2.2. [Subclass Inheritance](#Subclass-Inheritance)
2324
+ 8.3. [Custom Object Converters](#Custom-Object-Converters)
2425
9. [External Configuration File](#External-Configuration-File)
25-
+ 9.1 [File Structure](#File-Structure)
26-
+ 9.1.1 [Key Structure](#Key-Structure)
27-
+ 9.1.2 [Bin Structure](#Bin-Structure)
28-
+ 9.1.3 [Embed Structure](#Embed-Structure)
29-
+ 9.1.4 [Reference Structure](#Reference-Structure)
26+
+ 9.1. [File Structure](#File-Structure)
27+
+ 9.1.1. [Key Structure](#Key-Structure)
28+
+ 9.1.2. [Bin Structure](#Bin-Structure)
29+
+ 9.1.3. [Embed Structure](#Embed-Structure)
30+
+ 9.1.4. [Reference Structure](#Reference-Structure)
3031
10. [Virtual Lists](#Virtual-Lists)
3132

3233
# Motivation and a simple example

0 commit comments

Comments
 (0)