Skip to content
Snippets Groups Projects
Unverified Commit c8e9f19d authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Add link to developer guide (#969)


* Add link to developer guide

* Update buildSrc/src/main/kotlin/DocsLandingPage.kt

Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>

Co-authored-by: default avatarJohn DiSanti <jdisanti@amazon.com>
parent 05ffd071
Branches
Tags
No related merge requests found
......@@ -19,8 +19,9 @@ fun Project.docsLandingPage(awsServices: List<AwsService>, outputDir: File) {
with(writer) {
write("# AWS SDK for Rust")
write(
"""The AWS SDK for Rust contains one crate for each AWS service, as well as ${cratesIo("aws-config")} ${docsRs("aws-config")},
|a crate implementing configuration loading such as credential providers.""".trimMargin()
"The AWS SDK for Rust contains one crate for each AWS service, as well as ${cratesIo("aws-config")} " +
"${docsRs("aws-config")}, a crate implementing configuration loading such as credential providers. " +
"For usage documentation see the [Developer Guide](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)."
)
writer.write("## AWS Services")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment