Skip to content

Commit

Permalink
Updated the diagram class for CommunitySponsor content type docs #33 #60
Browse files Browse the repository at this point in the history
  • Loading branch information
alfadestroyer committed Jul 23, 2023
1 parent 80f065c commit c715e27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
11 changes: 11 additions & 0 deletions docs/source/backend/communitysponsor.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@startuml
class CommunitySponsor {
+name : String
+information : String
+logo_photo : File
+type : String
+website : String
#email : String
#phone : Integer
}
@enduml
4 changes: 2 additions & 2 deletions docs/source/backend/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Backend
UML - Diagrama de Clases
========================

.. plantuml:: ./patrocinante.puml
:caption: Patrocinante
.. plantuml:: ./communitysponsor.puml
:caption: Community Sponsor
:align: center

---
Expand Down
11 changes: 0 additions & 11 deletions docs/source/backend/patrocinante.puml

This file was deleted.

0 comments on commit c715e27

Please sign in to comment.