Skip to content

Commit f12c647

Browse files
docs: add articles section
1 parent 7c3d87c commit f12c647

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.changeset/chatty-falcons-draw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opentf/std": patch
3+
---
4+
5+
Updated readme with articles section.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ $ bun run build
340340
$ bun benchmark.js
341341
```
342342

343+
## Articles
344+
345+
Please read our important articles:
346+
347+
- [Introducing Our New JavaScript Standard Library](https://ganapathy.hashnode.dev/introducing-our-new-javascript-standard-library)
348+
349+
- [You Don’t Need JavaScript Native Methods](https://ganapathy.hashnode.dev/you-dont-need-javascript-native-methods)
350+
343351
## License
344352

345353
Copyright (c) [Thanga Ganapathy](https://github.com/Thanga-Ganapathy) ([MIT License](./LICENSE)).

apps/docs/pages/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,11 @@ $ bun run build
192192
$ bun benchmark.js
193193
```
194194

195+
## Articles
196+
197+
Please read our important articles:
198+
199+
- [Introducing Our New JavaScript Standard Library](https://ganapathy.hashnode.dev/introducing-our-new-javascript-standard-library)
200+
201+
- [You Don't Need JavaScript Native Methods](https://ganapathy.hashnode.dev/you-dont-need-javascript-native-methods)
202+

packages/std/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,14 @@ $ bun run build
332332
$ bun benchmark.js
333333
```
334334

335+
## Articles
336+
337+
Please read our important articles:
338+
339+
- [Introducing Our New JavaScript Standard Library](https://ganapathy.hashnode.dev/introducing-our-new-javascript-standard-library)
340+
341+
- [You Don’t Need JavaScript Native Methods](https://ganapathy.hashnode.dev/you-dont-need-javascript-native-methods)
342+
335343
## License
336344

337345
Copyright (c) [Thanga Ganapathy](https://github.com/Thanga-Ganapathy) ([MIT License](../../LICENSE)).

0 commit comments

Comments
 (0)