Skip to content

Commit

Permalink
feat: console screenshots (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jan 17, 2025
1 parent fa830f2 commit e551a71
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords:

Juno Analytics, a simple, performant, and open-source web3 analytics solution that respects your users' privacy and doesn't use cookies, ensuring anonymity while providing valuable user insights.

![Juno's Analytics screenshot](../img/analytics.webp)
![A screenshot of the Juno's Analytics dashboard](../img/analytics/analytics-dashboard.webp)

---

Expand Down
4 changes: 3 additions & 1 deletion docs/build/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Our easy-to-use SDKs support authentication through [Internet Identity] and [NFI

Juno Authentication integrates tightly with other Juno services like [datastore](datastore.md) and [storage](storage.md).

You can manage your users in the [authentication](https://console.juno.build/auhtentication) view in Juno's console. A new entry is created when a user successfully signs in (see below).
You can manage your users in the [authentication](https://console.juno.build/auhtentication) view in Juno's console. A new entry is created when a user successfully signs in.

![An overview of the anonymous display of the users in Juno Console](../img/satellite/authentication.webp)

:::note

Expand Down
2 changes: 2 additions & 0 deletions docs/build/datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ keywords: [blockchain data storage, collection, document, key, data]

The Juno Datastore offers a simple key-value model, organized by collections containing documents, for storing data on the blockchain. It eliminates the need to write backend code, allowing easy management of distributed, cross-user data.

![A screenshot of the Datastore in Juno's Console](../img/satellite/datastore.webp)

:::note

To use these features, the Juno SDK must be [installed](../setup-the-sdk.mdx) and initialized in your app.
Expand Down
2 changes: 2 additions & 0 deletions docs/build/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ cargo clippy --target=wasm32-unknown-unknown

Logging is a crucial tool for debugging and monitoring your code. Serverless Functions offer you the option to utilize loggers to report status effectively.

![A screenshot of the Juno's Console feature to browse logs](../img/satellite/functions.webp)

### How does it work?

Logs are stored in stable memory, accommodating up to 100 entries. Once this limit is reached, the oldest entry is discarded. It's important to note that since logs are saved in memory, your hooks should return a success—meaning they should not trap—otherwise, the information cannot be preserved.
Expand Down
2 changes: 2 additions & 0 deletions docs/build/hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Juno Hosting offers fast and secure hosting powered by 100% blockchain technolog

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

![An overview of the custom domains once configured](../img/satellite/hosting.webp)

---

## Custom Domain Support
Expand Down
2 changes: 2 additions & 0 deletions docs/build/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Juno Storage is designed for app developers who need to store and serve user-gen

It offers a powerful and cost-effective object storage solution on the blockchain.

![A screenshot of the Storage in Juno's Console](../img/satellite/storage.webp)

:::note

To use Juno Storage's features, you must [install](../setup-the-sdk.mdx) and initialize the Juno SDK in your app.
Expand Down
Binary file removed docs/img/analytics.webp
Binary file not shown.
Binary file added docs/img/analytics/analytics-dashboard.webp
Binary file not shown.
Binary file added docs/img/monitoring/monitoring-dashboard.webp
Binary file not shown.
Binary file added docs/img/satellite/authentication.webp
Binary file not shown.
Binary file added docs/img/satellite/datastore.webp
Binary file not shown.
Binary file added docs/img/satellite/functions.webp
Binary file not shown.
Binary file added docs/img/satellite/hosting.webp
Binary file not shown.
Binary file added docs/img/satellite/storage.webp
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/management/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ keywords:

Keeping your modules running smoothly is essential for any application. The monitoring feature ensures your [Mission Control] (your wallet) and modules — Satellites and Orbiter (Analytics) — stay operational by automatically refilling cycles when they run low. This helps prevent unexpected downtime, allowing you to focus on building and growing your product without worrying about cycle balances.

![A screenshot of the monitoring overview within Juno Console](../img/monitoring/monitoring-dashboard.webp)

---

## Features
Expand Down

0 comments on commit e551a71

Please sign in to comment.