Customize the Dashboard¶
Learn how to customize the deployKF Dashboard.
Overview¶
The deployKF Dashboard is the web-based interface for deployKF, and is the primary way that users interact with the platform.
The dashboard includes navigation menus with links to various tools and documentation which can be customized.
Sidebar Links¶
Extra links may be added to the sidebar navigation menu with the deploykf_core.deploykf_dashboard.navigation.externalLinks
value.
For example, you may use the following values to add a link to the deployKF website:
deploykf_core:
deploykf_dashboard:
navigation:
externalLinks:
- text: "deployKF Website"
url: "https://deployKF.org"
icon: "launch"
Documentation Links¶
Extra links may be added to the "documentation" section of the home page with the deploykf_core.deploykf_dashboard.navigation.documentationItems
value.
For example, you may use the following values to add a link to the deployKF website:
deploykf_core:
deploykf_dashboard:
navigation:
documentationItems:
- text: "deployKF Website"
desc: "The tool that deployed your ML platform!"
link: "https://github.com/deployKF/deployKF"
Last update: 2024-03-26
Created: 2023-08-16
Created: 2023-08-16