Feat/update knowledge api url (#10102)

Co-authored-by: nite-knite <nkCoding@gmail.com>
This commit is contained in:
Jyong
2024-10-31 18:29:12 +08:00
committed by GitHub
parent 11ca1bec0b
commit ce260f79d2
6 changed files with 225 additions and 201 deletions

View File

@@ -39,6 +39,7 @@ export const Heading = function H2({
}
return (
<>
<span id={name?.replace(/^#/, '')} className='relative -top-28' />
<div className="flex items-center gap-x-3" >
<span className={`font-mono text-[0.625rem] font-semibold leading-6 rounded-lg px-1.5 ring-1 ring-inset ${style}`}>{method}</span>
{/* <span className="h-0.5 w-0.5 rounded-full bg-zinc-300 dark:bg-zinc-600"></span> */}