Skip to content

Commit

Permalink
"Publicize" cookbook and tuto
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Ricard committed Jul 17, 2020
1 parent 9e6a476 commit 128a264
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,10 @@

### [Spec Text](https://tc39.es/proposal-record-tuple/)

### [Tutorial](https://tc39.es/proposal-record-tuple/tutorial/)

### [Cookbook](https://tc39.es/proposal-record-tuple/cookbook/)

# Overview

This proposal introduces two new deeply immutable data structures to JavaScript:
Expand Down
5 changes: 2 additions & 3 deletions cookbook/en.md
@@ -1,14 +1,13 @@
# Record & Tuple Cookbook

> **🚧 Work in progress 🚧**: this document is a work in progress. The format and writing-style of the document will change as well as the examples. Please do not take the examples as a sign of best practice.
A series of bite-sized examples of things you can do with the [Record & Tuple ECMAScript proposal][rt].

If you are unsure what this is all about, make sure you check out the [tutorial] first!

🌐 **en** | [fr]

[rt]: https://github.com/tc39/proposal-record-tuple
[tutorial]: ../tutorial/index.html
[fr]: ./fr.html

---

Expand Down
5 changes: 2 additions & 3 deletions tutorial/en.md
@@ -1,11 +1,10 @@
# Record & Tuple Tutorial

This tutorial will guide you through the [Record & Tuple ECMAScript proposal][rt].
> **🚧 Work in progress 🚧**: this document is a work in progress. The format and writing-style of the document will change as well as the examples. Please do not take the code snippets as a sign of best practice.
🌐 **en** | [fr]
This tutorial will guide you through the [Record & Tuple ECMAScript proposal][rt].

[rt]: https://github.com/tc39/proposal-record-tuple
[fr]: ./fr.html

---

Expand Down

0 comments on commit 128a264

Please sign in to comment.