Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions data/events/2025/sao-paulo/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,13 @@ organizer_email: "[email protected]" # Put your organizer email address h
# List all of your sponsors here along with what level of sponsorship they have.
# Check data/sponsors/ to use sponsors already added by others.
sponsors:
#- id: samplesponsorname
# level: gold
- id: linuxtips
level: gold
## url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
#- id: arresteddevops
# level: community
- id: sonarsource
level: platinum
- id: software.com.br
level: platinum

sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link

Expand All @@ -209,6 +211,8 @@ sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
# unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all
# sponsorship for a specific level, it is best to remove the level.
sponsor_levels:
- id: platinum
label: Platinum
- id: gold
label: Gold
# max: 10
Expand Down
Loading