@@ -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