Skip to content

MathijsG/ProxmoxVE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowchart

flowchart LR
    A[If I] --> B{could};
    B -- Yes --> C[I would];
    C --> D[Let it go, Surrender, Dislocate];
Loading

Pie chart

pie 
  title Pet ownership
  "Dogs" : 386
  "Cats" : 97
  "Fish" : 15
Loading

Class diagram

classDiagram
      Animal <|-- Duck
      Animal <|-- Fish
      Animal <|-- Zebra
      Animal : +int age
      Animal : +String gender
      Animal: +isMammal()
      Animal: +mate()
      class Duck{
          +String beakColor
          +swim()
          +quack()
      }
      class Fish{
          -int sizeInFeet
          -canEat()
      }
      class Zebra{
          +bool is_wild
          +run()
      }
Loading

Refs: https://mermaid-js.github.io/mermaid/#/classDiagram https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/

About

Proxmox VE Helper-Scripts (Community Edition)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 88.0%
  • TypeScript 11.2%
  • Other 0.8%