From 006e702b0c96805473a85fd90f97d53b2c4d1ba4 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 3 Feb 2026 14:27:52 +0100 Subject: [PATCH 1/2] docs: remove "effortless" slop Signed-off-by: David Dal Busco --- blog/2023-04-21-develop-an-angular-app-on-blockchain.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- docs/comparison/vs-railway.md | 2 +- docs/management/monitoring.md | 2 +- docs/miscellaneous/workarounds.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blog/2023-04-21-develop-an-angular-app-on-blockchain.md b/blog/2023-04-21-develop-an-angular-app-on-blockchain.md index b8329e22..02587cf1 100644 --- a/blog/2023-04-21-develop-an-angular-app-on-blockchain.md +++ b/blog/2023-04-21-develop-an-angular-app-on-blockchain.md @@ -288,7 +288,7 @@ export class ListComponent { ### Uploading File -Storing user-generated content on Web3 can be a challenge, but Juno makes it easy for app developers. It’s designed to enable the storage and serving of assets such as photos or videos effortlessly. +Storing user-generated content on Web3 can be a challenge, but Juno makes it easy for app developers. It’s designed to enable the storage and serving of assets such as photos or videos. To upload files, you’ll need to create a collection by following the instructions in the [documentation](https://juno.build/docs/build/storage#collections-and-rules). In this tutorial, we’ll focus on image uploads, so the collection should be named “images.” diff --git a/blog/2023-05-25-deploy-to-the-internet-computer-using-github-action-with-juno/index.md b/blog/2023-05-25-deploy-to-the-internet-computer-using-github-action-with-juno/index.md index a3c4e471..1b47ab51 100644 --- a/blog/2023-05-25-deploy-to-the-internet-computer-using-github-action-with-juno/index.md +++ b/blog/2023-05-25-deploy-to-the-internet-computer-using-github-action-with-juno/index.md @@ -12,7 +12,7 @@ image: https://juno.build/assets/images/deploy-to-the-internet-computer-using-gi In the fast-paced world of decentralized applications (dapps), automating deployment processes is key to accelerating development workflows. Juno, an innovative platform for building and hosting dapps on the [Internet Computer](https://internetcomputer.org/), introduces an exciting new feature that simplifies the deployment process - the [Juno GitHub Action](https://github.com/marketplace/actions/github-action-for-juno). -In this blog post, we will delve into how this powerful integration enables developers to effortlessly deploy their dapps to the Internet Computer, leveraging the capabilities of the Juno platform. +In this blog post, we will delve into how this powerful integration enables developers to deploy their dapps to the Internet Computer, leveraging the capabilities of the Juno platform. diff --git a/blog/2023-07-13-hosting-your-website-on-the-internet-computer/index.md b/blog/2023-07-13-hosting-your-website-on-the-internet-computer/index.md index 5b7d1d87..a6e49e13 100644 --- a/blog/2023-07-13-hosting-your-website-on-the-internet-computer/index.md +++ b/blog/2023-07-13-hosting-your-website-on-the-internet-computer/index.md @@ -16,7 +16,7 @@ _Photo by Date: Tue, 3 Feb 2026 13:29:40 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 4 ++-- .llms-snapshots/llms.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index c69399e4..8091ba82 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -3019,7 +3019,7 @@ This is where Juno steps in — an open-source serverless platform that delivers ## The Trade-Off: Managed Convenience vs. Ownership -Railway makes the cloud feel effortless — but your app ultimately runs inside someone else's system, governed by their operational rules and platform roadmap. +Railway makes the cloud feel accessible — but your app ultimately runs inside someone else's system, governed by their operational rules and platform roadmap. Juno flips that model. You get the same frictionless deployment and tooling, but your application lives in your own isolated execution environment. @@ -8886,7 +8886,7 @@ Wait for confirmation that the destination account has completed all the steps a ## How to collaborate on the same "project" -Since team collaboration isn't available yet, developers often find ways to share a satellite with friends or colleagues by either adding access keys—explained in the previous section—or by sharing an Internet Identity. With the latter approach, everyone in the group logs into the Juno Console using the same identity, allowing them to access the same data effortlessly. +Since team collaboration isn't available yet, developers often find ways to share a satellite with friends or colleagues by either adding access keys—explained in the previous section—or by sharing an Internet Identity. With the latter approach, everyone in the group logs into the Juno Console using the same identity, allowing them to access the same data. While this method falls outside Juno's intended scope, it works similarly to adding multiple passkeys to your own Internet Identity. Here’s a simple guide to help you set it up. diff --git a/.llms-snapshots/llms.txt b/.llms-snapshots/llms.txt index 0a2af9d1..b64796cb 100644 --- a/.llms-snapshots/llms.txt +++ b/.llms-snapshots/llms.txt @@ -147,7 +147,7 @@ Juno is your self-contained serverless platform for building full-stack web apps ## Management -- [Monitoring](https://juno.build/docs/management/monitoring.md): Juno Monitoring ensures your containers remain operational by automatically managing cycle balances. Monitor your modules, configure thresholds, and enable auto-refill to prevent downtime effortlessly. +- [Monitoring](https://juno.build/docs/management/monitoring.md): Juno Monitoring ensures your containers remain operational by automatically managing cycle balances. Monitor your modules, configure thresholds, and enable auto-refill to prevent downtime. - [Snapshots](https://juno.build/docs/management/snapshots.md): Snapshots are an essential component of any disaster recovery strategy. In the fast-paced world of development, unexpected issues can arise—such as accidental overwrites of critical data or bugs in updates. While these scenarios can't always be avoided, their impact can be minimized or mitigated. ## Miscellaneous