Skip to content

Commit 793a193

Browse files
docs: list plugins in config resources
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 80953ae commit 793a193

7 files changed

Lines changed: 13 additions & 7 deletions

File tree

docs/examples/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import HowToRun from "./components/how-to-run.md";
8686

8787
## Juno-Specific Configuration
8888

89-
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps.
89+
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
9090
- **src/environments/environment.ts**: Contains the Satellite ID for local development.
9191
- **src/environments/environment.prod.ts**: Contains the Satellite ID for production.
9292

docs/examples/nextjs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ import HowToRun from "./components/how-to-run.md";
8686

8787
## Juno-Specific Configuration
8888

89-
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps.
89+
- `juno.config.mjs`: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
90+
- `next.config.mjs`: Uses the `withJuno` plugin to load environment variables and inject config automatically at build time. See the [Next.js Plugin reference](../reference/plugins.mdx#nextjs-plugin) for more information.
9091

9192
---
9293

docs/examples/react-javascript.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ import HowToRun from "./components/how-to-run.md";
9494

9595
## Juno-Specific Configuration
9696

97-
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps.
97+
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
98+
- **vite.config.js**: Registers the `juno` plugin to inject environment variables automatically. See the [Vite Plugin reference](../reference/plugins.mdx#vite-plugin) for more information.
9899

99100
---
100101

docs/examples/react-typescript.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ import HowToRun from "./components/how-to-run.md";
9292

9393
## Juno-Specific Configuration
9494

95-
- **juno.config.ts**: Defines Satellite IDs for development/production, build source, and predeploy steps.
95+
- **juno.config.ts**: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
96+
- **vite.config.ts**: Registers the `juno` plugin to inject environment variables automatically. See the [Vite Plugin reference](../reference/plugins.mdx#vite-plugin) for more information.
9697

9798
---
9899

docs/examples/sveltekit.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ import HowToRun from "./components/how-to-run.md";
8787

8888
## Juno-Specific Configuration
8989

90-
- **juno.config.ts**: Defines Satellite IDs for development/production, build source, and predeploy steps.
90+
- **juno.config.ts**: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
91+
- **vite.config.ts**: Registers the `juno` plugin to inject environment variables automatically. See the [Vite Plugin reference](../reference/plugins.mdx#vite-plugin) for more information.
9192

9293
---
9394

docs/examples/vanilla-javascript.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ import HowToRun from "./components/how-to-run.md";
8888

8989
## Juno-Specific Configuration
9090

91-
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps.
91+
- **juno.config.mjs**: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
92+
- **vite.config.js**: Registers the `juno` plugin to inject environment variables automatically. See the [Vite Plugin reference](../reference/plugins.mdx#vite-plugin) for more information.
9293

9394
---
9495

docs/examples/vue.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ import HowToRun from "./components/how-to-run.md";
8888

8989
## Juno-Specific Configuration
9090

91-
- **juno.config.ts**: Defines Satellite IDs for development/production, build source, and predeploy steps.
91+
- **juno.config.ts**: Defines Satellite IDs for development/production, build source, and predeploy steps. See the [Configuration reference](../reference/configuration.mdx) for details.
92+
- **vite.config.ts**: Registers the `juno` plugin to inject environment variables automatically. See the [Vite Plugin reference](../reference/plugins.mdx#vite-plugin) for more information.
9293

9394
---
9495

0 commit comments

Comments
 (0)