Skip to content

Commit a1ee83c

Browse files
authored
ES: Translation for security (#4932)
* 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
1 parent 3b11e1d commit a1ee83c

File tree

2 files changed

+340
-0
lines changed

2 files changed

+340
-0
lines changed

locale/es/docs/guides/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ layout: docs.hbs
1313
* [Diagnostics - Flame Graphs](/en/docs/guides/diagnostics-flamegraph/)
1414
* [Dockerizing a Node.js web app](/en/docs/guides/nodejs-docker-webapp/)
1515
* [Migrating to safe Buffer constructors](/en/docs/guides/buffer-constructor-deprecation/)
16+
* [Diagnostics - User Journey](/en/docs/guides/diagnostics/)
17+
* [Security Best Practices](/es/docs/guides/security/)
1618

1719
## Node.js core concepts
1820

@@ -30,3 +32,7 @@ layout: docs.hbs
3032
* [Domain Module Postmortem](/en/docs/guides/domain-postmortem/)
3133
* [How to publish N-API package](/en/docs/guides/publishing-napi-modules/)
3234
* [ABI Stability](/en/docs/guides/abi-stability/)
35+
36+
## Known issues
37+
38+
* [Native dependencies on macOS Catalina (v10.15)](https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md)

0 commit comments

Comments
 (0)