Sfoglia il codice sorgente

fix(docs): sync text between code and image

tags/v0.2.1
mingrammer 4 anni fa
parent
commit
b13b70d533
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      docs/examples.md

+ 1
- 1
docs/examples.md Vedi File

@@ -154,7 +154,7 @@ from diagrams.k8s.network import Service
from diagrams.k8s.storage import PV, PVC, StorageClass

with Diagram("Stateful Architecture", show=False):
with Cluster("App Cluster"):
with Cluster("Apps"):
svc = Service("svc")
sts = StatefulSet("sts")



Caricamento…
Annulla
Salva