Describe the feature
Add documentation for nested join and embedded preload
Motivation
Now gorm support nested join and embedded preload. But there is no corresponding document to describe them. Welcome to submit PR in https://github.com/go-gorm/gorm.io to help us improve the documentation. - [ ] nested join - [x] embedded preload completed by @black-06
Related Issues
Comment From: black-06
I would like update docs about embedded preload.