Skip to content

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.

deployKF Dashboard (Dark Mode) deployKF Dashboard (Light Mode)

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"

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-05-10
Created: 2024-05-10