Skip to content
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 scripts/check-file-size.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ files.forEach((file) => {
);

console.log(
'💡 For lenghty video content is much preferred to upload to a proper video streaming service, such as YouTube due to large file size. Please consider uploading to YouTube and using the video source-code snippet.',
'💡 For lengthy video content it is much preferred to upload to a proper video streaming service, such as YouTube due to large file size. Please consider uploading to YouTube and using the video source-code snippet.',
);

process.exit(1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There’s a deeper alignment here too. Eliza and Fleek both share a vision of ag

That’s why this partnership will continue to grow and evolve.

Eliza helps define the agent logic, framework and OS. Fleek provides the infrastructure and platform to make it easy to create and manage the agents . Auto.fun becomes the place where the agents go to launch and activate their communities.
Eliza helps define the agent logic, framework and OS. Fleek provides the infrastructure and platform to make it easy to create and manage the agents. Auto.fun becomes the place where the agents go to launch and activate their communities.

It’s not just a better launchpad. It’s a new standard for launching the next wave of crypto x AI projects, and we are proud to be involved.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ When new services/protocols become available (maybe Akash or Arweave 👀), they

![Fleek.xyz Platform types and services](https://storageapi.fleek.co/fleek-team-bucket/Blogs/xyz-arch-services.png)

Going one level deeper, we have Fleek services. Each service is independent of each other and together are accesible from all of the four core building blocks (see diagram above).
Going one level deeper, we have Fleek services. Each service is independent of each other and together are accessible from all of the four core building blocks (see diagram above).

**The key word here is independent**. Internally, independent services mean that we can move fast, without worrying about how changes might affect other services or the teams building them. It also means that projects like templates (yes, definitely coming in the future) are able to be bootstrapped to production way quicker than before.

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/SDK/IPFS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# IPFS

The Fleek Platform SDK helps you pin files to IPFS. The Interplanetary File system (IPFS) is a distributed file storage protocol that allow computers all over the globe to store and serve files as part of a giant peer-to-peer network.
The Fleek Platform SDK helps you pin files to IPFS. The Interplanetary File system (IPFS) is a distributed file storage protocol that allows computers all over the globe to store and serve files as part of a giant peer-to-peer network.

:::warn
We're transitioning from using the IPFS service to our new Storage service. To help you make this change smoothly, there's a grace period and we've included warnings within our SDK code. We recommend reviewing our [Storage documentation](/docs/sdk/storage) to understand how to switch to the Storage service. You should start utilizing the Storage service over the IPFS service.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/fleek-dot-co.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Assets that are unsuccessfully ported will be troubleshooted and flagged for som
As part of the migration to Fleek.xyz and sunsetting of Fleek.co, the Fleek.co Storage SDK will also be sunset. This means that aside from migrating accounts, sites, and files, developers will also want to switch any previous references to the Fleek.co SDK in their codebase to the new Fleek.xyz SDK.
This will ensure applications and projects continue to be fully functional without any hiccups post-sunset and deprecation of Fleek.co.

Throughout the migration, we will make sure you have all the tools, information, and time to make the change comfortably and confidently. Expect to see detailed guides and white-glove support on both manual and automated migration options. As mentioned, the whole process will be as as frictionless and abstracted away from your user experience as possible.
Throughout the migration, we will make sure you have all the tools, information, and time to make the change comfortably and confidently. Expect to see detailed guides and white-glove support on both manual and automated migration options. As mentioned, the whole process will be as frictionless and abstracted away from your user experience as possible.
For those who want to get familiar with the new Fleek.xyz platform early, feel free to reach out and we’ll get you access to the beta. For the latest updates and support through this process, join our Discord community [here](https://discord.gg/fleek).

## Looking ahead
Expand Down
2 changes: 1 addition & 1 deletion src/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getTopLevelDomain = (url: string) => {

// The only expected hostnames
// are a maximum of three levels
// at time of writting
// at time of writing
// e.g. staging -> fleek-xyz-staging.on-fleek.app
// and prod -> fleek.xyz
const topLevelDomain = hostname.split('.').slice(-2).join('.');
Expand Down
Loading