Skip to content

Commit cf1141c

Browse files
authored
Add version tag to Beam docs and Beam link to getting started (#230)
1 parent 92b341b commit cf1141c

4 files changed

Lines changed: 14 additions & 1 deletion

File tree

docs/docs/beam/build-and-run.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Build and Run
33
layout: standard
44
---
55

6+
<p class="tag is-info is-medium">
7+
Added in v5.0.0-rc.1
8+
</p>
9+
610
## Erlang/OTP Version
711

812
Fable targets Erlang/OTP 25 or higher.

docs/docs/beam/compatibility.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ toc:
55
to: 4
66
---
77

8+
<p class="tag is-info is-medium">
9+
Added in v5.0.0-rc.1
10+
</p>
11+
812
:::warning
913
Beam target is in alpha meaning that breaking changes can happen between minor versions.
1014
:::

docs/docs/beam/features.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ toc:
55
to: 4
66
---
77

8+
<p class="tag is-info is-medium">
9+
Added in v5.0.0-rc.1
10+
</p>
11+
812
In this section, we will cover specific features of Fable when targeting the BEAM (Erlang).
913

1014
:::warning

docs/docs/getting-started/your-first-fable-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ dotnet add package Fable.Core
5454

5555
</li>
5656

57-
5857
<li>
5958

6059
We can now call Fable to transpile our F# code to the desired target.
@@ -69,6 +68,7 @@ dotnet fable --lang typescript
6968
# If you want to transpile to Python
7069
dotnet fable --lang python
7170
```
71+
7272
:::info
7373
If you are switching between languages make sure to delete the `fable_modules` folder before invoking Fable again.
7474
:::
@@ -83,6 +83,7 @@ To go further look into the respective target documentation to have an example o
8383
- [TypeScript](/docs/getting-started/typescript.html)
8484
- [Python](/docs/getting-started/python.html)
8585
- [Rust](/docs/getting-started/rust.html)
86+
- [Beam](/docs/getting-started/beam.html)
8687
<!-- - [Dart](/docs/getting-started/dart.html)
8788
- [PHP](/docs/getting-started/php.html) -->
8889

0 commit comments

Comments
 (0)