diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/docs/users | |
Diffstat (limited to 'vcpkg/docs/users')
| -rw-r--r-- | vcpkg/docs/users/assetcaching.md | 5 | ||||
| -rw-r--r-- | vcpkg/docs/users/binarycaching.md | 5 | ||||
| -rw-r--r-- | vcpkg/docs/users/manifests.md | 6 | ||||
| -rw-r--r-- | vcpkg/docs/users/registries.md | 6 | ||||
| -rw-r--r-- | vcpkg/docs/users/triplets.md | 6 | ||||
| -rw-r--r-- | vcpkg/docs/users/versioning.md | 7 |
6 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/docs/users/assetcaching.md b/vcpkg/docs/users/assetcaching.md new file mode 100644 index 0000000..8d020ca --- /dev/null +++ b/vcpkg/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/vcpkg/docs/users/binarycaching.md b/vcpkg/docs/users/binarycaching.md new file mode 100644 index 0000000..b2b4b4a --- /dev/null +++ b/vcpkg/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/vcpkg/docs/users/manifests.md b/vcpkg/docs/users/manifests.md new file mode 100644 index 0000000..7f9a82b --- /dev/null +++ b/vcpkg/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/vcpkg/docs/users/registries.md b/vcpkg/docs/users/registries.md new file mode 100644 index 0000000..cf0b2e4 --- /dev/null +++ b/vcpkg/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/vcpkg/docs/users/triplets.md b/vcpkg/docs/users/triplets.md new file mode 100644 index 0000000..568116e --- /dev/null +++ b/vcpkg/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/vcpkg/docs/users/versioning.md b/vcpkg/docs/users/versioning.md new file mode 100644 index 0000000..b7e5d35 --- /dev/null +++ b/vcpkg/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)
|