File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const (
12
12
ExperimentInteractivePlayground = "interactive-playground"
13
13
ExperimentNotAtLatest = "not-at-latest"
14
14
ExperimentRedirectedFromBanner = "redirected-from-banner"
15
+ ExperimentRetractions = "retractions"
15
16
)
16
17
17
18
// Experiments represents all of the active experiments in the codebase and
@@ -23,6 +24,7 @@ var Experiments = map[string]string{
23
24
ExperimentInteractivePlayground : "Enable interactive example playground on the unit page." ,
24
25
ExperimentNotAtLatest : "Enable the display of a 'not at latest' badge." ,
25
26
ExperimentRedirectedFromBanner : "Display banner with path that request was redirected from." ,
27
+ ExperimentRetractions : "Retrieve and display retraction and deprecation information." ,
26
28
}
27
29
28
30
// Experiment holds data associated with an experimental feature for frontend
You can’t perform that action at this time.
0 commit comments