Merge branch 'develop' into tmp/feature/4706_allow_notes_in_namespace

This commit is contained in:
kairi003
2025-10-26 01:08:21 +09:00
696 changed files with 48648 additions and 17987 deletions

View File

@@ -148,7 +148,7 @@
<pre class="mermaid">
classDiagram
class Person {
+Id : Guid
+ID : Guid
+FirstName : string
+LastName : string
-privateProperty : string
@@ -219,10 +219,10 @@
+double side
}
}
Shape <|-- Circle
Shape <|-- Square
namespace Vehicles {
class Vehicle {
+String brand
@@ -234,12 +234,12 @@
+boolean hasGears
}
}
Vehicle <|-- Car
Vehicle <|-- Bike
Car --> Circle : "Logo Shape"
Bike --> Square : "Logo Shape"
</pre>
<hr />
<pre class="mermaid">