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
4 changes: 4 additions & 0 deletions docs/docs/beam/build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Build and Run
layout: standard
---

<p class="tag is-info is-medium">
Added in v5.0.0-rc.1
</p>

## Erlang/OTP Version

Fable targets Erlang/OTP 25 or higher.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/beam/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ toc:
to: 4
---

<p class="tag is-info is-medium">
Added in v5.0.0-rc.1
</p>

:::warning
Beam target is in alpha meaning that breaking changes can happen between minor versions.
:::
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/beam/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ toc:
to: 4
---

<p class="tag is-info is-medium">
Added in v5.0.0-rc.1
</p>

In this section, we will cover specific features of Fable when targeting the BEAM (Erlang).

:::warning
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/getting-started/your-first-fable-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ dotnet add package Fable.Core

</li>


<li>

We can now call Fable to transpile our F# code to the desired target.
Expand All @@ -69,6 +68,7 @@ dotnet fable --lang typescript
# If you want to transpile to Python
dotnet fable --lang python
```

:::info
If you are switching between languages make sure to delete the `fable_modules` folder before invoking Fable again.
:::
Expand All @@ -83,6 +83,7 @@ To go further look into the respective target documentation to have an example o
- [TypeScript](/docs/getting-started/typescript.html)
- [Python](/docs/getting-started/python.html)
- [Rust](/docs/getting-started/rust.html)
- [Beam](/docs/getting-started/beam.html)
<!-- - [Dart](/docs/getting-started/dart.html)
- [PHP](/docs/getting-started/php.html) -->

Expand Down