Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion es/customize/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ThemeCard = ({ title, value, description, href }) => {
);
};

<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
<div className="pt-10 pb-24 px-4 max-w-3xl mx-auto prose prose-gray">
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Conceptos clave</label>
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">Temas</h1>
<label className="text-lg prose prose-gray dark:prose-invert">Personaliza la apariencia de tu documentación<br /><br />Configura [theme](/es/organize/settings-appearance#theme) en docs.json usando uno de los siguientes temas.</label>
Expand Down
2 changes: 1 addition & 1 deletion fr/customize/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ThemeCard = ({ title, value, description, href }) => {
);
};

<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
<div className="pt-10 pb-24 px-4 max-w-3xl mx-auto prose prose-gray">
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Concepts fondamentaux</label>
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">Thèmes</h1>
<label className="text-lg prose prose-gray dark:prose-invert">Personnalisez l’apparence de votre documentation<br /><br />Configurez [theme](/fr/organize/settings-appearance#theme) dans docs.json en utilisant l’un des thèmes suivants.</label>
Expand Down
2 changes: 1 addition & 1 deletion zh/customize/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ThemeCard = ({ title, value, description, href }) => {
);
};

<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
<div className="pt-10 pb-24 px-4 max-w-3xl mx-auto prose prose-gray">
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">核心概念</label>
<h1 className="mt-1 mb-2 text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold">主题</h1>
<label className="text-lg prose prose-gray dark:prose-invert">自定义文档站点的外观<br /><br />在 docs.json 中配置 [theme](/zh/organize/settings-appearance#theme),并从以下主题中进行选择。</label>
Expand Down
Loading