()
| 36 | } |
| 37 | |
| 38 | export 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 | } |
| 56 | export const SDK1 = () => { |
| 57 | const [selected, setSelected] = useState(0) |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected