docs: add class for header wrapper + keywords for payment guide (#12414)
This commit is contained in:
@@ -5,6 +5,10 @@ tags:
|
||||
- server
|
||||
- how to
|
||||
sidebar_label: Create Payment Provider
|
||||
keywords:
|
||||
- payment
|
||||
- provider
|
||||
- integration
|
||||
---
|
||||
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user