Skip to content

Commit

Permalink
[docs] Add stubs to redirect to Microsoft Learn (microsoft#29820)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicroms authored Feb 24, 2023
1 parent 1bf4aea commit 54cc53c
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 5 additions & 0 deletions docs/about/privacy.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 5 additions & 0 deletions docs/users/assetcaching.md
Original file line number Diff line number Diff line change
@@ -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)
5 changes: 5 additions & 0 deletions docs/users/binarycaching.md
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions docs/users/manifests.md
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions docs/users/registries.md
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions docs/users/triplets.md
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions docs/users/versioning.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 54cc53c

Please sign in to comment.