Skip to content

Commit

Permalink
add new
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 committed Jan 20, 2024
1 parent dd6c49a commit 285793f
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/solution/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "解决方案",
"label": "实践方案",
"position": 7
}
4 changes: 2 additions & 2 deletions docs/starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /starter

# 快速入门

一旦用户安装或订阅 Websoft9 之后,就可以参考下面的入门向导,快速上手:
一旦[安装](./install)[订阅](./business) Websoft9 之后,就可以参考下面的入门向导,快速上手:

## 登录控制台

Expand Down Expand Up @@ -43,7 +43,7 @@ slug: /starter
2. 从 Websoft9 控制台的【设置】栏目,设置全局域名
![Websoft9 控制台](https://libs.websoft9.com/Websoft9/DocsPicture/zh/websoft9/websoft9-settings-globaldomain.png)

## 使用应用
## 体验应用

完成上述设置后,我们开始体验如何快速部署一个应用:

Expand Down
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.
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}/>
20 changes: 20 additions & 0 deletions docs/user/core/terminal.md
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)
4 changes: 2 additions & 2 deletions docs/user/credentials.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
sidebar_position: 1
sidebar_position: 2
slug: /user/credentials
---


# 账号
# 用户账号

Websoft9 控制台与 Linux 系统共享同样的账户。

Expand Down
5 changes: 5 additions & 0 deletions docs/user/domain/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
position: 3
label: "设置域名"
collapsible: true
collapsed: true
className: "red"
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
Expand Down
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
Expand Down
24 changes: 24 additions & 0 deletions docs/user/domain/readme.md
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}/>
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
---

# 域名五步设置
Expand Down
10 changes: 0 additions & 10 deletions docs/user/file.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/user/terminal.md

This file was deleted.

0 comments on commit 285793f

Please sign in to comment.