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

细微改进 #666

Open
wants to merge 1 commit into
base: develop-astro-nacos
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
4 changes: 2 additions & 2 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nacos 官方网站

该项目保留了用于构建 [Nacos](https://github.com/alibaba/nacos)官方网站的所有资源,该网站服务于http://nacos.io。
该项目保留了用于构建 [Nacos](https://github.com/alibaba/nacos)官方网站的所有资源,该网站服务于[https://nacos.io](https://nacos.io)

# README.md同时有以下语言的版本

Expand All @@ -10,7 +10,7 @@
## 构建指令

1. 在 `npm i` 根目录中运行以安装依赖项。
2. 在根目录下运行 `npm run dev` 启动本地服务器,您将在“http://localhost:4321/”中看到网站。
2. 在根目录下运行 `npm run dev` 启动本地服务器,您将在“[http://localhost:4321/](http://localhost:4321/)”中看到网站。
3. 运行 `npm run build` 以构建源代码。

## 版本要求
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/latest/en/guide/user/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven coordinates
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/latest/zh-cn/contribution/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar:

我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。

这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。

## 联系我们

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/latest/zh-cn/guide/user/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven 坐标
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down Expand Up @@ -654,4 +654,4 @@ String value = properties2.getProperty("global-key1");
|containsKey| key: String | boolean | 判断是否包含指定 key 的值, 包含返回 true 否则 false|
|asProperties| void | Properties | 将 NacosClientProperties 对象转换为 Properties 对象|
|derive| void | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含一个空 Properties |
|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
2 changes: 1 addition & 1 deletion src/content/docs/next/en/guide/user/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven coordinates
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/next/zh-cn/contribution/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar:

我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。

这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。

## 联系我们

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/next/zh-cn/guide/user/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven 坐标
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down Expand Up @@ -654,4 +654,4 @@ String value = properties2.getProperty("global-key1");
|containsKey| key: String | boolean | 判断是否包含指定 key 的值, 包含返回 true 否则 false|
|asProperties| void | Properties | 将 NacosClientProperties 对象转换为 Properties 对象|
|derive| void | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含一个空 Properties |
|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
2 changes: 1 addition & 1 deletion src/content/docs/v1/en/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Maven coordinates
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v1/zh-cn/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 我们非常欢迎您的贡献和加入,无论是微不足道的

我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。

这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。

## 联系我们

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v1/zh-cn/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Maven 坐标
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v2/en/guide/user/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven coordinates
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/v2/zh-cn/contribution/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar:

我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。

这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。

## 联系我们

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/v2/zh-cn/guide/user/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Maven 坐标
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>${version}</version>
<version>${NACOS-VERSION}</version>
</dependency>
```

Expand Down Expand Up @@ -654,4 +654,4 @@ String value = properties2.getProperty("global-key1");
|containsKey| key: String | boolean | 判断是否包含指定 key 的值, 包含返回 true 否则 false|
|asProperties| void | Properties | 将 NacosClientProperties 对象转换为 Properties 对象|
|derive| void | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含一个空 Properties |
|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|