Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement][website] Fix some typos and descriptions #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/开发者指南/参与贡献/commit_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ title: 提交代码须知

* 首先从远端仓库 *https://github.com/datasophon/datasophon.git* fork 一份代码到自己的仓库中

* 远端仓库中目前有三个分支
* 远端仓库中目前有两个分支

* main正常交付分支

发布稳定版本以后,将稳定版本分支的代码合并到 main上。

* dev 日常开发分支

日常 dev 开发分支,新提交的代码都可以 pull request 到这个分支上。

* 把自己仓库 clone 到本地
Expand Down
2 changes: 1 addition & 1 deletion docs/开发者指南/参与贡献/document.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/<your-github-user-name>/datasophon-website
```
### 文档环境

Docusaurus 网站由 [Docusaurus](https://docusaurus.io/docs/category/getting-started) 提供支持。
DataSophon 网站由 [Docusaurus](https://docusaurus.io/docs/category/getting-started) 提供支持。

请确保你已经安装了 nodejs 和 npm 。详细安装步骤可以查阅本地调试。

Expand Down
2 changes: 1 addition & 1 deletion docs/快速开始/概念.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A software system deployed on a cluster, such as distributed storage HDFS and di

* Service role

The components of a service. for example HDFS have NameNode,DataNode,SecondryNameNode service role and so on.
The components of a service. for example HDFS have NameNode,DataNode,SecondaryNameNode service role and so on.

* Service Role Instance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ title: 提交代码须知

* 首先从远端仓库 *https://github.com/datasophon/datasophon.git* fork 一份代码到自己的仓库中

* 远端仓库中目前有三个分支
* 远端仓库中目前有两个分支

* main正常交付分支

发布稳定版本以后,将稳定版本分支的代码合并到 main上。

* dev 日常开发分支

日常 dev 开发分支,新提交的代码都可以 pull request 到这个分支上。

* 把自己仓库 clone 到本地
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/<your-github-user-name>/datasophon-website
```
### 文档环境

Docusaurus 网站由 [Docusaurus](https://docusaurus.io/docs/category/getting-started) 提供支持。
DataSophon 网站由 [Docusaurus](https://docusaurus.io/docs/category/getting-started) 提供支持。

请确保你已经安装了 nodejs 和 npm 。详细安装步骤可以查阅本地调试。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A software system deployed on a cluster, such as distributed storage HDFS and di

* Service role

The components of a service. for example HDFS have NameNode,DataNode,SecondryNameNode service role and so on.
The components of a service. for example HDFS have NameNode,DataNode,SecondaryNameNode service role and so on.

* Service Role Instance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: 认证原理

# 什么是Kerberos

​ Kerberos是一种计算机网络认证协议,用来在非安全网络中,对个人通信以安全的手段进行***\*身份认证\****。这个词又指麻省理工学院为这个协议开发的一套计算机软件。软件设计上采用客户端/服务器结构,并且能够进行相互认证,即客户端和服务器端均可对对方进行身份认证。可以用于防止窃听、防止重放攻击、保护数据完整性等场合,是一种应用对称密钥体制进行密钥管理的系统。
​ Kerberos是一种计算机网络认证协议,用来在非安全网络中,对个人通信以安全的手段进行**身份认证**。这个词又指麻省理工学院为这个协议开发的一套计算机软件。软件设计上采用客户端/服务器结构,并且能够进行相互认证,即客户端和服务器端均可对对方进行身份认证。可以用于防止窃听、防止重放攻击、保护数据完整性等场合,是一种应用对称密钥体制进行密钥管理的系统。

# Kerberos术语

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ title: 提交代码须知

* 首先从远端仓库 *https://github.com/datasophon/datasophon.git* fork 一份代码到自己的仓库中

* 远端仓库中目前有三个分支
* 远端仓库中目前有两个分支

* main正常交付分支

发布稳定版本以后,将稳定版本分支的代码合并到 main上。

* dev 日常开发分支

日常 dev 开发分支,新提交的代码都可以 pull request 到这个分支上。

* 把自己仓库 clone 到本地
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git clone https://github.com/<your-github-user-name>/datasophon-website
```
### 文档环境

Docusaurus 网站由 [Docusaurus](https://docusaurus.io/docs/category/getting-started) 提供支持。
DataSophon 网站由 [Docusaurus](https://docusaurus.io/docs/category/getting-started) 提供支持。

请确保你已经安装了 nodejs 和 npm 。详细安装步骤可以查阅本地调试。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ title: 如何贡献

我们鼓励任何形式的参与社区,如:

将遇到的问题通过 github 上 [issue](https://github.com/DataLinkDC/dlink/issues) 的形式反馈出来

- 为开源项目点一个Star
- 将遇到的问题通过 github 上 [issue](https://github.com/DataLinkDC/dlink/issues) 的形式反馈出来
- 回答别人遇到的 [issue](https://github.com/DataLinkDC/dlink/issues) 问题
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_label: 概念

* 服务角色

一个服务的各个组成部分。例如HDFS有NameNode,DataNode,SecondryNameNode等服务角色
一个服务的各个组成部分。例如HDFS有NameNode,DataNode,SecondaryNameNode等服务角色

* 服务角色实例

Expand Down