Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add docs for standalone binaries and Go client #56

Merged
merged 5 commits into from
Dec 12, 2023

Conversation

alanshaw
Copy link
Member

Screenshot 2023-12-11 at 17 15 35 Screenshot 2023-12-11 at 17 15 42 Screenshot 2023-12-11 at 17 15 50 Screenshot 2023-12-11 at 17 15 57 Screenshot 2023-12-11 at 17 16 01 Screenshot 2023-12-11 at 17 16 06 Screenshot 2023-12-11 at 17 16 12

Copy link
Contributor

github-actions bot commented Dec 11, 2023

@vasco-santos
Copy link
Contributor

Leaving here page for help looking into deployment https://41527c5a.w3up-website-staging.pages.dev/docs/go-w3up/

Copy link
Contributor

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - a few minor details inline in the review

src/pages/docs/faq.md Outdated Show resolved Hide resolved
1. [Loading your private key and proofs](#load-priviate-key-and-proofs)
1. [Uploading a CAR file](#upload-a-car)

## Install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably we should mention to install npx/npm

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does say "Install Node.js" where it is needed below. I wanted to create a go equivalent so you'd not need to so would prefer to not mention here!

```

<Callout type="warning">
Maximum upload size is 4,261,412,864 bytes (around 4GB). To upload CAR files larger than this, please use the [sharding utility](https://github.com/web3-storage/go-w3up/blob/main/car/sharding/sharding.go) to split the CAR into multiple shards.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Maximum upload size is 4,261,412,864 bytes (around 4GB). To upload CAR files larger than this, please use the [sharding utility](https://github.com/web3-storage/go-w3up/blob/main/car/sharding/sharding.go) to split the CAR into multiple shards.
Maximum upload size for a chunk is 4,261,412,864 bytes (around 4GB). To upload CAR files larger than this, please use the [sharding utility](https://github.com/web3-storage/go-w3up/blob/main/car/sharding/sharding.go) to split the CAR into multiple shards.

I think it would be good to be explicit as the chunk does not represent what an user is able to upload as part of a dag

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just read below, and I think it even is nicer then to include chunk detail

Co-authored-by: Vasco Santos <[email protected]>
@alanshaw alanshaw merged commit 7035cbe into main Dec 12, 2023
3 checks passed
@alanshaw alanshaw deleted the feat/docs-for-binaries-and-go-client branch December 12, 2023 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants