Skip to content

Commit

Permalink
internal: delete unused experiments
Browse files Browse the repository at this point in the history
Change-Id: I06e75bc367051412ace7711b42948e8f801a5524
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/297211
Trust: Julie Qiu <[email protected]>
Run-TryBot: Julie Qiu <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
julieqiu committed Mar 1, 2021
1 parent b031c16 commit 69a2d87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/experiment.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,21 @@ package internal

const (
ExperimentCommandTOC = "command-toc"
ExperimentDirectoryTree = "directory-tree"
ExperimentInsertSymbols = "insert-symbols"
ExperimentInsertSymbolHistory = "insert-symbol-history"
ExperimentInteractivePlayground = "interactive-playground"
ExperimentNotAtLatest = "not-at-latest"
ExperimentRedirectedFromBanner = "redirected-from-banner"
ExperimentRetractions = "retractions"
)

// Experiments represents all of the active experiments in the codebase and
// a description of each experiment.
var Experiments = map[string]string{
ExperimentCommandTOC: "Enable the table of contents for command documention pages.",
ExperimentDirectoryTree: "Enable the directory tree layout on the unit page.",
ExperimentInsertSymbols: "Insert data into symbols, package_symbols, and documentation_symbols.",
ExperimentInsertSymbolHistory: "Insert symbol history data into the symbol_history table.",
ExperimentInteractivePlayground: "Enable interactive example playground on the unit page.",
ExperimentNotAtLatest: "Enable the display of a 'not at latest' badge.",
ExperimentRedirectedFromBanner: "Display banner with path that request was redirected from.",
ExperimentRetractions: "Retrieve and display retraction and deprecation information.",
}

Expand Down

0 comments on commit 69a2d87

Please sign in to comment.