diff --git a/docs-site/src/components/Hero.astro b/docs-site/src/components/Hero.astro deleted file mode 100644 index af1b71a..0000000 --- a/docs-site/src/components/Hero.astro +++ /dev/null @@ -1,500 +0,0 @@ ---- -import type { Props } from '@astrojs/starlight/props'; -import Default from '@astrojs/starlight/components/Hero.astro'; - -const isHomePage = Astro.props.slug === '' || Astro.props.slug === 'index' || Astro.props.id === 'index.mdx'; ---- - -{isHomePage ? ( -
- Investigate incidents, execute operational workflows, and manage cloud infrastructure using hypothesis-driven AI that thinks like your best SRE. -
- -Install Runbook and run your first investigation in minutes
- - - -Understand the architecture, agent loop, and investigation flow
- - - -Connect AWS, Kubernetes, Slack, PagerDuty, and more
- - - -Built-in and custom operational workflows
- - - -Learn from past incidents and organizational context
- - - -Complete CLI commands and configuration documentation
- -