This commit is contained in:
tree 2023-01-25 13:42:10 +01:00
rodič cfed4a8243
revize a780eb13ac
8 změnil soubory, kde provedl 7 přidání a 7 odebrání

Zobrazit soubor

@ -15,7 +15,6 @@ attendees = 600
chains = ["ethereum"]
difficulty = "All Welcome"
tags = ["solarpunk"]
union = "gm-events"
logo = "logo.jpg"
description = """
"""

Zobrazit soubor

@ -14,7 +14,6 @@ languages = ["english"]
attendees = 1000
#tags = []
logo = "logo.jpg"
union = 'gm-events'
[links]
web = "https://praguedefisummit.com/"

Zobrazit soubor

@ -13,7 +13,6 @@ venueUrl = "https://goo.gl/maps/xpzw6siQFXsJrrWh6"
languages = ["english"]
attendees = 300
tags = ["lunarpunk", "privacy", "security"]
union = "gm-events"
logo = "logo.jpg"
[links]

Zobrazit soubor

@ -14,7 +14,6 @@ languages = ["czech", "slovak"]
attendees = 1200
#tags = []
logo = "logo.jpg"
union = 'decentralizuj-se'
[links]
web = "https://utxo.cz/"

Zobrazit soubor

@ -1,6 +1,7 @@
name = "Decentralizuj se!"
org = "[UTXO Foundation](https://utxo.foundation/)"
description = "Crypto for beginners and users in local language"
events = [ "utxo" ]
[links]
web = "https://utxo.events/"

Zobrazit soubor

@ -1,6 +1,7 @@
name = "GM Events"
org = "[PWN](https://pwn.finance/)"
description = "The best Ethereum, Web3 and DeFi events"
events = [ "ethprague", "praguedefi", "privacyeth" ]
[links]
web = "https://gm.events/"

Zobrazit soubor

@ -94,9 +94,6 @@ properties:
type: array
items:
type: string
union:
type: string
pattern: "^[a-z0-9-]+$"
logomark:
type: string
logo:

Zobrazit soubor

@ -18,6 +18,11 @@ properties:
description:
type: string
__markdown: true
events:
type: array
items:
type: string
pattern: "^[a-z0-9-]+$"
links:
type: object
additionalProperties: