Skip to content

Commit

Permalink
格式check改动-恢复5
Browse files Browse the repository at this point in the history
  • Loading branch information
lhq01844380@antgroup.com committed Jun 28, 2024
1 parent 125a6e0 commit 488c24c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 32 deletions.
15 changes: 3 additions & 12 deletions .github/dead_link_check_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,9 @@
}
],
"replacementPatterns": [

{
"pattern": "/img/",
"replacement": "docs/static/img/"
},
{
"pattern": "/docs/",
"replacement": "docs/docs/"
},
{
"pattern": "docs/",
"replacement": "docs/docs/"
"pattern": "^/",
"replacement": "http://localhost:3000/"
},
{
"pattern": "^zh/",
Expand All @@ -53,7 +44,7 @@
"retryCount": 2,
"fallbackRetryDelay": "10s",
"aliveStatusCodes": [
200,
200,
401
]
}
6 changes: 3 additions & 3 deletions .github/workflows/dead-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Install markdown-link-check
run: sudo npm install -g markdown-link-check@3

- name: Install and start docsify server
- name: Install and start docusaurus server
run: |
sudo npm i docsify-cli -g
nohup docsify serve docs -p 3000 &
sudo npm install
sudo npm run build --config docs && npm run serve --config docs
- name: Check dead links in all the .md files
run: make deadlink
24 changes: 12 additions & 12 deletions docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,22 @@ Layotto enriches the <a href="https://landscape.cncf.io/serverless">CNCF CLOUD N

## 如何贡献

[新手攻略:从零开始成为 Layotto 贡献者](development/start-from-zero)
[新手攻略:从零开始成为 Layotto 贡献者](/docs/development/start-from-zero)

[从哪下手?看看"新手任务"列表](https://github.com/mosn/layotto/issues/108#issuecomment-872779356)

作为技术同学,你是否有过“想参与某个开源项目的开发、但是不知道从何下手”的感觉?
为了帮助大家更好的参与开源项目,社区会定期发布适合新手的新手开发任务,帮助大家 learning by doing!

[文档贡献指南](development/contributing-doc)
[文档贡献指南](/docs/development/contributing-doc)

[组件开发指南](development/developing-component)
[组件开发指南](/docs/development/developing-component)

[Layotto Github Workflow 指南](development/github-workflows)
[Layotto Github Workflow 指南](/docs/development/github-workflows)

[Layotto 命令行指南](development/commands)
[Layotto 命令行指南](/docs/development/commands)

[Layotto 贡献者指南](development/CONTRIBUTING)
[Layotto 贡献者指南](/docs/development/CONTRIBUTING)

## 贡献者

Expand All @@ -165,17 +165,17 @@ Layotto enriches the <a href="https://landscape.cncf.io/serverless">CNCF CLOUD N

## 设计文档

[Actuator 设计文档](design/actuator/actuator-design-doc)
[Actuator 设计文档)](/docs/design/actuator/actuator-design-doc)

[Pubsub API 与 Dapr Component 的兼容性](design/pubsub/pubsub-api-and-compability-with-dapr-component)
[Pubsub API 与 Dapr Component 的兼容性)](/docs/design/pubsub/pubsub-api-and-compability-with-dapr-component)

[Configuration API with Apollo](design/configuration/configuration-api-with-apollo)
[Configuration API with Apollo)](/docs/design/configuration/configuration-api-with-apollo)

[RPC 设计文档](design/rpc/rpc_design_document)
[RPC 设计文档)](/docs/design/rpc/rpc_design_document)

[分布式锁 API 设计文档](design/lock/lock-api-design)
[分布式锁 API 设计文档)](/docs/design/lock/lock-api-design)

[FaaS 设计文档](design/faas/faas-poc-design)
[FaaS 设计文档](/docs/design/faas/faas-poc-design)

## FAQ

Expand Down
10 changes: 5 additions & 5 deletions docs/i18n/en-US/docusaurus-plugin-content-docs/current/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ Layotto enriches the <a href="https://landscape.cncf.io/serverless">CNCF CLOUD N
As a programming enthusiast , have you ever felt that you want to participate in the development of an open source project, but don't know where to start?
In order to help everyone better participate in open source projects, our community will regularly publish community tasks to help everyone learn by doing!

[Document Contribution Guide](development/contributing-doc)
[Document Contribution Guide](/docs/development/contributing-doc)

[Component Development Guide](development/developing-component)
[Component Development Guide](/docs/development/developing-component)

[Layotto Github Workflows](development/github-workflows)
[Layotto Github Workflows](/docs/development/github-workflows)

[Layotto Commands Guide](development/commands)
[Layotto Commands Guide](/docs/development/commands)

[Layotto contributor guide](development/CONTRIBUTING)
[Layotto contributor guide](/docs/development/CONTRIBUTING)

## Contributors

Expand Down

0 comments on commit 488c24c

Please sign in to comment.