Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 3.4 KB

File metadata and controls

59 lines (46 loc) · 3.4 KB
title Themes
description Customize the appearance of your documentation
icon paint-bucket
mode custom

export const ThemeCard = ({ title, value, description, href }) => { return (

<img className="mt-0 rounded-2xl group-hover:scale-105 transition-all block dark:hidden" src={https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/themes/${value}-light.png} alt={title} noZoom /> <img className="mt-0 rounded-2xl group-hover:scale-105 transition-all hidden dark:block" src={https://mintlify.s3.us-west-1.amazonaws.com/mintlify/images/themes/${value}-dark.png} alt={title} noZoom />

{title}

"{value}"
{description}
See preview
); };

Core Concepts

Themes

Custom the appearance of your documentation

Configure [theme](settings#param-theme) in docs.json using one of the following themes.