Skip to content

Commit 21994c4

Browse files
docs: fixes #3380 (#3394)
1 parent d14a4c9 commit 21994c4

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

  • packages/documentation/src/content/docs

packages/documentation/src/content/docs/index.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Hello from Rafiki
33
description: Rafiki is open source software that provides an efficient solution for an Account Servicing Entity to enable Interledger functionality on its users' accounts.
44
template: splash
55
hero:
6-
tagline: Rafiki is open source software that provides an efficient solution for an Account Servicing Entity to enable Interledger functionality on its users' accounts.
6+
tagline: Rafiki is open source software that provides an efficient solution for an account servicing entity (ASE) to enable Interledger functionality on its users' accounts.
77
actions:
88
- text: Read Rafiki docs
99
link: /overview/overview
@@ -13,9 +13,20 @@ hero:
1313
data-umami-event: Landing page - Rafiki docs
1414
---
1515

16-
import { Card, CardGrid } from '@astrojs/starlight/components'
16+
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'
1717

1818
<CardGrid>
19+
<a class='card-link' href='/integration/playground/overview'>
20+
<Card title='Try it out!' icon='document'>
21+
Test Rafiki by running two mock ASEs that automatically peer with one
22+
another.
23+
</Card>
24+
</a>
25+
<a class='card-link' href='/integration/requirements/overview'>
26+
<Card title='Integration requirements' icon='document'>
27+
Review the requirements for deploying Rafiki to a production environment.
28+
</Card>
29+
</a>
1930
<a class='card-link' href='/apis/graphql/backend/mutations/'>
2031
<Card title='View Backend API schema' icon='document'>
2132
Discover what's in our Backend GraphQL schema.
@@ -26,9 +37,4 @@ import { Card, CardGrid } from '@astrojs/starlight/components'
2637
Discover what's in our Auth GraphQL schema.
2738
</Card>
2839
</a>
29-
<a class='card-link' href='https://github.com/interledger/rafiki'>
30-
<Card title='Build it on Github' icon='external'>
31-
The Interledger isn't going to build itself
32-
</Card>
33-
</a>
3440
</CardGrid>

0 commit comments

Comments
 (0)