Skip to content

Commit 72eac7d

Browse files
feat: drop getting started for free and add maintenance warning
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent effb454 commit 72eac7d

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

docs/components/maintenance.md

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)