Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Juno is in **maintenance** and not actively developed anymore.

# Getting Started with Juno

**Caution:**

Juno is in **maintenance** and not actively developed anymore. Do not use it for anything serious.

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.

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

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

**Tip:**
**Caution:**

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

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

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.

**Tip:**

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.

**Important:**

Just like your modules, your wallet is under your control — Juno cannot access, move, or recover the cycles held inside.
Expand Down
5 changes: 5 additions & 0 deletions docs/components/maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:::caution

Juno is in **maintenance** and not actively developed anymore. Do not use it for anything serious.

:::
6 changes: 2 additions & 4 deletions docs/create-a-satellite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ keywords:

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

:::tip
import Maintenance from "./components/maintenance.md";

New to Juno? Reach out on [Discord](https://discord.gg/wHZ57Z2RAG) and we'll get you started for free.

:::
<Maintenance />

1. To get started, sign-in to the Juno [Console](https://console.juno.build).
2. Click **Launch your first Satellite**.
Expand Down
4 changes: 4 additions & 0 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: Explore Juno's serverless functions, hosting, and data capabilities

# Getting Started with Juno

import Maintenance from "./components/maintenance.md";

<Maintenance />

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.

It gives you everything you need to build and test your app before deploying anything live.
Expand Down
6 changes: 0 additions & 6 deletions docs/miscellaneous/wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

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.

:::tip

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.

:::

:::important

Just like your modules, your wallet is under your control — Juno cannot access, move, or recover the cycles held inside.
Expand Down