Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the central dashboard customization documentation #3803

Open
luntropy opened this issue Jul 13, 2024 · 0 comments
Open

Update the central dashboard customization documentation #3803

luntropy opened this issue Jul 13, 2024 · 0 comments

Comments

@luntropy
Copy link

I would like to update the central dashboard customization documentation. When specifying URL for the external link, the key should be link instead of url.

Additional details can be found in this issue - kubeflow/kubeflow#7594

Details
Current example:

"externalLinks": [
        {
          "type": "item",
          "iframe": false,
          "text": "Kubeflow Website",
          "url": "https://www.kubeflow.org/",
          "icon": "launch"
        }

Working example:

"externalLinks": [
        {
          "type": "item",
          "iframe": false,
          "text": "Kubeflow Website",
          "link": "https://www.kubeflow.org/",
          "icon": "launch"
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant