Skip to content

Commit

Permalink
ES: Translation for security (#4932)
Browse files Browse the repository at this point in the history
* chore: sync guides index from latest EN

* feat: added ES translation for Security Guide

* chore: linting

* fix: typos

suggested by @vrunoa in 4932

* fix: replaced url

Propagate changes from #4941

* fix: replaced url

Propagate changes from #4951
  • Loading branch information
UlisesGascon authored Nov 24, 2022
1 parent 3b11e1d commit a1ee83c
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 0 deletions.
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

0 comments on commit a1ee83c

Please sign in to comment.