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
2 changes: 1 addition & 1 deletion docs/docs/app-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ miren deploy

### Detection

For each supported stack (Python, Node.js, Bun, Go, Ruby, Rust), `miren init`:
For each supported stack (Python, Node.js, Bun, Go, Ruby, Rust, Elixir), `miren init`:

- Reads your manifest (`Gemfile`, `package.json`, `pyproject.toml`, `Cargo.toml`, `go.mod`) to map known libraries to the env vars they typically expect — `pg` → `DATABASE_URL`, `@sentry/node` → `SENTRY_DSN`, and so on.
- Greps your source code for direct env reads (`ENV['X']`, `process.env.X`, `os.Getenv("X")`, `std::env::var("X")`, `Bun.env.X`) and notes whether each one has a fallback.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ That's it! You have an app running on Miren.

Now that you've got something deployed, here's where to go depending on what you need.

**Deploy your own app.** Miren auto-detects Python, Node, Bun, Go, Ruby, and Rust projects. Run `miren init` in your project to create a [`.miren/app.toml`](./app-configuration.md) config, then `miren deploy`. If your app already has a runnable container image, [configure it directly](./deployment.md#deploying-an-existing-image). Use a `Dockerfile` when the deployment still needs to add source, packages, or build steps. For a step-by-step source-build walkthrough, see the [Language Guides](./guides/index.md).
**Deploy your own app.** Miren auto-detects Python, Node, Bun, Go, Ruby, Rust, and Elixir projects. Run `miren init` in your project to create a [`.miren/app.toml`](./app-configuration.md) config, then `miren deploy`. If your app already has a runnable container image, [configure it directly](./deployment.md#deploying-an-existing-image). Use a `Dockerfile` when the deployment still needs to add source, packages, or build steps. For a step-by-step source-build walkthrough, see the [Language Guides](./guides/index.md).

:::tip[Set up your own app with an agent]
Install the [Miren agent skills](./agent-skills.md) and ask your AI coding agent to
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Yes. Add a `Dockerfile.miren` to your project root. Miren builds from it instead
guessing the stack — see [Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Miren builds from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/clojure.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Miren builds from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/cobol.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Yes. Add a `Dockerfile.miren` to your project root. Miren builds from it instead
guessing the stack — see [Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/commonlisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Yes. Add a `Dockerfile.miren` to your project root. Miren builds from it instead
guessing the stack — see [Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Miren builds from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/crystal.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ root. Miren builds from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/dart.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Miren builds from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Miren builds from it instead of guessing the stack — see
[Using Dockerfile.miren](./index.md#using-dockerfilemiren).

:::tip[Want native support?]
Miren auto-detects and builds common stacks (Python, Node, Bun, Go, Ruby, Rust)
Miren auto-detects and builds [common stacks](./index.md#auto-detected-vs-dockerfile)
without a Dockerfile. This language isn't one of them yet — if you'd like first-class
support, [request it](https://linear.miren.garden/suggest).
:::
Expand Down
Loading
Loading