Skip to content

Commit

Permalink
commit by Serverless devs docs 12-29-2023 5:43:5
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-devs committed Dec 29, 2023
1 parent 32c441f commit 77fcf6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/en/serverless-devs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ category: 'Overview'
![图片alt](https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635390357469_20211028030558116850.png)

<p align="center">
<a href="./install.md">Installation documentation</a> | <a href="./command/readme.md">CLI operations</a> | <a href="./yaml.md">YAML specification</a> | <a href="./cicd.md">CI/CD platform integration</a> | <a href="./package_dev.md">Package development documentation</a>
<a href="./quick_start.md">Installation documentation</a> | <a href="./command/readme.md">CLI operations</a> | <a href="./yaml.md">YAML specification</a> | <a href="./cicd.md">CI/CD platform integration</a> | <a href="./package_dev.md">Package development documentation</a>
</p>

**Serverless Devs** is an open source serverless platform that provides a robust toolchain for developers. With Serverless Devs, developers can experience multi-cloud Serverless products with a few clicks, and quickly deploy Serverless projects. Developers can also manage projects throughout the lifecycle of Serverless applications, and fast integrate Serverless Devs with other tools and platforms with ease to further improve R&D and O&M efficiency.
Expand Down Expand Up @@ -42,7 +42,7 @@ In Serverless Devs, developers can be:

- **Open source contributors**: develop [components or applications](package_dev.md) by following the [Serverless Package Model](../../spec/en/0.0.2/serverless_pacakge_model/readme.md) specification, and share their development results to Serverless Hub with anyone inside or outside the communities.

- **Serverless developers**: [initialize applications](quick_start.md) and use the components [with developer tools](install.md), including CLI tools and the tools on desktops, to deploy services online as expected.
- **Serverless developers**: [initialize applications](quick_start.md) and use the components [with developer tools](quick_start.md), including CLI tools and the tools on desktops, to deploy services online as expected.

In Serverless Devs infrastructure, you may find that Serverless Devs have similar names and modules as other development modes or ecosystems.

Expand Down
4 changes: 3 additions & 1 deletion content/zh/fc3/command/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ category: '构建&部署'

#### 基础操作

由于函数计算的运行环境(Linux debian9)与本地的开发环境可能存在比较大的不同,这就导致一部分本地安装/构建的依赖,代码包等,在线上无法正常运行,所以,Serverless Devs 开发者工具在 `build` 命令中,通过本地的启动 Docker 容器的能力,在容器中进行项目的构建,以尽可能地保证构建出来的依赖/产物,在线上可以得到良好的使用,
> ⚠️ 注意:该命令对 Docker 有所依赖,所以在使用该命令时,需要先进行 [Docker 安装](https://docs.docker.com/get-docker/)
由于函数计算的运行环境(Linux debian9)与本地的开发环境可能存在比较大的不同,这就导致一部分本地安装/构建的依赖,代码包等,在线上无法正常运行,所以,Serverless Devs 开发者工具在 `build` 命令中,通过本地的启动 Docker 容器的能力,在容器中进行项目的构建,以尽可能地保证构建出来的依赖/产物,在线上可以得到良好的使用。

不同的运行时,在进行依赖安装/项目构建的时候,可能会有不同的依赖描述文件,其系统默认的对应关系如下:

Expand Down
2 changes: 1 addition & 1 deletion content/zh/fc3/command/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ category: '调用&调试'
- [附录](#附录)
- [默认断点调试参数](#默认断点调试参数)

> ⚠️ 注意:该命令对 Docker 有所依赖,所以在使用该命令时,需要先进行 [Docker 安装](https://docs.docker.com/get-started/#download-and-install-docker)
> ⚠️ 注意:该命令对 Docker 有所依赖,所以在使用该命令时,需要先进行 [Docker 安装](https://docs.docker.com/get-docker/)
## 命令解析

Expand Down
4 changes: 2 additions & 2 deletions content/zh/serverless-devs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ category: '概述'


<p align="center">
<a href="./install.md">安装文档</a> | <a href="./command/readme.md">命令行操作</a> | <a href="./yaml.md">Yaml规范</a> | <a href="./cicd.md">CI/CD平台集成</a> | <a href="./package_dev.md">Package开发文档</a>
<a href="./quick_start.md">安装文档</a> | <a href="./command/readme.md">命令行操作</a> | <a href="./yaml.md">Yaml规范</a> | <a href="./cicd.md">CI/CD平台集成</a> | <a href="./package_dev.md">Package开发文档</a>
</p>


Expand Down Expand Up @@ -45,7 +45,7 @@ Serverless Devs 是一个开源开发的 Serverless 领域的工具链项目,
在 Serverless Devs 中,拥有两个角色:

- **开源贡献者**:开源贡献者将按照 [Serverless Package Model](./../../spec/zh/0.0.2/serverless_pacakge_model/readme.md) 进行[组件/应用的开发](./package_dev.md) ,并将内容发布到Serverless Hub中,既可以被更多人所使用;
- **Serverless开发者**:通过开发者工具(包括[命令行工具](./install.md)以及桌面端等工具),进行[应用的初始化](./quick_start.md),以及组件的使用;通过开发者工具,将业务按照预期部署到线上;
- **Serverless开发者**:通过开发者工具(包括[命令行工具](./quick_start.md)以及桌面端等工具),进行[应用的初始化](./quick_start.md),以及组件的使用;通过开发者工具,将业务按照预期部署到线上;

在这样一个 Serverless Devs 的应用框架上,我们不难发现可以和其他任何一种模式/生态,具有相似的命名以及模块:

Expand Down

0 comments on commit 77fcf6b

Please sign in to comment.