-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd6c49a
commit 285793f
Showing
17 changed files
with
61 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "解决方案", | ||
"label": "实践方案", | ||
"position": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...istrator/configuration/dns/_category_.yml → docs/user/core/_category_.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
position: 1 | ||
label: "域名" | ||
label: "功能" | ||
collapsible: true | ||
collapsed: true | ||
className: "red" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...administrator/configuration/dns/readme.md → docs/user/core/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
sidebar_position: 1 | ||
slug: /administrator/domain | ||
slug: /user/core | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; | ||
|
||
# 域名 | ||
# 核心功能 | ||
|
||
在本章中,你可以了解到与域名配置有关的操作: | ||
本章主要介绍 Websoft9 的核心功能以及典型的设置,帮助用户快速理解功能要点。 | ||
|
||
<DocCardList items={useCurrentSidebarCategory().items}/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
sidebar_position: 9 | ||
slug: /user/terminal | ||
--- | ||
|
||
# 文件与终端 | ||
|
||
Websoft9 提供 Web 化的文件与 SSH 管理工具,介绍客户需要本地化安装的麻烦。 | ||
|
||
## 文件 | ||
|
||
Websoft9 内置 Web 化的文件管理器,可以方便的对文件进行各种符合权限的操作。 | ||
|
||
![](https://libs.websoft9.com/Websoft9/DocsPicture/zh/websoft9/websoft9-file.png) | ||
|
||
## 终端 | ||
|
||
Websoft9 内置 Web 化的在线 SSH,可以方便的对服务器进行各种符合权限的操作。 | ||
|
||
![](https://libs.websoft9.com/Websoft9/DocsPicture/zh/websoft9/websoft9-terminal.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
position: 3 | ||
label: "设置域名" | ||
collapsible: true | ||
collapsed: true | ||
className: "red" |
2 changes: 1 addition & 1 deletion
2
...administrator/configuration/dns/change.md → docs/user/domain/change.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
sidebar_position: 2 | ||
slug: /administrator/domain_change | ||
slug: /user/domain_change | ||
--- | ||
|
||
# 更换应用的 URL | ||
|
2 changes: 1 addition & 1 deletion
2
.../administrator/configuration/dns/https.md → docs/user/domain/https.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
sidebar_position: 3 | ||
slug: /administrator/domain_https | ||
slug: /user/domain_https | ||
--- | ||
|
||
# 给域名配置 HTTPS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
sidebar_position: 1 | ||
slug: /user/domain | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; | ||
|
||
# 域名 | ||
|
||
Websoft9 简化了域名和证书配置,让这些工作不再涉及配置文件,大大减轻了用户的负担。 | ||
|
||
## 域名准备 | ||
|
||
## 配置域名 | ||
|
||
### 全局域名{#global-domain} | ||
|
||
### 单设域名{#single-domain} | ||
|
||
## HTTPS 证书{#https} | ||
|
||
|
||
<DocCardList items={useCurrentSidebarCategory().items}/> |
2 changes: 1 addition & 1 deletion
2
.../administrator/configuration/dns/steps.md → docs/user/domain/steps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
sidebar_position: 1 | ||
slug: /administrator/domain_step | ||
slug: /user/domain_step | ||
--- | ||
|
||
# 域名五步设置 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.