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

Revert "feat: layotto改造"||Revert "feat: layotto retrofit" #1056

Closed
wants to merge 1 commit into from
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 9 additions & 25 deletions .github/dead_link_check_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,35 @@
"pattern": "^https://docs.buf.build/"
},
{
"pattern":"^https://techhenzy.com/"
},
{
"pattern":"^https://www.soft.tech/blog/"
"pattern":"^https://techhenzy.com/proxy-webassembly-architecture/"
},
{
"pattern":"^https://www.sofastack.tech/blog/the-next-five-years-of-cloud-native-runtime/"
},
{
"pattern":"^https://github.com/mosn/layotto/blob/f70cdc6196963ad762cf809daf0579403c341def1/spec/proto/runtime/v1/runtime.proto"
},
{
"pattern": "^#"
}
],
"replacementPatterns": [
{
"pattern": "^/docs",
"replacement": "/github/workspace/docs/docs"
},
{
"pattern": "^/img",
"replacement": "/github/workspace/docs/static/img"
},
{
"pattern": "^start/",
"replacement": "/github/workspace/docs/i18n/en-US/docusaurus-plugin-content-docs/current/start/"
"pattern": "^/",
"replacement": "http://localhost:3000/#/"
},
{
"pattern": "^community/",
"replacement": "/github/workspace/docs/i18n/en-US/docusaurus-plugin-content-docs/current/community/"
"pattern": "^zh/",
"replacement": "http://localhost:3000/#/zh/"
},
{
"pattern": "^component_specs/",
"replacement": "/github/workspace/docs/i18n/en-US/docusaurus-plugin-content-docs/current/component_specs/"
},


"pattern": "^en/",
"replacement": "http://localhost:3000/#/en/"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "10s",
"aliveStatusCodes": [
200,
200,
401
]
}
29 changes: 9 additions & 20 deletions .github/workflows/dead-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,14 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
# - name: Install and start docusaurus server
# run: |
# sudo npm install
# sudo npm run build --config docs && nohup npm run serve --config docs &
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
base-branch: main
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
config-file: '.github/dead_link_check_config.json'
folder-path: 'docs/blog/,docs/docs/,docs/i18n/en-US/docusaurus-plugin-content-blog/,docs/i18n/en-US/docusaurus-plugin-content-docs/current/'

# - name: Install markdown-link-check
# run: sudo npm install -g markdown-link-check
- name: Install markdown-link-check
run: sudo npm install -g markdown-link-check@3

# - name: Install and start docusaurus server
# run: |
# 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
- name: Install and start docsify server
run: |
sudo npm i docsify-cli -g
nohup docsify serve docs -p 3000 &

- name: Check dead links in all the .md files
run: make deadlink
42 changes: 0 additions & 42 deletions .github/workflows/docusaurus-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ None of these is essential for a pull request, but they will all help.
9. Make sure checks have been correctly passed, you can simply run `make check`
10. Contribute a Pull Request as the rule of Github Workflow, and you should follow the pull request's rules.

> Layotto provides many useful commands to help you contribute easier, please check it [here](docs/i18n/en-US/docusaurus-plugin-content-docs/current/development/commands.md)
> Layotto provides many useful commands to help you contribute easier, please check it [here](docs/en/development/commands.md)

## Version naming convention

Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1>Layotto (L8): To be the next layer of OSI layer 7</h1>
<img src="https://raw.githubusercontent.com/mosn/layotto/main/docs/img/logo/grey2-1.svg" height="120px">

[![Layotto Env Pipeline 🌊](https://github.com/mosn/layotto/actions/workflows/proto-checker.yml/badge.svg)](https://github.com/mosn/layotto/actions/workflows/quickstart-checker.yml)
[![Layotto Env Pipeline 🌊](https://github.com/mosn/layotto/actions/workflows/quickstart-checker.yml/badge.svg)](https://github.com/mosn/layotto/actions/workflows/quickstart-checker.yml)
[![Layotto Dev Pipeline 🌊](https://github.com/mosn/layotto/actions/workflows/layotto-ci.yml/badge.svg)](https://github.com/mosn/layotto/actions/workflows/layotto-ci.yml)

[![GoDoc](https://godoc.org/mosn.io/layotto?status.svg)](https://godoc.org/mosn.io/layotto)
Expand Down Expand Up @@ -137,15 +137,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](docs/i18n/en-US/docusaurus-plugin-content-docs/current/development/contributing-doc.md)
[Document Contribution Guide](docs/en/development/contributing-doc.md)

[Component Development Guide](docs/i18n/en-US/docusaurus-plugin-content-docs/current/development/developing-component.md)
[Component Development Guide](docs/en/development/developing-component.md)

[Layotto Github Workflows](docs/i18n/en-US/docusaurus-plugin-content-docs/current/development/github-workflows.md)
[Layotto Github Workflows](docs/en/development/github-workflows.md)

[Layotto Commands Guide](docs/i18n/en-US/docusaurus-plugin-content-docs/current/development/commands.md)
[Layotto Commands Guide](docs/en/development/commands.md)

[Layotto Contributor Guide](docs/i18n/en-US/docusaurus-plugin-content-docs/current/development/CONTRIBUTING.md)
[Layotto Contributor Guide](docs/en/development/CONTRIBUTING.md)

## Contributors

Expand All @@ -157,17 +157,17 @@ Thank y'all!

## Design Documents

[Actuator Design Doc](docs/i18n/en-US/docusaurus-plugin-content-docs/current/design/actuator/actuator-design-doc.md)
[Actuator Design Doc](docs/en/design/actuator/actuator-design-doc.md)

[Configuration API with Apollo](docs/i18n/en-US/docusaurus-plugin-content-docs/current/design/configuration/configuration-api-with-apollo.md)
[Configuration API with Apollo](docs/en/design/configuration/configuration-api-with-apollo.md)

[Pubsub API and Compability with Dapr Component](docs/i18n/en-US/docusaurus-plugin-content-docs/current/design/pubsub/pubsub-api-and-compability-with-dapr-component.md)
[Pubsub API and Compability with Dapr Component](docs/en/design/pubsub/pubsub-api-and-compability-with-dapr-component.md)

[RPC Design Doc](docs/i18n/en-US/docusaurus-plugin-content-docs/current/design/rpc/rpc-design-doc.md)
[RPC Design Doc](docs/en/design/rpc/rpc-design-doc.md)

[Distributed Lock API Design](docs/i18n/en-US/docusaurus-plugin-content-docs/current/design/lock/lock-api-design.md)
[Distributed Lock API Design](docs/en/design/lock/lock-api-design.md)

[FaaS Design](docs/i18n/en-US/docusaurus-plugin-content-docs/current/design/faas/faas-poc-design.md)
[FaaS Design](docs/en/design/faas/faas-poc-design.md)

## FAQ

Expand Down
49 changes: 0 additions & 49 deletions algolia-config.json

This file was deleted.

12 changes: 0 additions & 12 deletions crowdin.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions docs/README.md

This file was deleted.

Loading
Loading