()
| 27 | } |
| 28 | |
| 29 | export default function Home() { |
| 30 | const {siteConfig} = useDocusaurusContext(); |
| 31 | return ( |
| 32 | <Layout |
| 33 | title={`Hello from ${siteConfig.title}`} |
| 34 | description="Welcome to the Serverless Rust documentation site. The one place to learn how to build serverless applications with Rust on AWS."> |
| 35 | <HomepageHeader /> |
| 36 | <main> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…