From 962bf2c8ce59fea7fd2fde893f2b4acf6862564b Mon Sep 17 00:00:00 2001 From: Dennis Duda Date: Sun, 19 Nov 2023 00:09:30 +0100 Subject: [PATCH] Add link to the generated documentation to often-seen readmes --- crates/libs/windows/readme.md | 1 + docs/readme.md | 1 + 2 files changed, 2 insertions(+) diff --git a/crates/libs/windows/readme.md b/crates/libs/windows/readme.md index ee076f40ca..28649648d0 100644 --- a/crates/libs/windows/readme.md +++ b/crates/libs/windows/readme.md @@ -5,6 +5,7 @@ The [windows](https://crates.io/crates/windows) and [windows-sys](https://crates * [Getting started](https://kennykerr.ca/rust-getting-started/) * [Samples](https://github.com/microsoft/windows-rs/tree/0.52.0/crates/samples) * [Releases](https://github.com/microsoft/windows-rs/releases) +* [API Documentation](https://microsoft.github.io/windows-docs-rs/doc/windows) Start by adding the following to your Cargo.toml file: diff --git a/docs/readme.md b/docs/readme.md index d152baa36e..c7eb692620 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -5,6 +5,7 @@ The [windows](https://crates.io/crates/windows) and [windows-sys](https://crates * [Getting started](https://kennykerr.ca/rust-getting-started/) * [Samples](https://github.com/microsoft/windows-rs/tree/master/crates/samples) * [Releases](https://github.com/microsoft/windows-rs/releases) +* [API Documentation](https://microsoft.github.io/windows-docs-rs/doc/windows) This repo is the home of the following crates (and other supporting crates):