Skip to content

Commit

Permalink
Add generated puml,svg,md and README files based on plugin installati…
Browse files Browse the repository at this point in the history
…on files
  • Loading branch information
actions-user committed Oct 4, 2024
1 parent 2a8294e commit 64bdb1f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

| Class | Documentation |
|-------|--------------|
| Notification | [xxllnctoktb.notification.md](xxllnctoktb.notification.md) |
4 changes: 3 additions & 1 deletion docs/schema/all_schema_classes.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
title: All schemas
footer: Common Gateway Plugin | Commongateway | Xxllnctoktbbundle
header: Schema

class Notification {
+ changes: array
}
@enduml
11 changes: 11 additions & 0 deletions docs/schema/xxllnctoktb.notification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Notification

A notification object from xxllnc

![Class Diagram](https://github.com/CommonGateway/XxllncToKTBBundle/blob/task-notification/docs/schema/xxllnctoktb.notification.svg)

## Properties

| Property | Type | Description | Required |
|----------|------|-------------|----------|
| changes | array | N/A | No |
9 changes: 9 additions & 0 deletions docs/schema/xxllnctoktb.notification.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@startuml
title: Notification
footer: Common Gateway Plugin | Commongateway | Xxllnctoktbbundle
header: Schema

class Notification {
+ changes: array
}
@enduml

0 comments on commit 64bdb1f

Please sign in to comment.