Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
melissahenderson committed Oct 13, 2023
1 parent 25a52db commit 3668991
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/src/content/docs/snippets/template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ title: Change this title
import { Disclosure, CodeBlock } from '@interledger/docs-design-system'
import { Tabs, TabItem } from '@astrojs/starlight/components'
import Snippet from '/src/components/Snippet.astro'
import Account from '/src/partials/rafiki-account.mdx'
import Keys from '/src/partials/rafiki-keys.mdx'
import Env from '/src/partials/configure-env-file.mdx'

Overview paragraph(s)

Expand All @@ -30,13 +27,13 @@ Before you begin, make sure you have the following:
</Disclosure>

<Disclosure toggleText='2. Rafiki.money account' client:load>
<Account />

</Disclosure>
<Disclosure toggleText='3. Public & private key' client:load>
<Keys />

</Disclosure>
<Disclosure toggleText='4. Configured .env file' client:load>
<Env />

</Disclosure>

## H2
Expand Down

0 comments on commit 3668991

Please sign in to comment.