Remove documentation for the deprecated dapr dashboard#5189
Open
nelson-parente wants to merge 13 commits into
Open
Remove documentation for the deprecated dapr dashboard#5189nelson-parente wants to merge 13 commits into
nelson-parente wants to merge 13 commits into
Conversation
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Override head partial to ignore deprecated GA script from Docsy
[Endgame] Prep v1.13 branch for v1.14 release
* Listed missing HTTP and gRPC endpoint envvars used Signed-off-by: Whit Waldo <whit.waldo@innovian.net> * Added examples Signed-off-by: Whit Waldo <whit.waldo@innovian.net> --------- Signed-off-by: Whit Waldo <whit.waldo@innovian.net> Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Update python versions for link validation
Signed-off-by: paulyuk <paulyuk@microsoft.com>
Signed-off-by: paulyuk <paulyuk@microsoft.com>
fix: allow workflow_dispatch for v1.13 SWA deployment
Signed-off-by: Nelson Parente <nelson_parente@live.com.pt>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
dapr/dashboardrepository is archived and thedapr dashboardCLI command along with the dashboard install are being removed from the Dapr CLI (companion CLI PR: dapr/cli#1647). This PR removes all corresponding documentation.What was removed
reference/cli/dapr-dashboard.md— the full command reference pagereference/cli/cli-overview.md— removeddashboardfrom the command list and the Command Reference link; addedaliases: [/reference/cli/dapr-dashboard/]so the old URL redirects here instead of 404inggetting-started/install-dapr-cli.md— removed "Run the Dapr dashboard" capability bullet anddashboardrow from the CLI output blockconcepts/overview.md— removed the sentence describing the dashboard web UIreference/cli/dapr-init.md— removed the--dashboard-versionflag rowoperations/hosting/kubernetes/kubernetes-deploy.md— removed the "Run the dashboard" step, the optionalhelm install dapr-dashboardsection, and thedapr-dashboard-*line from thekubectl get podsoutputoperations/hosting/kubernetes/cluster/setup-kind.md— removed thedapr dashboard -k -p 9999port-forward step and thedapr-dashboardrow from thedapr status -koutput (addresses Remove Dapr dashboard references from KIND cluster set up steps #3735)operations/hosting/kubernetes/kubernetes-upgrade.md— removeddapr-dashboard-*from thekubectl get podsoutputoperations/hosting/kubernetes/kubernetes-production.md— removed "The Dapr Dashboard (github.com/dapr/dashboard)" from the monitoring tools listoperations/hosting/self-hosted/self-hosted-airgap.md— changed "CLI, runtime and dashboard" to "CLI and runtime"operations/security/mtls.md— removed thedapr-dashboardrow from thedapr status -kexample outputoperations/support/support-versioning.md— removed "dashboard" from versioning-scope wording and the section heading/bodydeveloping-applications/debugging/debug-k8s/debug-dapr-services.md— removeddapr-dashboard-*from thekubectl get podsoutputIntentionally kept (not dapr/dashboard)
ghcr.io/diagridio/diagrid-dashboard) referencesVerification
grep -rn "dapr-dashboard\|dapr dashboard\|daprio/dashboard\|dashboard-version\|github.com/dapr/dashboard" daprdocs/content/en/— only remaining hit is thealiases:entry incli-overview.md(intentional redirect)grep -rn "ref.*dashboard\|relref.*dashboard" daprdocs/content/en/— same single hit, thealiases:entry; no{{< ref dapr-dashboard >}}shortcodes remainAddresses #3735
Test plan
ref/relrefshortcodesGET /reference/cli/dapr-dashboard/returns a redirect to/reference/cli/(alias works)