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
9 changes: 5 additions & 4 deletions data/events/2026/austin/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ cfp_date_announce: 2026-03-12T12:00:00-05:00 # inform proposers of status

cfp_link: "https://talks.devopsdays.org/devopsdays-austin-2026/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.

registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
registration_date_start: 2026-02-01T12:00:00-05:00
registration_date_end: 2026-05-06T12:00:00-05:00

registration_closed: "" #set this to true if you need to manually close registration before your registration end date
registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.
registration_link: "https://tickets.devopsdays.org/devopsdays-austin/2026/" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.

# Location
#
Expand All @@ -48,7 +48,8 @@ event_social_youtube: "DevOpsAustin"
nav_elements: # List of pages you want to show up in the navigation of your page.
- name: propose
- name: location
# - name: registration
- name: registration
url: https://tickets.devopsdays.org/devopsdays-austin/2026/
# - name: program
# - name: speakers
- name: sponsor
Expand Down
Loading