mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
docs: update documentation about webauthn passkey
This commit is contained in:
parent
2f51b5612b
commit
45048315cd
11 changed files with 736 additions and 301 deletions
|
@ -41,7 +41,8 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
{text: 'Logrotate', link: '/guide/config-logrotate'},
|
||||
{text: 'Cluster', link: '/guide/config-cluster'},
|
||||
{text: 'Auth', link: '/guide/config-auth'},
|
||||
{text: 'Crypto', link: '/guide/config-crypto'}
|
||||
{text: 'Crypto', link: '/guide/config-crypto'},
|
||||
{text: 'Webauthn', link: '/guide/config-webauthn'}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -46,7 +46,8 @@ export const zhCNConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
{text: 'Logrotate', link: '/zh_CN/guide/config-logrotate'},
|
||||
{text: '集群', link: '/zh_CN/guide/config-cluster'},
|
||||
{text: '认证', link: '/zh_CN/guide/config-auth'},
|
||||
{text: '加密', link: '/zh_CN/guide/config-crypto'}
|
||||
{text: '加密', link: '/zh_CN/guide/config-crypto'},
|
||||
{text: 'Webauthn', link: '/zh_CN/guide/config-webauthn'},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -45,7 +45,8 @@ export const zhTWConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
{text: 'Logrotate', link: '/zh_TW/guide/config-logrotate'},
|
||||
{text: '集群', link: '/zh_TW/guide/config-cluster'},
|
||||
{text: '認證', link: '/zh_TW/guide/config-auth'},
|
||||
{text: '加密', link: '/zh_TW/guide/config-crypto'}
|
||||
{text: '加密', link: '/zh_TW/guide/config-crypto'},
|
||||
{text: 'Webauthn', link: '/zh_TW/guide/config-webauthn'},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue