Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Changing the "Getting Started" section cards (#563)
Browse files Browse the repository at this point in the history
This commit does a couple things:

1. Fixes an old link for the "deploy to a local network" card that
   was moved some time ago. We were receiving a few 404 errors for
   that old URL.
2. Changes the cards to be more in-line with the current structure
   of the "Getting Started" section of docs on our site.
  • Loading branch information
ElliotFriend authored Sep 15, 2023
1 parent 68efec0 commit 6a0ef9c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,23 +207,22 @@ const GettingStarted = () => (

<GettingStartedCard
index="3."
title="Deploy to a local network"
subtitle="Use docker and the Stellar Quickstart image to run a local network."
href="/docs/getting-started/deploy-to-a-local-network"
title="Deploy to Futurenet"
subtitle="Deploy and invoke your contracts on the Futurenet testnet."
href="/docs/getting-started/deploy-to-futurenet"
/>

<GettingStartedCard
index="4."
title="Connect Freighter wallet"
subtitle="Freighter is a browser extension that can sign Soroban transactions."
href="/docs/reference/freighter"
title="Create an App"
subtitle="Build a front-end app to interact with your Soroban contracts."
href="/docs/getting-started/deploy-to-futurenet"
/>

<GettingStartedCard
index="5."
title="Deploy to Futurenet"
subtitle="Deploy and invoke your contracts on the Futurenet testnet."
href="/docs/getting-started/deploy-to-futurenet"
title="Deploy to a local network"
subtitle="Use docker and the Stellar Quickstart image to run a local network."
href="/docs/reference/rpc#standalone"
/>
</div>
</div>
Expand Down

0 comments on commit 6a0ef9c

Please sign in to comment.