Skip to content

Commit

Permalink
chore: Removed finished TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Dec 19, 2024
1 parent a03ee7d commit b31e7a7
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions src/app/build/guides/arlink/page.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {HeroPattern} from "@/components/HeroPattern"

{/* //TODO: add in the correct images. */}

export const metadata = {
title: 'Arlink Deploy',
description:
Expand Down Expand Up @@ -53,32 +51,24 @@ in order to start the process of deploying a new project.

<img src="https://arweave.net/A9DUhLxvaWauTaZoQL6T0uSR6LANx49VD4d6fQ0FAjw" />

{/* //TODO: empty dashboard pic goes here */}

## New Deployment

After clicking on the new deployment button, you will be prompted to import a repository from either Github or Protocol.land.

<img src="https://arweave.net/x6gDFJcJeY2sFyrEG5yR2EoTy7t9O0zL-lufdwgtCKo" />

{/* //TODO: Import pic here */}

### Authorize Github

If this is your first time importing from Github, you will be prompted to authorize Arlink to access your Github repositories. You can authorize all repositories, or limit authorization to any number of specific ones.

<img src="https://arweave.net/-tJqkaX1WRbmsxDv2GTlCsUtbkgwmzA88S2yKOtqZIM" />

{/* //TODO: authorize pic here */}

### Select Repository

Once authorization is approved, select which repository and branch you want to deploy.

<img src="https://arweave.net/fHxXbYicODMwN8lECwNAOHbkYZ08NS67rSGDFEecxBA" />

{/* //TODO: this pic here */}

### Define Build and Output Steps

Once you select what you want to deploy, you need to specify how the project needs to be built to get it ready. Arlink prompts for five inputs:
Expand All @@ -95,35 +85,25 @@ Once you select what you want to deploy, you need to specify how the project nee

<img src="https://arweave.net/oSnbN-Xw7gWTgSt8eNufVjzfHA52wKLPgFo4qdzHwxw" />

{/* //TODO: another picture */}

### Select ArNS

The last thing to do is select an ArNS name to deploy your project to. If you own your own name, you can connect to it here with the "Use existing ArNS" toggle. Otherwise, you can select an undername of the ArNS name `arlink` to deploy to.
Duplicate undernames cannot exist, so you can only select an undername that is not already being used.

<img src="https://arweave.net/zSda5gMCyw_IL0hZixxKfiaXFdwisfoQ2qb5X-EsJzk" />

//TODO: MOAR PICTURES!!

### Logs

Once you select your ArNS name and click "Deploy", your project will be deployed. Logs from the build and deploy process will be displayed so you can monitor for errors.

<img src="https://arweave.net/1h5WjKdoPspOIop1_7R52sjnZsHWtRduAgZpzckCg2E" />

{/* //TODO: PICTOGRAPHICS!!!! */}

## Updates

To deploy a new build of your project, select it from the dashboard.

<img src="https://arweave.net/m-dgNKZKMNaXCWnz0OKiLUyifQrXCbZE3QGJGjiMdVw" />

{/* //TODO: This is mostly pictures at this point. */}

The project page gives you the option to update any settings or configurations, and has a "Deploy Latest" button which will redeploy your project.

<img src="https://arweave.net/Gen_rEdn8ZGMMXY9_AdKIPnnL6w_rlz1B09EPugMje8" />

{/* //TODO: One last picture. */}
<img src="https://arweave.net/Gen_rEdn8ZGMMXY9_AdKIPnnL6w_rlz1B09EPugMje8" />

0 comments on commit b31e7a7

Please sign in to comment.