Skip to content

Commit a7bb033

Browse files
committed
Add elixir plugin details to plugins.md
1 parent 8201c2a commit a7bb033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app/docs/guides/plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This doc describes how to use Devbox Plugins with your project. **Plugins** prov
88

99
### Built-in Plugins
1010

11-
If you add one of the packages listed above to your project using `devbox add <pkg>`, Devbox will automatically activate the plugin for that package.
11+
If you add one of the packages listed below to your project using `devbox add <pkg>`, Devbox will automatically activate the plugin for that package.
1212

1313
You can also explicitly add a built-in plugin in your project by adding it to the [`include` section](../configuration.md#include) of your `devbox.json` file. For example, to explicitly add the plugin for Nginx, you can add the following to your `devbox.json` file:
1414

@@ -34,6 +34,7 @@ Built-in plugins are available for the following packages. You can activate the
3434
* [PHP](../devbox_examples/languages/php.md) (php, php80, php81, php82...)
3535
* [Python](../devbox_examples/languages/python.md) (python, python-full, python-minimal...)
3636
* [Ruby](../devbox_examples/languages/ruby.md)(ruby, ruby_3_1, ruby_3_0...)
37+
* [Elixir](../devbox_examples/languages/elixir.md)(elixir, elixir_1_16, elixir_1_15...)
3738

3839

3940
### Local Plugins

0 commit comments

Comments
 (0)