MCPcopy Create free account
hub / github.com/bridge-codes/bridge / Documentation

Function Documentation

www/src/pages/studio.tsx:38–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38export const Documentation = () => {
39 return (
40 <div className="md:py-12 py-12">
41 <div className="flex flex-col justify-center items-center max-w-6xl px-4 mx-auto">
42 <img src="/studio/documentation-logo.svg" className="mb-4 w-20" />
43 <h2 className="font-semibold text-3xl md:text-4xl text-white text-center md:px-12 px-8">Have an auto-generated documentation without writing any metadata.</h2>
44 <img src="/studio/doc.svg" className="rounded-xl border border-white border-opacity-10 mt-16" />
45 {/* <div className="grid grid-cols-12 md:gap-9 gap-4 md:mt-9 mt-6">
46 <GitHubIntegration />
47 <Team />
48 </div> */}
49 {/* <div className="mx-auto mt-12">
50 <ContinueWithGithubButton />
51 </div> */}
52 </div>
53 </div>
54 )
55}
56export const SDK1 = () => {
57 const [selected, setSelected] = useState(0)
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected