Skip to content

Commit 67f8edd

Browse files
authored
Merge pull request #2113 from aziontech/add-pqc-doc-page-on-security-menu
Add pqc doc page on security menu
2 parents 95aca96 + 7ca5160 commit 67f8edd

4 files changed

Lines changed: 19 additions & 0 deletions

File tree

src/i18n/en/nav.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,14 @@ export default [
476476
slug: '/documentation/products/guides/secure/digital-certificates/',
477477
key: 'digitalCertificates',
478478
},
479+
{
480+
text: 'Post-quantum cryptography',
481+
header: true,
482+
anchor: true,
483+
type: 'learn',
484+
slug: '/documentation/products/guides/secure/post-quantum-cryptography/',
485+
key: 'postQuantumCryptography',
486+
},
479487
],
480488
},
481489
{

src/i18n/en/secureMenu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default [
4949
{ text: 'Select TLS ciphers', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/secure/ciphers/', key: 'ciphers', hasLabel: 'menu.secureTransportLayerSecurity' },
5050
{ text: 'Configure mTLS', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/secure/mtls/', key: 'mtls' },
5151
{ text: 'Certificate Manager', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/secure/digital-certificates/', key: 'digitalCertificates' },
52+
{ text: 'Post-quantum cryptography', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/secure/post-quantum-cryptography/', key: 'postQuantumCryptography' },
5253

5354

5455
{ text: 'Functions', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/automate/functions/', key: 'automateEdgeFunctions', hasLabel: 'menu.secureAutomate' },

src/i18n/pt-br/nav.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,14 @@ export default NavDictionary([
366366
slug: '/documentacao/produtos/guias/secure/certificado-digital',
367367
key: 'digitalCertificates',
368368
},
369+
{
370+
text: 'Criptografia pós-quântica',
371+
header: true,
372+
anchor: true,
373+
type: 'learn',
374+
slug: '/documentacao/produtos/guias/secure/criptografia-pos-quantica/',
375+
key: 'postQuantumCryptography',
376+
},
369377

370378
{ text: 'Automatize com a Azion', header: true, type: 'learn', key: 'automateSecure' },
371379
{

src/i18n/pt-br/secureMenu.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default [
5050
{ text: 'Selecione cifras TLS', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/guias/secure/cifras/', key: 'ciphers', hasLabel: 'menu.secureTransportLayerSecurity' },
5151
{ text: 'Configure mTLS', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/guias/secure/mtls/', key: 'mtls' },
5252
{ text: 'Gerencie certificados digitais', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/guias/secure/certificado-digital', key: 'digitalCertificates' },
53+
{ text: 'Criptografia pós-quântica', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/guias/secure/criptografia-pos-quantica/', key: 'postQuantumCryptography' },
5354

5455

5556
{ text: 'Functions', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/secure/automarizar/functions/', key: 'automateEdgeFunctions', hasLabel: 'menu.secureAutomate' },
@@ -80,3 +81,4 @@ export default [
8081
{ text: 'Monitore metricas', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/secure/troubleshoot/edge-dns-monitorar-metricas/', key: 'intelligentDnsUnderstandMetrics', hasLabel: 'menu.secureTroubleshoot' },
8182
{ text: 'Teste uma zona', header: true, anchor: true, type: 'learn', slug: '/documentacao/produtos/guias/secure/testar-zona/', key: 'testZone' },
8283
] as const;
84+

0 commit comments

Comments
 (0)