Skip to content

Commit 00016fe

Browse files
CopilotWeihanLi
andcommitted
Finalize documentation with navigation links and complete structure
Co-authored-by: WeihanLi <7604648+WeihanLi@users.noreply.github.com>
1 parent b636944 commit 00016fe

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ See Releases/PRs for details
161161

162162
πŸ“– **[Complete Usage Guide](docs/Usage.md)** - Comprehensive documentation with examples for all features
163163

164+
⚑ **[Advanced Features Guide](docs/AdvancedFeatures.md)** - Custom interceptors, performance optimization, and integration patterns
165+
164166
πŸ“‹ **[Release Notes](docs/ReleaseNotes.md)** - Version history and breaking changes
165167

166168
πŸ”§ **[Sample Project](samples/WeihanLi.EntityFramework.Sample/)** - Working examples and demonstrations

β€Ždocs/AdvancedFeatures.mdβ€Ž

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,4 +826,10 @@ public class ProductQueryService
826826
}
827827
```
828828

829-
These advanced patterns help you build robust, scalable applications while leveraging the full power of WeihanLi.EntityFramework.
829+
These advanced patterns help you build robust, scalable applications while leveraging the full power of WeihanLi.EntityFramework.
830+
831+
## Related Documentation
832+
833+
- πŸš€ [Getting Started Guide](GettingStarted.md) - New to WeihanLi.EntityFramework? Start here
834+
- πŸ“– [Complete Usage Guide](Usage.md) - Comprehensive documentation with examples for all features
835+
- πŸ“‹ [Release Notes](ReleaseNotes.md) - Version history and breaking changes

β€Ždocs/GettingStarted.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ When you run this setup, WeihanLi.EntityFramework will automatically:
375375
## Next Steps
376376

377377
- πŸ“– Read the [Complete Usage Guide](Usage.md) for advanced features
378+
- ⚑ Explore [Advanced Features Guide](AdvancedFeatures.md) for custom interceptors and optimization
378379
- πŸ” Explore the [sample project](../samples/WeihanLi.EntityFramework.Sample/) for more examples
379380
- πŸ› οΈ Check out bulk operations, advanced querying, and custom audit stores
380381
- πŸ“‹ Review [Release Notes](ReleaseNotes.md) for version-specific information

β€Ždocs/Usage.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,3 +1458,9 @@ services.AddEFAutoAudit(builder =>
14581458
### Migration Notes
14591459

14601460
When upgrading between major versions, review the [Release Notes](ReleaseNotes.md) for breaking changes and migration guidance.
1461+
1462+
## Related Documentation
1463+
1464+
- πŸš€ [Getting Started Guide](GettingStarted.md) - New to WeihanLi.EntityFramework? Start here
1465+
- ⚑ [Advanced Features Guide](AdvancedFeatures.md) - Custom interceptors, performance optimization, and integration patterns
1466+
- πŸ“‹ [Release Notes](ReleaseNotes.md) - Version history and breaking changes

0 commit comments

Comments
Β (0)