Skip to content

Commit 3ea6dc4

Browse files
docs: remove term "Blockchain" (#504)
* docs: remove term "Blockchain" Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * πŸ“„ Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1b9ecd commit 3ea6dc4

14 files changed

Lines changed: 38 additions & 29 deletions

File tree

β€Ž.llms-snapshots/llms-full.txtβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ Writing and viewing logs is a crucial tool for debugging and monitoring your cod
14841484

14851485
## Native Logging
14861486

1487-
The Internet Computer provides a native, simple logging system where logs are persisted within the blockchain up to a maximum size of 4 KiB.
1487+
The Internet Computer provides a native, simple logging system where logs are persisted within the state up to a maximum size of 4 KiB.
14881488

14891489
**Note:**
14901490

@@ -4785,7 +4785,7 @@ import { Component } from "@angular/core";import { type Doc, initSatellite, setD
47854785

47864786
#### 5\. Start the app
47874787

4788-
Start the app, go to [http://localhost:4200](http://localhost:4200) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite on the blockchain.
4788+
Start the app, go to [http://localhost:4200](http://localhost:4200) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite.
47894789

47904790
**What's Next: Going Live:**
47914791

@@ -5004,7 +5004,7 @@ index.astro
50045004

50055005
### 6\. Start the app
50065006

5007-
Start the app, go to [http://localhost:4321/](http://localhost:4321/) in a browser, click "Insert a document", and you should see the data successfully persisted in your satellite on the blockchain.
5007+
Start the app, go to [http://localhost:4321/](http://localhost:4321/) in a browser, click "Insert a document", and you should see the data successfully persisted in your satellite.
50085008

50095009
**What's Next: Going Live:**
50105010

@@ -5374,7 +5374,7 @@ Page.tsx
53745374

53755375
#### 6\. Start the app
53765376

5377-
Start the app and go to [http://localhost:3000](http://localhost:3000) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite on the blockchain.
5377+
Start the app and go to [http://localhost:3000](http://localhost:3000) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite.
53785378

53795379
**What's Next: Going Live:**
53805380

@@ -5648,7 +5648,7 @@ import { useEffect, useState } from "react";import { initSatellite, setDoc } fro
56485648

56495649
#### 6\. Start the app
56505650

5651-
Start the app and go to [http://localhost:5173](http://localhost:5173) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite on the blockchain.
5651+
Start the app and go to [http://localhost:5173](http://localhost:5173) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite.
56525652

56535653
**What's Next: Going Live:**
56545654

@@ -6038,7 +6038,7 @@ Replace the existing content in your `+page.svelte` file in the same `routes` di
60386038

60396039
#### 6\. Start the app
60406040

6041-
Start the app, go to [http://localhost:5173](http://localhost:5173) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite on the blockchain.
6041+
Start the app, go to [http://localhost:5173](http://localhost:5173) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite.
60426042

60436043
**What's Next: Going Live:**
60446044

@@ -6424,7 +6424,7 @@ App.vue
64246424

64256425
#### 6\. Start the app
64266426

6427-
Start the app, go to [http://localhost:5173](http://localhost:5173) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite on the blockchain.
6427+
Start the app, go to [http://localhost:5173](http://localhost:5173) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite.
64286428

64296429
**What's Next: Going Live:**
64306430

@@ -7061,7 +7061,7 @@ Juno operates on the [Internet Computer](https://internetcomputer.org/) (ICP or
70617061

70627062
The Internet Computer connects independent data centers worldwide. Specialized node machines and cryptography ensure that applications run efficiently and consistently, without relying on Big Tech intermediaries. It even enables direct web content delivery from these self-contained units.
70637063

7064-
While Juno relies on the Internet Computer as its primary execution layer, it avoids unnecessary blockchain complexity. Developers interact with Juno using familiar frontend and backend development workflows, without needing to manage or understand blockchain infrastructure.
7064+
While Juno relies on the Internet Computer as its primary execution layer, it avoids unnecessary complexity. Developers interact with Juno using familiar frontend and backend development workflows, without needing to manage or understand blockchain infrastructure.
70657065

70667066
---
70677067

@@ -7285,7 +7285,7 @@ We also recommend enabling [monitoring](/docs/management/monitoring.md) to ensur
72857285

72867286
## What are ICP?
72877287

7288-
ICP are the native cryptocurrency of the [Internet Computer](https://internetcomputer.org). They are used to power this blockchain, providing utility and governance.
7288+
ICP are the native cryptocurrency of the [Internet Computer](https://internetcomputer.org). They provide utility for powering the network and are also used for governance.
72897289

72907290
One key usage is converting ICP tokens to cycles, which are used to cover the computational and storage costs of running smart contracts and modules.
72917291

β€Ždocs/build/analytics/index.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Juno’s analytics library is built for speed and simplicity. It’s a tiny Java
3535

3636
Beyond standard page views, you can gain valuable insights into your visitors by creating custom events to track conversions and attribution.
3737

38-
## πŸ“£ Understand Campaign Performance
38+
### πŸ“£ Understand Campaign Performance
3939

4040
Measure the impact of your campaigns using `utm` parameters. See how people find your app β€” whether through ads, newsletters, or social posts β€” and track which sources drive the most traffic, all from your dashboard.
4141

@@ -65,7 +65,7 @@ While we are not legal experts and the responsibility for adding analytics to yo
6565

6666
### Hosted on the blockchain
6767

68-
All tracked data is securely stored on the blockchain, without any specific geolocation by default. However, if you select a European subnet when creating the Orbiter for Analytics, your data will be stored in Europe. This gives you flexibility based on your data residency needs.
68+
All tracked data is securely stored on the [Internet Computer](https://internetcomputer.org/) blockchain, without any specific geolocation by default. However, if you select a European subnet when creating the Orbiter for Analytics, your data will be stored in Europe. This gives you flexibility based on your data residency needs.
6969

7070
### No cross-dapp tracking
7171

β€Ždocs/build/authentication/index.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
description: Learn how to securely identify users anonymously and save their data on the blockchain using Juno's authentication services.
2+
description: Learn how to securely identify users anonymously and save their data in containers you own and control using Juno's authentication services.
33
keywords:
44
[
55
authentication,
66
secure user identification,
7-
blockchain authentication,
7+
user identity,
88
Internet Identity,
99
NFID
1010
]
1111
---
1212

1313
# Authentication
1414

15-
Juno allows you to securely identify users **anonymously** and save their data on the blockchain.
15+
Juno allows you to securely identify users **anonymously**.
1616

1717
Our easy-to-use SDKs support authentication through [Internet Identity] and [NFID].
1818

β€Ždocs/build/functions/index.mdβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
2-
description: Learn how to develop and deploy Serverless Functions with Juno using Rust or TypeScript, enabling event-driven execution without blockchain constraints.
2+
description: Learn how to develop and deploy Serverless Functions with Juno using Rust or TypeScript, enabling event-driven execution without infrastructure constraints.
33
keywords:
44
[
55
serverless functions,
66
event-driven execution,
77
Juno Functions,
8-
blockchainless,
8+
server-side logic,
9+
container functions,
10+
event hooks,
911
smart functions
1012
]
1113
---
1214

1315
# Functions
1416

15-
Functions are a set of features enabling developers to extend the native capabilities of [Satellites](../../terminology.md#satellite) using Rust or TypeScript. They let you define serverless behaviors directly within your containerized smart contract.
17+
Functions are a set of features enabling developers to extend the native capabilities of [Satellites](../../terminology.md#satellite) using Rust or TypeScript. They let you define serverless behaviors directly within your containerized environment.
1618

1719
Triggered by events like document and asset operations, they allow you to automatically run backend code or assertions. These functions are shipped with your container and don’t require you to manage or scale your own servers.
1820

β€Ždocs/build/functions/logs.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Writing and viewing logs is a crucial tool for debugging and monitoring your cod
88

99
## Native Logging
1010

11-
The Internet Computer provides a native, simple logging system where logs are persisted within the blockchain up to a maximum size of 4 KiB.
11+
The Internet Computer provides a native, simple logging system where logs are persisted within the state up to a maximum size of 4 KiB.
1212

1313
:::note
1414

β€Ždocs/build/hosting/index.mdβ€Ž

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
---
2-
description: "Discover Juno Hosting: Fast, Secure, Blockchain-Powered Web Hosting. Deploy with ease and custom domains."
3-
keywords: [Fast hosting, Secure hosting, Blockchain hosting, Custom domains]
2+
description: "Discover Juno Hosting: Fast and Secure Web Hosting. Deploy with ease and custom domains."
3+
keywords:
4+
[
5+
Fast hosting,
6+
Secure hosting,
7+
Container hosting,
8+
Developer hosting,
9+
Custom domains
10+
]
411
---
512

613
# Hosting
714

8-
Juno Hosting offers fast and secure hosting powered by 100% blockchain technology.
15+
Juno Hosting offers fast and secure hosting.
916

1017
With just one [CLI] command, you can effortlessly deploy your web applications, static, and dynamic content to your [satellite].
1118

β€Ždocs/guides/angular.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class AppComponent {
140140

141141
#### 5. Start the app
142142

143-
Start the app, go to [http://localhost:4200](http://localhost:4200) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite on the blockchain.
143+
Start the app, go to [http://localhost:4200](http://localhost:4200) in a browser, click "Insert a document," and you should see the data successfully persisted in your satellite.
144144

145145
import WhatsNext from "./components/whats-next.md";
146146

β€Ždocs/guides/astro.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Add an `insert` function to persist a document.
158158
159159
### 6. Start the app
160160
161-
Start the app, go to [http://localhost:4321/](http://localhost:4321/) in a browser, click "Insert a document", and you should see the data successfully persisted in your satellite on the blockchain.
161+
Start the app, go to [http://localhost:4321/](http://localhost:4321/) in a browser, click "Insert a document", and you should see the data successfully persisted in your satellite.
162162
163163
import WhatsNext from "./components/whats-next.md";
164164

β€Ždocs/guides/nextjs.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default function Home() {
144144

145145
#### 6. Start the app
146146

147-
Start the app and go to [http://localhost:3000](http://localhost:3000) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite on the blockchain.
147+
Start the app and go to [http://localhost:3000](http://localhost:3000) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite.
148148

149149
import WhatsNext from "./components/whats-next.md";
150150

β€Ždocs/guides/react.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default App;
137137

138138
#### 6. Start the app
139139

140-
Start the app and go to [http://localhost:5173](http://localhost:5173) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite on the blockchain.
140+
Start the app and go to [http://localhost:5173](http://localhost:5173) in a browser. Click "Insert a document" to see the data successfully persisted in your satellite.
141141

142142
import WhatsNext from "./components/whats-next.md";
143143

0 commit comments

Comments
Β (0)