Skip to content

Commit

Permalink
Update advanced templates doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed Nov 4, 2023
1 parent 650afac commit 693c81d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cds/src/main/kotlin/org/icpclive/api/tunning/Advanced.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ public data class OrganizationInfoOverride(
* The order in which overrides applied:
* * Time and scoreboard related (they don't interact with others)
* * Filtering out non-submitted teams if requested
* * Regexp overrides by team name (so values provided by them can be used in templated)
* * Regexp overrides by team id (so values provided by them can be used in templated)
* * Regexp overrides by team name (so values provided by them can be used in templates)
* * Regexp overrides by team id (so values provided by them can be used in templates)
* * Creating new groups mentioned in teams or overrides and group overrides
* * Creating new organizations mentioned in teams or overrides and organization overrides
* * Custom fields from team overrides (so values provided by them can be used in templates)
* * (Deprecated) Team media template
* * Team override template
* * Normal team overrides
Expand Down

0 comments on commit 693c81d

Please sign in to comment.