diff --git a/docs/src/main/asciidoc/getting-help.adoc b/docs/src/main/asciidoc/getting-help.adoc new file mode 100644 index 00000000..ea8f2f17 --- /dev/null +++ b/docs/src/main/asciidoc/getting-help.adoc @@ -0,0 +1,15 @@ + +== Getting Help + +If you have any questions about this doc, please ask by creating GitHub issue. And PR is welcome. + +.GitHub repos +[cols="<30,<~"] +|=== +|GitHub repo | Description + +|https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring[Azure/azure-sdk-for-java] |This repo used to hold the source code. +|https://github.com/microsoft/spring-cloud-azure/tree/docs/docs/src/main/asciidoc[microsoft/spring-cloud-azure] | This repo used to hold the document which is displaying in current page. +|=== + + diff --git a/docs/src/main/asciidoc/index.adoc b/docs/src/main/asciidoc/index.adoc index 710bf8c9..a6a05289 100644 --- a/docs/src/main/asciidoc/index.adoc +++ b/docs/src/main/asciidoc/index.adoc @@ -3,6 +3,7 @@ include::_attributes.adoc[] include::intro.adoc[] +include::getting-help.adoc[] include::whats-new-4.0.adoc[] include::migration-guide-for-4.0.adoc[] include::getting-started.adoc[]