diff --git a/docs/docs/beam/build-and-run.md b/docs/docs/beam/build-and-run.md index 3d48432..acf1f01 100644 --- a/docs/docs/beam/build-and-run.md +++ b/docs/docs/beam/build-and-run.md @@ -3,6 +3,10 @@ title: Build and Run layout: standard --- +
+ Added in v5.0.0-rc.1 +
+ ## Erlang/OTP Version Fable targets Erlang/OTP 25 or higher. diff --git a/docs/docs/beam/compatibility.md b/docs/docs/beam/compatibility.md index 55dbfc5..aa41a08 100644 --- a/docs/docs/beam/compatibility.md +++ b/docs/docs/beam/compatibility.md @@ -5,6 +5,10 @@ toc: to: 4 --- ++ Added in v5.0.0-rc.1 +
+ :::warning Beam target is in alpha meaning that breaking changes can happen between minor versions. ::: diff --git a/docs/docs/beam/features.md b/docs/docs/beam/features.md index ed46692..2975ff4 100644 --- a/docs/docs/beam/features.md +++ b/docs/docs/beam/features.md @@ -5,6 +5,10 @@ toc: to: 4 --- ++ Added in v5.0.0-rc.1 +
+ In this section, we will cover specific features of Fable when targeting the BEAM (Erlang). :::warning diff --git a/docs/docs/getting-started/your-first-fable-project.md b/docs/docs/getting-started/your-first-fable-project.md index 098be99..3c756d4 100644 --- a/docs/docs/getting-started/your-first-fable-project.md +++ b/docs/docs/getting-started/your-first-fable-project.md @@ -54,7 +54,6 @@ dotnet add package Fable.Core -