Skip to content

Commit

Permalink
Update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Oct 3, 2023
1 parent 43d6ce5 commit e797971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { openAPISidebarGroups, starlightOpenAPI } = await generateAPI([
export default defineConfig({
integrations: [
starlight({
title: "Eventpop Public API Documentation",
title: "Eventpop API Documentation",
social: {
github: "https://github.com/eventpop",
},
Expand Down
28 changes: 3 additions & 25 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,36 +1,14 @@
---
title: Welcome to Starlight
description: Get started building your docs site with Starlight.
title: Eventpop API Documentation
description: Get started integrating your application with Eventpop.
template: splash
hero:
tagline: Congrats on setting up a new Starlight project!
tagline: Get started integrating your application with Eventpop.
image:
file: ../../assets/houston.webp
actions:
- text: Getting Started
link: /guides/getting-started/
icon: right-arrow
variant: primary
- text: Read the Starlight docs
link: https://starlight.astro.build
icon: external
---

import { Card, CardGrid } from "@astrojs/starlight/components"

## Next steps

<CardGrid stagger>
<Card title="Update content" icon="pencil">
Edit `src/content/docs/index.mdx` to see this page change.
</Card>
<Card title="Add new content" icon="add-document">
Add Markdown or MDX files to `src/content/docs` to create new pages.
</Card>
<Card title="Configure your site" icon="setting">
Edit your `sidebar` and other config in `astro.config.mjs`.
</Card>
<Card title="Read the docs" icon="open-book">
Learn more in [the Starlight Docs](https://starlight.astro.build/).
</Card>
</CardGrid>

0 comments on commit e797971

Please sign in to comment.