Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES: Translation for security #4932

Merged
merged 6 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions locale/es/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ layout: docs.hbs
* [Diagnostics - Flame Graphs](/en/docs/guides/diagnostics-flamegraph/)
* [Dockerizing a Node.js web app](/en/docs/guides/nodejs-docker-webapp/)
* [Migrating to safe Buffer constructors](/en/docs/guides/buffer-constructor-deprecation/)
* [Diagnostics - User Journey](/en/docs/guides/diagnostics/)
* [Security Best Practices](/es/docs/guides/security/)

## Node.js core concepts

Expand All @@ -30,3 +32,7 @@ layout: docs.hbs
* [Domain Module Postmortem](/en/docs/guides/domain-postmortem/)
* [How to publish N-API package](/en/docs/guides/publishing-napi-modules/)
* [ABI Stability](/en/docs/guides/abi-stability/)

## Known issues

* [Native dependencies on macOS Catalina (v10.15)](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md)
Loading