Skip to content

Commit

Permalink
Compute SDK docs (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilij4 authored May 25, 2023
1 parent e9c44f6 commit 47830a6
Show file tree
Hide file tree
Showing 4 changed files with 948 additions and 1 deletion.
6 changes: 6 additions & 0 deletions components/sdk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ const SDK_LIST = [
title: "Browser SDK",
body: "For Browser based environments",
},
{
path: "/sdk/compute",
emoji: "📼",
title: "Compute SDK",
body: "Designed to streamline work with your compute organizations",
},
];

const SDK = () => {
Expand Down
1 change: 1 addition & 0 deletions pages.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ export const Pages = [
["Spheron SDK", "/sdk"],
["Storage SDK", "/sdk/storage"],
["Browser Upload SDK", "/sdk/browser"],
["Compute SDK", "/sdk/compute"],
["Spheron CLI", "/cli"],
];
3 changes: 2 additions & 1 deletion pages/sdk/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"storage": "Storage SDK",
"browser": "Browser Upload SDK"
"browser": "Browser Upload SDK",
"compute": "Compute SDK"
}
Loading

2 comments on commit 47830a6

@spheron-protocol
Copy link

Choose a reason for hiding this comment

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

@ilij4 is trying to deploy a new commit(47830a6) of docs to Spheron Team on Spheron.

To make sure deployment goes through for every commit of @ilij4, Owner or Admin need to add @ilij4 to the Spheron Team.

Or Owner or Admin of the Organisation needs to authorize this deployment.

ℹ️ @ilij4 make sure that you have an account at Spheron.

@spheron-protocol
Copy link

Choose a reason for hiding this comment

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

This commit (47830a6) is being automatically deployed with Spheron.
To see more details of your deployment, checkout links mentioned below:

🔍 Inspect Deployment Logs: https://app.spheron.network/#/app/org/623dfdbacde66b0012506e60/project/63ef99359a9af800127ed8ce/deployments/646f7bf42aa0a70012b3aab4
🌍 Updated Domains: docs-aeaa4e.spheron.app, docs.spheron.network
😎 Deployment Preview: https://bafybeidj4ldabdtuzqztnphfdaf53nvp4pdto5unpie6xozi66dr2zzolm.ipfs.sphn.link

Please sign in to comment.