Skip to content

Commit

Permalink
docs: add articles section
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanga-Ganapathy committed Apr 18, 2024
1 parent 7c3d87c commit f12c647
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-falcons-draw.md
@@ -0,0 +1,5 @@
---
"@opentf/std": patch
---

Updated readme with articles section.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -340,6 +340,14 @@ $ bun run build
$ bun benchmark.js
```

## Articles

Please read our important articles:

- [Introducing Our New JavaScript Standard Library](https://ganapathy.hashnode.dev/introducing-our-new-javascript-standard-library)

- [You Don’t Need JavaScript Native Methods](https://ganapathy.hashnode.dev/you-dont-need-javascript-native-methods)

## License

Copyright (c) [Thanga Ganapathy](https://github.com/Thanga-Ganapathy) ([MIT License](./LICENSE)).
8 changes: 8 additions & 0 deletions apps/docs/pages/index.mdx
Expand Up @@ -192,3 +192,11 @@ $ bun run build
$ bun benchmark.js
```

## Articles

Please read our important articles:

- [Introducing Our New JavaScript Standard Library](https://ganapathy.hashnode.dev/introducing-our-new-javascript-standard-library)

- [You Don't Need JavaScript Native Methods](https://ganapathy.hashnode.dev/you-dont-need-javascript-native-methods)

8 changes: 8 additions & 0 deletions packages/std/README.md
Expand Up @@ -332,6 +332,14 @@ $ bun run build
$ bun benchmark.js
```

## Articles

Please read our important articles:

- [Introducing Our New JavaScript Standard Library](https://ganapathy.hashnode.dev/introducing-our-new-javascript-standard-library)

- [You Don’t Need JavaScript Native Methods](https://ganapathy.hashnode.dev/you-dont-need-javascript-native-methods)

## License

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

0 comments on commit f12c647

Please sign in to comment.