Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRainbowPhoenix authored Nov 13, 2023
1 parent f91ecfc commit 5d91c74
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Welcome to Starlight
description: Get started building your docs site with Starlight.
title: Unlock your ClassPad potential
description: Discover how to get more out of your Classpad fx-CP400, from utilities crafting to game making !
template: splash
hero:
tagline: Congrats on setting up a new Starlight project!
tagline: Discover how to get more out of your calculator, from utilities crafting to game making !
image:
file: ../../assets/houston.webp
actions:
- text: Example Guide
link: /wiki/guides/example/
- text: Get Started
link: /wiki/getting-started/introduction
icon: right-arrow
variant: primary
- text: Read the Starlight docs
link: https://starlight.astro.build
- text: Browse examples
link: /wiki/examples/hello-world
icon: external
---

Expand All @@ -21,16 +21,16 @@ 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 title="Get the SDK ready" icon="pencil">
Take a look a [the Introfuction](/wiki/getting-started/introduction) to learn how to get the SDK ready.
</Card>
<Card title="Add new content" icon="add-document">
Add Markdown or MDX files to `src/content/docs` to create new pages.
<Card title="Create your first app" icon="add-document">
Learn how to create your first app with our **step-by-step tutorials**.
</Card>
<Card title="Configure your site" icon="setting">
Edit your `sidebar` and other config in `astro.config.mjs`.
<Card title="Implement new features" icon="setting">
Ready to take your skills to the next level? Explore our **examples** and **advanced references** to implement new features in your applications
</Card>
<Card title="Read the docs" icon="open-book">
Learn more in [the Starlight Docs](https://starlight.astro.build/).
Learn more in [the API Docs](#) or even by taking a look at the [SDK Sourcecode](https://github.com/SnailMath/hollyhock-2/tree/master/sdk).
</Card>
</CardGrid>

0 comments on commit 5d91c74

Please sign in to comment.