Skip to content

Commit a87e0e9

Browse files
feat: drop getting started for free and add maintenance warning (#737)
* feat: drop getting started for free and add maintenance warning 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 2d4e837 commit a87e0e9

5 files changed

Lines changed: 17 additions & 16 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Juno is in **maintenance** and not actively developed anymore.
66

77
# Getting Started with Juno
88

9+
**Caution:**
10+
11+
Juno is in **maintenance** and not actively developed anymore. Do not use it for anything serious.
12+
913
Unless you're looking to solely host your static website, the recommended way to start with Juno is by developing locally using the emulator β€” a production-like environment with full support for data, authentication, storage, and serverless functions.
1014

1115
It gives you everything you need to build and test your app before deploying anything live.
@@ -483,9 +487,9 @@ Juno is in **maintenance** and not actively developed anymore.
483487

484488
When you're ready to deploy your project to production, you'll need to create a [Satellite](/docs/terminology.md#satellite).
485489

486-
**Tip:**
490+
**Caution:**
487491

488-
New to Juno? Reach out on [Discord](https://discord.gg/wHZ57Z2RAG) and we'll get you started for free.
492+
Juno is in **maintenance** and not actively developed anymore. Do not use it for anything serious.
489493

490494
1. To get started, sign-in to the Juno [Console](https://console.juno.build).
491495
2. Click **Launch your first Satellite**.
@@ -10449,10 +10453,6 @@ Juno is in **maintenance** and not actively developed anymore.
1044910453

1045010454
This section provides guidance on managing your cycles with your wallet (your account), which are essential for maintaining and providing enough resources for your modules in the Juno ecosystem.
1045110455

10452-
**Tip:**
10453-
10454-
New to Juno? You don't need to set up a wallet. Reach out on [Discord](https://discord.gg/wHZ57Z2RAG) and we'll get you started for free.
10455-
1045610456
**Important:**
1045710457

1045810458
Just like your modules, your wallet is under your control β€” Juno cannot access, move, or recover the cycles held inside.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:::caution
2+
3+
Juno is in **maintenance** and not actively developed anymore. Do not use it for anything serious.
4+
5+
:::

β€Ždocs/create-a-satellite.mdxβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ keywords:
1717

1818
When you're ready to deploy your project to production, you'll need to create a [Satellite].
1919

20-
:::tip
20+
import Maintenance from "./components/maintenance.md";
2121

22-
New to Juno? Reach out on [Discord](https://discord.gg/wHZ57Z2RAG) and we'll get you started for free.
23-
24-
:::
22+
<Maintenance />
2523

2624
1. To get started, sign-in to the Juno [Console](https://console.juno.build).
2725
2. Click **Launch your first Satellite**.

β€Ždocs/intro.mdxβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description: Explore Juno's serverless functions, hosting, and data capabilities
55

66
# Getting Started with Juno
77

8+
import Maintenance from "./components/maintenance.md";
9+
10+
<Maintenance />
11+
812
Unless you're looking to solely host your static website, the recommended way to start with Juno is by developing locally using the emulator β€” a production-like environment with full support for data, authentication, storage, and serverless functions.
913

1014
It gives you everything you need to build and test your app before deploying anything live.

β€Ždocs/miscellaneous/wallet.mdxβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
This section provides guidance on managing your cycles with your wallet (your account), which are essential for maintaining and providing enough resources for your modules in the Juno ecosystem.
44

5-
:::tip
6-
7-
New to Juno? You don't need to set up a wallet. Reach out on [Discord](https://discord.gg/wHZ57Z2RAG) and we'll get you started for free.
8-
9-
:::
10-
115
:::important
126

137
Just like your modules, your wallet is under your control β€” Juno cannot access, move, or recover the cycles held inside.

0 commit comments

Comments
Β (0)