mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-20 01:17:19 +00:00
docs: add documentation for use with Nginx Proxy Manager (#149)
添加nginxproxymanager的文档,之前PR关闭了 ```release-note None ```
This commit is contained in:
@@ -37,7 +37,10 @@ module.exports = {
|
||||
{
|
||||
type: "category",
|
||||
label: "其他指南",
|
||||
items: ["getting-started/install/other/oneinstack"],
|
||||
items: [
|
||||
"getting-started/install/other/oneinstack",
|
||||
"getting-started/install/other/nginxproxymanager",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -63,7 +66,7 @@ module.exports = {
|
||||
"user-guide/plugins",
|
||||
"user-guide/users",
|
||||
"user-guide/settings",
|
||||
"user-guide/faq"
|
||||
"user-guide/faq",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user