Skip to content

Commit 6adbed2

Browse files
chore: merge main
Signed-off-by: David Dal Busco <[email protected]>
2 parents 6f2fcdc + 6f54e9a commit 6adbed2

File tree

22 files changed

+51
-51
lines changed

22 files changed

+51
-51
lines changed

docs/build/analytics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ Consequently, this leaves the canister open to potential attacks that can pollut
110110
:::
111111

112112
[CLI]: ../../reference/cli.mdx
113-
[satellites]: ../../terminology.md#satellite
114-
[orbiter]: ../../terminology.md#orbiter
113+
[satellites]: ../../terminology.mdx#satellite
114+
[orbiter]: ../../terminology.mdx#orbiter

docs/build/datastore/collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Any collection with read permissions set to `public`, `managed` or `restricted`
4040

4141
:::
4242

43-
[satellite]: ../../terminology.md#satellite
44-
[controllers]: ../../terminology.md#controller
43+
[satellite]: ../../terminology.mdx#satellite
44+
[controllers]: ../../terminology.mdx#controller

docs/build/datastore/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ As for documents, they can be up to 2MB in size. However, larger files can be sa
4848

4949
The Datastore supports various configuration options to fine-tune its behavior, such as resource limits and operational constraints. For a detailed explanation of all available options, see the [configuration](../../reference/configuration.mdx#datastore) section.
5050

51-
[satellite]: ../../terminology.md#satellite
51+
[satellite]: ../../terminology.mdx#satellite
5252

5353
---
5454

docs/build/functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414

1515
# Functions
1616

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.
17+
Functions are a set of features enabling developers to extend the native capabilities of [Satellites](../../terminology.mdx#satellite) using Rust or TypeScript. They let you define serverless behaviors directly within your containerized environment.
1818

1919
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.
2020

docs/build/hosting/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ If you're having trouble, feel free to reach out for assistance—we’re happy
7878

7979
If one of the status `Pending...` is reached, the console will automatically refresh the status every few seconds until your domain is available.
8080

81-
[console]: ../../terminology.md#console
81+
[console]: ../../terminology.mdx#console

docs/build/storage/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Any collection with read permissions set to `public`, `managed` or `restricted`
4646

4747
:::
4848

49-
[controllers]: ../../terminology.md#controller
49+
[controllers]: ../../terminology.mdx#controller

docs/build/storage/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ import DatastoreVsStorage from "../components/datastore-storage.md";
6161

6262
<DatastoreVsStorage />
6363

64-
[satellite]: ../../terminology.md#satellite
64+
[satellite]: ../../terminology.mdx#satellite

docs/create-a-satellite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ You can change this later in your Satellite "Hosting" settings.
4141

4242
:::
4343

44-
[satellite]: terminology.md#satellite
44+
[satellite]: terminology.mdx#satellite

docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In contrast, Juno is fully [open-source](https://github.com/junobuild/), providi
6969

7070
Firebase follows a usage-based pricing model, where costs are calculated based on factors like request volume and data storage. The absence of a cap-setting option is a cause for concern, as unexpected spikes in usage can result in substantial expenses.
7171

72-
In contrast, Juno takes a different approach. Developers pre-charge their modules with [cycles](./terminology.md#cycles), which are then utilized to cover computation and memory usage. This mechanism eliminates the risk of encountering unexpected financial burdens due to unforeseen usage surges.
72+
In contrast, Juno takes a different approach. Developers pre-charge their modules with [cycles](terminology.mdx#cycles), which are then utilized to cover computation and memory usage. This mechanism eliminates the risk of encountering unexpected financial burdens due to unforeseen usage surges.
7373

7474
### Do you have a library for [some other language]?
7575

@@ -91,6 +91,6 @@ You can also check out the [guides](/docs/category/guides), which feature exampl
9191

9292
Do you have more questions or need further assistance? Feel free to reach out to us on [Discord](https://discord.gg/wHZ57Z2RAG) or [Twitter](https://twitter.com/junobuild). We're here to help!
9393

94-
[mission control]: terminology.md#mission-control
95-
[satellites]: terminology.md#satellite
94+
[mission control]: terminology.mdx#mission-control
95+
[satellites]: terminology.mdx#satellite
9696
[Internet Computer]: https://internetcomputer.org/

docs/guides/github-actions/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ When using the Actions, you can configure the following environment variables:
100100
| `PROJECT_PATH` | No | The path to the folder containing the `juno.config` file if it doesn't exist at the root of your repository. e.g. `./my-app-subfolder`. |
101101

102102
[CLI]: ../../reference/cli.mdx
103-
[satellite]: ../../terminology.md#satellite
104-
[cycles]: ../../terminology.md#cycles
103+
[satellite]: ../../terminology.mdx#satellite
104+
[cycles]: ../../terminology.mdx#cycles

0 commit comments

Comments
 (0)