diff --git a/README.md b/README.md index 5d609d5eff..d43a9ab258 100644 --- a/README.md +++ b/README.md @@ -334,4 +334,4 @@ You can opt-out of telemetry by - passing --disable-metrics to vcpkg on the command line - setting the VCPKG_DISABLE_METRICS environment variable -[Read more about vcpkg telemetry](https://learn.microsoft.com/vcpkg/about/privacy.html) +[Read more about vcpkg telemetry](https://learn.microsoft.com/vcpkg/about/privacy) diff --git a/docs/about/privacy.md b/docs/about/privacy.md new file mode 100644 index 0000000000..787964d1d6 --- /dev/null +++ b/docs/about/privacy.md @@ -0,0 +1,5 @@ +# Privacy + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [Privacy](https://learn.microsoft.com/vcpkg/about/privacy) diff --git a/docs/users/assetcaching.md b/docs/users/assetcaching.md new file mode 100644 index 0000000000..8d020ca520 --- /dev/null +++ b/docs/users/assetcaching.md @@ -0,0 +1,5 @@ +# Asset Caching + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [Asset caching](https://learn.microsoft.com/vcpkg/users/assetcaching) diff --git a/docs/users/binarycaching.md b/docs/users/binarycaching.md new file mode 100644 index 0000000000..b2b4b4ace5 --- /dev/null +++ b/docs/users/binarycaching.md @@ -0,0 +1,5 @@ +# Binary Caching + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [Binary caching](https://learn.microsoft.com/vcpkg/users/binarycaching) diff --git a/docs/users/manifests.md b/docs/users/manifests.md new file mode 100644 index 0000000000..7f9a82b0f2 --- /dev/null +++ b/docs/users/manifests.md @@ -0,0 +1,6 @@ +# Manifests + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [Manifest mode](https://learn.microsoft.com/vcpkg/users/manifests) +* [vcpkg.json syntax](https://learn.microsoft.com/vcpkg/reference/vcpkg-json) diff --git a/docs/users/registries.md b/docs/users/registries.md new file mode 100644 index 0000000000..cf0b2e4cfb --- /dev/null +++ b/docs/users/registries.md @@ -0,0 +1,6 @@ +# Registries + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [Using registries](https://learn.microsoft.com/vcpkg/users/registries) +* [Creating registries](https://learn.microsoft.com/vcpkg/maintainers/registries) diff --git a/docs/users/triplets.md b/docs/users/triplets.md new file mode 100644 index 0000000000..568116e967 --- /dev/null +++ b/docs/users/triplets.md @@ -0,0 +1,6 @@ +# Triplets + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [Triplet files](https://learn.microsoft.com/vcpkg/users/triplets) +* [Custom triplets](https://learn.microsoft.com/en-us/vcpkg/users/examples/overlay-triplets-linux-dynamic) diff --git a/docs/users/versioning.md b/docs/users/versioning.md new file mode 100644 index 0000000000..b7e5d35833 --- /dev/null +++ b/docs/users/versioning.md @@ -0,0 +1,7 @@ +# Versioning + +The documentation for this topic has been moved to the following articles in [Microsoft Learn](https://learn.microsoft.com/vcpkg): + +* [vcpkg.json version fields](https://learn.microsoft.com/vcpkg/reference/vcpkg-json#version) +* [Versioning reference](https://learn.microsoft.com/vcpkg/users/versioning) +* [Versioning resolution algorithm](https://learn.microsoft.com/vcpkg/users/versioning.concepts)