Commit 9b3b8f9
authored
docs: add English documentation (#339)
* docs: add English: add English documentation for AspectCore Framework
- Translate all Chinese documentation to English
- Add AOP introduction (0.AOP-Introduction.md)
- Add Getting Started guide (1.Getting-Started.md)
- Add IoC and dependency injection documentation (injector.md)
- Add reflection extensions documentation (reflection-extensions.md)
- Add reflection overview (reflection.md)
This addresses the community request for English documentation.
* docs: enhance Chinese documentation with more AOP usage examples
- Add advanced interceptor features section
- Method information access
- Parameter and return value modification
- Async interception support
- Interceptor chains
- Conditional interception
- Add common usage scenarios with complete examples
- Logging interceptor with performance tracking
- Caching interceptor
- Validation interceptor
- Retry interceptor
- Performance monitoring interceptor
- Add parameter access and return value modification examples
- Add exception handling in interceptors
---------
Co-authored-by: Monday <liuhaoyang@users.noreply.github.com>1 parent f1b6d9b commit 9b3b8f9
6 files changed
Lines changed: 1042 additions & 1 deletion
0 commit comments