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

fix: capitalization of GitHub and JavaScript #1985

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docs/src/theme/Footer/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://web3.storage/login"
},
{
"text": "Javascript Client Library",
"text": "JavaScript Client Library",
"url": "/reference/js-client-library"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/pages/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
},
{
"url": "/docs/reference/js-client-library",
"text": "Javascript Client Library"
"text": "JavaScript Client Library"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions packages/website/content/pages/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
{
"id": "how-to-delete",
"heading": "How can I delete items from Web3.Storage?",
"content": "You can delete files listed in your account. Simply log-in to your account and use the file manager on the files page. It's currently not possible to delete files via the API or the client libraries.<br><br>However, once a file is uploaded to web3.storage, there cannot be a guarantee that all copies of the file are gone from the IPFS network. As soon as a file is uploaded, other IPFS nodes can access and store a copy of the data. The data only becomes unavailable when the last IPFS node has stopped pinning the file, and all copies are garbage collected. As a consequence you should only upload to web3.storage files that you know can be shared with anyone forever, or are securely encrypted.<br><br>We are in the process of rolling out a new client and service called w3up that programmatically allows you to unlink uploads from being associated with your account. The Alpha version CLI can be found <a href='https://github.com/nftstorage/w3up-cli' alt='w3up' target='_blank'>here</a> and the client <a href='https://github.com/nftstorage/w3up-client' alt='w3up' target='_blank'>here</a>. Later, the current Javascript client will use w3up and all existing uploads and accounts will be migrated to the new service."
"content": "You can delete files listed in your account. Simply log-in to your account and use the file manager on the files page. It's currently not possible to delete files via the API or the client libraries.<br><br>However, once a file is uploaded to web3.storage, there cannot be a guarantee that all copies of the file are gone from the IPFS network. As soon as a file is uploaded, other IPFS nodes can access and store a copy of the data. The data only becomes unavailable when the last IPFS node has stopped pinning the file, and all copies are garbage collected. As a consequence you should only upload to web3.storage files that you know can be shared with anyone forever, or are securely encrypted.<br><br>We are in the process of rolling out a new client and service called w3up that programmatically allows you to unlink uploads from being associated with your account. The Alpha version CLI can be found <a href='https://github.com/nftstorage/w3up-cli' alt='w3up' target='_blank'>here</a> and the client <a href='https://github.com/nftstorage/w3up-client' alt='w3up' target='_blank'>here</a>. Later, the current JavaScript client will use w3up and all existing uploads and accounts will be migrated to the new service."
},
{
"id": "using-api-directly",
"heading": "Can I use Web3.Storage, even if I don't want to use the Javascript or go client libraries?",
"heading": "Can I use Web3.Storage, even if I don't want to use the JavaScript or go client libraries?",
"content": "Yes, you can use the Web3.Storage APIs directly, but in that case you need to ensure that you provide the API with the right format. The API won't accept raw files above 100MB, so you'll need to package them as .CAR files and chunk them to the right size using CLI tools like <a href='https://github.com/web3-storage/ipfs-car' target='_blank'>ipfs-car</a> and <a href='https://github.com/nftstorage/carbites-cli' target='_blank'>carbites.</a>"
},
{
Expand All @@ -82,7 +82,7 @@
{
"id": "uploading-without-account",
"heading": "How can my users upload files directly to Web3.Storage without them needing to create their own account?",
"content": "The current Javascript client and API requires you to provide the API token in your front-end, allowing anyone to upload files to your account and list already uploaded files. However, we are in the process of rolling out a new client and service called w3up that natively uses UCAN for authentication, meaning you can cryptographically delegate permission to other actors to directly upload to your account. The Alpha version CLI can be found <a href='https://github.com/nftstorage/w3up-cli' alt='w3up' target='_blank'>here</a> and the client <a href='https://github.com/nftstorage/w3up-client' alt='w3up' target='_blank'>here</a>. Later, the current Javascript client will use w3up and all existing uploads and accounts will be migrated to the new service."
"content": "The current JavaScript client and API requires you to provide the API token in your front-end, allowing anyone to upload files to your account and list already uploaded files. However, we are in the process of rolling out a new client and service called w3up that natively uses UCAN for authentication, meaning you can cryptographically delegate permission to other actors to directly upload to your account. The Alpha version CLI can be found <a href='https://github.com/nftstorage/w3up-cli' alt='w3up' target='_blank'>here</a> and the client <a href='https://github.com/nftstorage/w3up-client' alt='w3up' target='_blank'>here</a>. Later, the current JavaScript client will use w3up and all existing uploads and accounts will be migrated to the new service."
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/pages/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"url": "/login"
},
{
"text": "Javascript Client Library",
"text": "JavaScript Client Library",
"url": "/docs/reference/js-client-library"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/pages/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
},
{
"url": "/docs/reference/js-client-library",
"text": "Javascript Client Library"
"text": "JavaScript Client Library"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/pages/pricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
},
{
"url": "/docs/reference/js-client-library",
"text": "Javascript Client Library"
"text": "JavaScript Client Library"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/pages/w3link.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
},
{
"url": "/docs/reference/js-client-library",
"text": "Javascript Client Library"
"text": "JavaScript Client Library"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/pages/w3name.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
},
{
"url": "/docs/reference/js-client-library",
"text": "Javascript Client Library"
"text": "JavaScript Client Library"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/how-tos/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: A collection of common issues for new developers, and solutions to

This page contains a collection of common issues for new developers, and solutions to those problems.

## I'm getting import errors when importing the Javascript client library
## I'm getting import errors when importing the JavaScript client library

Some common situations where this might happen include:

Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Login = () => {
<div className="login-content">
<h3>{pageContent.heading}</h3>
<button className="section section-github" onClick={onGithubLogin}>
<GithubSVG /> {isLoggingIn === LoginType.GITHUB ? 'Redirecting...' : 'Github'}
<GithubSVG /> {isLoggingIn === LoginType.GITHUB ? 'Redirecting...' : 'GitHub'}
</button>
<h3 className="login-type-divider">or</h3>
<div className="section section-email">
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const LinkSection = () => (
HTTP API Reference
</a>
<a className="category-link" tabIndex={0} href="/docs/reference/js-client-library/">
Javascript Client Library
JavaScript Client Library
</a>
</div>
</div>
Expand Down