docs: add class for header wrapper + keywords for payment guide (#12414)

This commit is contained in:
Shahed Nasser
2025-05-08 17:43:35 +03:00
committed by GitHub
parent 0af6e1f212
commit b626832225
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ tags:
- server
- how to
sidebar_label: Create Payment Provider
keywords:
- payment
- provider
- integration
---
import { TypeList } from "docs-ui"

View File

@@ -9,7 +9,7 @@ export type H1Props = React.HTMLAttributes<HTMLHeadingElement> & {
export const H1 = ({ className, hideLlmDropdown, ...props }: H1Props) => {
return (
<div className="flex items-start justify-between gap-2">
<div className="flex items-start justify-between gap-2 h1-wrapper">
<h1
className={clsx(
"h1-docs [&_code]:!h1-docs [&_code]:!font-mono mb-docs_1 text-medusa-fg-base",