Home: update setup guide link/title to Getting Started Guide (#105692)

* Home: update setup guide link/title to Getting Started Guide

* Home: check plugin presence to show getting started guide

* Home: remove now unused homeSetupGuide feature toggle

* Home: use sentence case for Getting started guide item
This commit is contained in:
Matt Cowley
2025-05-22 12:06:50 +01:00
committed by GitHub
parent 9729c4cf60
commit 2ce1c67d92
8 changed files with 7 additions and 22 deletions

View File

@ -679,10 +679,6 @@ export interface FeatureToggles {
*/
exploreLogsLimitedTimeRange?: boolean;
/**
* Used in Home for users who want to return to the onboarding flow or quickly find popular config pages
*/
homeSetupGuide?: boolean;
/**
* Enables the gRPC client to authenticate with the App Platform by using ID & access tokens
*/
appPlatformGrpcClientAuth?: boolean;