Skip to content

Commit

Permalink
📝 doc add release and reference
Browse files Browse the repository at this point in the history
  • Loading branch information
songxiaosheng committed Dec 12, 2023
1 parent 724aed9 commit 4a6f526
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The purpose of dubbo-spi-extensions is to provide open, community-driven, reusab

Developers can flexibly choose the required extension dependencies to develop microservice programs based on their needs. The available extensions are as follows:Developers can flexibly choose the required extension dependencies to develop microservice programs based on their needs.

For version release notes, please refer to the documentation:
- [Release](https://cn.dubbo.apache.org/zh-cn/download/spi-extensions/)
- [Reference](https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/spi/overview/)

The available extensions are as follows:

- [dubbo-api-docs](dubbo-api-docs)
Expand Down Expand Up @@ -39,6 +43,7 @@ The available extensions are as follows:
- [dubbo-gateway-common](dubbo-gateway-extensions/dubbo-gateway-common)
- [dubbo-gateway-consumer](dubbo-gateway-extensions/dubbo-gateway-consumer)
- [dubbo-gateway-provider](dubbo-gateway-extensions/dubbo-gateway-provider)
- [dubbo-kubernetes](dubbo-kubernetes)
- [dubbo-metadata-report-extensions](dubbo-metadata-report-extensions)
- [dubbo-metadata-report-consul](dubbo-metadata-report-extensions/dubbo-metadata-report-consul)
- [dubbo-metadata-report-etcd](dubbo-metadata-report-extensions/dubbo-metadata-report-etcd)
Expand Down Expand Up @@ -84,6 +89,7 @@ The available extensions are as follows:
- [dubbo-serialization-test](dubbo-serialization-extensions/dubbo-serialization-test)
- [dubbo-tag-extensions](dubbo-tag-extensions)
- [dubbo-tag-subnets](dubbo-tag-extensions/dubbo-tag-subnets)
- [dubbo-xds](dubbo-xds)

## Contribution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ public static void main(String[] args) throws IOException {
String usage = "Developers can flexibly choose the required extension dependencies to develop microservice programs based on their needs. The available extensions are as follows:Developers can flexibly choose the required extension dependencies to develop microservice programs based on their needs. ";
System.out.println(usage);
System.out.println();
System.out.println("For version release notes, please refer to the documentation:");
System.out.println("- [Release](https://cn.dubbo.apache.org/zh-cn/download/spi-extensions/)");
System.out.println("- [Reference](https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/spi/overview/)");
System.out.println();

String asFollow = "The available extensions are as follows:";
System.out.println(asFollow);
System.out.println();
Expand Down

0 comments on commit 4a6f526

Please sign in to comment.