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

[Refactor] Refactor the discovery module doc #1001

Merged
merged 6 commits into from
Jan 7, 2024
Merged
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
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ curl --location --request POST 'http://localhost:9195/shenyu/plugin/selectorAndR

If you want to customize, see [custom-plugin](https://shenyu.apache.org/docs/developer/custom-plugin/) .

---
---

# Selector & Rule

Expand All @@ -137,7 +137,7 @@ curl --location --request POST 'http://localhost:9195/shenyu/plugin/selectorAndR

The selector and the rule match only once, and the match is returned. So the coarsest granularity should be sorted last.

---
---

# Data Caching & Data Sync

Expand All @@ -161,14 +161,14 @@ curl --location --request POST 'http://localhost:9195/shenyu/plugin/selectorAndR

<a href="https://starchart.cc/apache/shenyu.svg"><img src="https://starchart.cc/apache/shenyu.svg"/></a>

---
---

# Contributor and Support

* [How to Contribute](https://shenyu.apache.org/community/contributor-guide)
* [Mailing Lists](mailto:dev@shenyu.apache.org)

---
---

# Known Users

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/discovery/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "discovery",
"label": "Discovery",
"position": 4
}
Loading
Loading