Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 538 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 538 Bytes

Airport Data

Manages the airport data used on the VATSIM Germany homepage.

Airport type:

[[airport]]
icao = "EDDY"

[[airport.links]]
category = "Scenery" | "Charts" | "Briefing" | NONE
name = "Display Name 1"
url = "https://example.url"

example:

[[airport]]
icao = "EDDY"

[[airport.links]]
category = "Scenery"
name = "Display Name 1"
url = "https://example.url"

[[airport.links]]
category = "Charts"
name = "Display Name 2"
url = "https://example2.url"

TODO:

  • give warnings using PRs or Discord hook?