chore: update docs

This commit is contained in:
Jacky 2024-07-23 22:58:39 +08:00
parent afd6bf4268
commit 46e78f4405
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
9 changed files with 34 additions and 5 deletions

View file

@ -40,7 +40,8 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{text: 'Casdoor', link: '/guide/config-casdoor'}, {text: 'Casdoor', link: '/guide/config-casdoor'},
{text: 'Logrotate', link: '/guide/config-logrotate'}, {text: 'Logrotate', link: '/guide/config-logrotate'},
{text: 'Cluster', link: '/guide/config-cluster'}, {text: 'Cluster', link: '/guide/config-cluster'},
{text: 'Auth', link: '/guide/config-auth'} {text: 'Auth', link: '/guide/config-auth'},
{text: 'Crypto', link: '/guide/config-crypto'}
] ]
}, },
{ {

View file

@ -45,7 +45,8 @@ export const zhCNConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{text: 'Casdoor', link: '/zh_CN/guide/config-casdoor'}, {text: 'Casdoor', link: '/zh_CN/guide/config-casdoor'},
{text: 'Logrotate', link: '/zh_CN/guide/config-logrotate'}, {text: 'Logrotate', link: '/zh_CN/guide/config-logrotate'},
{text: '集群', link: '/zh_CN/guide/config-cluster'}, {text: '集群', link: '/zh_CN/guide/config-cluster'},
{text: '认证', link: '/zh_CN/guide/config-auth'} {text: '认证', link: '/zh_CN/guide/config-auth'},
{text: '加密', link: '/zh_CN/guide/config-crypto'}
] ]
}, },
{ {

View file

@ -44,7 +44,8 @@ export const zhTWConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{text: 'Casdoor', link: '/zh_TW/guide/config-casdoor'}, {text: 'Casdoor', link: '/zh_TW/guide/config-casdoor'},
{text: 'Logrotate', link: '/zh_TW/guide/config-logrotate'}, {text: 'Logrotate', link: '/zh_TW/guide/config-logrotate'},
{text: '集群', link: '/zh_TW/guide/config-cluster'}, {text: '集群', link: '/zh_TW/guide/config-cluster'},
{text: '認證', link: '/zh_TM/guide/config-auth'} {text: '認證', link: '/zh_TW/guide/config-auth'},
{text: '加密', link: '/zh_TW/guide/config-crypto'}
] ]
}, },
{ {

View file

@ -0,0 +1,7 @@
# Crypto
## Secret
- Type: `string`
If this value is empty, Nginx UI will generate a random secret key automatically.
This secret is used to encrypt the sensitive data stored in the database.

View file

@ -51,6 +51,9 @@ features:
- icon: 📱 - icon: 📱
title: Responsive Web Design title: Responsive Web Design
details: Enjoy a seamless experience on any device with responsive web design. details: Enjoy a seamless experience on any device with responsive web design.
- icon: 🔐
title: 2FA Authentication
details: Secure sensitive actions with two-factor authentication.
--- ---

View file

@ -0,0 +1,6 @@
# Crypto
## Secret
- Type: `string`
如果这个值为空Nginx UI 将会自动生成一个随机的密钥。这个密钥用于加密存储在数据库中的敏感数据。

View file

@ -51,6 +51,8 @@ features:
- icon: 📱 - icon: 📱
title: 自适应网页设计 title: 自适应网页设计
details: 通过自适应网页设计在任何设备上享受无缝体验。 details: 通过自适应网页设计在任何设备上享受无缝体验。
- icon: 🔐
title: 双因素认证
details: 使用双因素认证保护敏感操作。
--- ---

View file

@ -0,0 +1,6 @@
# Crypto
## Secret
- Type: `string`
如果這個值為空Nginx UI 將會自動生成一個隨機的密鑰。這個密鑰用於加密存儲在數據庫中的敏感數據。

View file

@ -51,6 +51,8 @@ features:
- icon: 📱 - icon: 📱
title: 自適應網頁設計 title: 自適應網頁設計
details: 透過自適應網頁設計在任何裝置上享受無縫體驗。 details: 透過自適應網頁設計在任何裝置上享受無縫體驗。
- icon: 🔐
title: 雙因素認證
details: 使用雙因素認證保護敏感操作。
--- ---