refactor(site): remove template parameters insights out of experimental (#9126)

This commit is contained in:
Bruno Quaresma
2023-08-16 12:29:42 -03:00
committed by GitHub
parent 8646f7c00d
commit b05293572f
7 changed files with 32 additions and 45 deletions

View File

@ -1928,9 +1928,6 @@ const (
// Deployment health page
ExperimentDeploymentHealthPage Experiment = "deployment_health_page"
// Template parameters insights
ExperimentTemplateParametersInsights Experiment = "template_parameters_insights"
// Workspaces batch actions
ExperimentWorkspacesBatchActions Experiment = "workspaces_batch_actions"
@ -1944,7 +1941,6 @@ const (
// not be included here and will be essentially hidden.
var ExperimentsAll = Experiments{
ExperimentDeploymentHealthPage,
ExperimentTemplateParametersInsights,
ExperimentWorkspacesBatchActions,
}