Skip to content

Commit

Permalink
docs: add paymentpointers.org page (#55)
Browse files Browse the repository at this point in the history
* docs: add paymentpointers.org page

Also testing linkout component

* Update paymentpointers.mdx
  • Loading branch information
melissahenderson authored Nov 13, 2024
1 parent ce3deff commit 98351a7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content/docs/content/paymentpointers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Paymentpointers.org style guide
---

import { Card } from '@astrojs/starlight/components';

<Card title="After a Starlight upgrade" icon="star">
```
cd <to project folder>
bun install
bun run start
```
</Card>

0 comments on commit 98351a7

Please sign in to comment.