- 👌 IMPROVE: Add `ensure_index_file` event on build completion
- ♻️ REFACTOR: Rename key: `parts` -> `subtrees`
- ♻️ REFACTOR: `sections` -> `items`, and add `format`
- The `format` key adds key-mapping for jupyter-book support.
- ♻️ REFACTOR: API naming: renamed to be more general:
- `DocItem` -> `Document`
- `DocItem.parts` -> `Document.subtrees`
- `TocItem` -> `TocTree`
- `TocItem.sections` -> `TocTree.items`