From e77b0f6a94694ff52f66bff1ed94515234ac040a Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 9 Jul 2024 10:07:05 +0900 Subject: [PATCH] Add PHP class diagram HTML page A new HTML page for the PHP class diagram has been added, providing a better view of the diagram. Simultaneously, the existing link in the README.md has been updated to point to this new HTML page instead of directly to the SVG file. --- README.md | 4 +++- docs/php-class-diagram.html | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/php-class-diagram.html diff --git a/README.md b/README.md index ec51948f..cc743a3e 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,9 @@ SevericeLocator::setReader(new AttributeReader);` ## Technical Information -* [Class Diagram](https://ray-di.github.io/Ray.Aop/images/php-class-diagram.svg) - Class interrelationship diagram created by [php-class-diagram](https://github.com/smeghead/php-class-diagram). +For more detailed technical information, please refer to the following resources: + +* [Class Diagram](https://ray-di.github.io/Ray.Aop/images/php-class-diagram.html) --- diff --git a/docs/php-class-diagram.html b/docs/php-class-diagram.html new file mode 100644 index 00000000..e613e8fb --- /dev/null +++ b/docs/php-class-diagram.html @@ -0,0 +1,17 @@ + + + Ray.Aop Class Diagram + + + . + + + + + +