We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0675147 commit ad9abe5Copy full SHA for ad9abe5
internal/experiment.go
@@ -6,6 +6,7 @@
6
package internal
7
8
const (
9
+ ExperimentCommandTOC = "command-toc"
10
ExperimentDirectoryTree = "directory-tree"
11
ExperimentNotAtLatest = "not-at-latest"
12
ExperimentRedirectedFromBanner = "redirected-from-banner"
@@ -14,6 +15,7 @@ const (
14
15
// Experiments represents all of the active experiments in the codebase and
16
// a description of each experiment.
17
var Experiments = map[string]string{
18
+ ExperimentCommandTOC: "Enable the table of contents for command documention pages.",
19
ExperimentDirectoryTree: "Enable the directory tree layout on the unit page.",
20
ExperimentNotAtLatest: "Enable the display of a 'not at latest' badge.",
21
ExperimentRedirectedFromBanner: "Display banner with path that request was redirected from.",
0 commit comments