Skip to content

Commit

Permalink
Your commit message here
Browse files Browse the repository at this point in the history
  • Loading branch information
51nk0r5w1m committed Oct 25, 2024
1 parent 191b15a commit df47040
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
45 changes: 32 additions & 13 deletions docs/open-asset-model/contact.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,50 @@
``` mermaid
flowchart TD
Contact[("fa:fa-comment Contact Assets")]
Contact[("Contact Assets")]
Email("Full Email
Address")
Email("fa:fa-envelope Email")
Location("fa:fa-location-dot Location")
Phone("fa:fa-phone Phone")
Email ==> Contact
Location ==> Contact
Phone ==> Contact
Person(["fa:fa-user Person"])
Organization(["fa:fa-building Organization"])
TLSCertificate(["fa:fa-lock TLS Certificate"])
Registrar(["fa:fa-folder Registrar"])
Whois[("fa:fa-globe Whois")]
Person[("Person")]
Organization[("Organization")]
TLSCertificate[("TLS Certificate")]
Registrar[("Registrar")]
Whois[("Whois")]
whoisEmail@{shape: subproc, label: "admin_email
whoisEmail@{ shape: braces, label: "admin_email
tech_email
billing_email
registrant_email" }
personEmail@{ shape: braces, label: "email"}
registrarEmail@{ shape: braces, label: "abuse_email"}
tlsEmail@{ shape: braces, label: "subject_email_address"}
whoisEmail --> Email
Whois --> whoisEmail
Whois --o whoisEmail
personEmail --> Email
Person --o personEmail
Organization --o personEmail
registrarEmail --> Email
Registrar --o registrarEmail
tlsEmail --> Email
TLSCertificate --o tlsEmail
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ theme:
- navigation.indexes
- navigation.footer
- navigation.top
- navigation.instant


extra_css:
Expand Down

0 comments on commit df47040

Please sign in to comment.