[docs] Add stubs to redirect to Microsoft Learn (#29820)

This commit is contained in:
Victor Romero 2023-02-23 17:11:56 -08:00 committed by GitHub
parent 1bf4aea74e
commit 54cc53c434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 1 deletions

View File

@ -334,4 +334,4 @@ You can opt-out of telemetry by
- passing --disable-metrics to vcpkg on the command line - passing --disable-metrics to vcpkg on the command line
- setting the VCPKG_DISABLE_METRICS environment variable - 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)

5
docs/about/privacy.md Normal file
View File

@ -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)

View File

@ -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)

View File

@ -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)

6
docs/users/manifests.md Normal file
View File

@ -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)

6
docs/users/registries.md Normal file
View File

@ -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)

6
docs/users/triplets.md Normal file
View File

@ -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)

7
docs/users/versioning.md Normal file
View File

@ -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)