aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/docs
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/docs
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/docs')
-rw-r--r--vcpkg/docs/about/privacy.md5
-rw-r--r--vcpkg/docs/users/assetcaching.md5
-rw-r--r--vcpkg/docs/users/binarycaching.md5
-rw-r--r--vcpkg/docs/users/manifests.md6
-rw-r--r--vcpkg/docs/users/registries.md6
-rw-r--r--vcpkg/docs/users/triplets.md6
-rw-r--r--vcpkg/docs/users/versioning.md7
7 files changed, 40 insertions, 0 deletions
diff --git a/vcpkg/docs/about/privacy.md b/vcpkg/docs/about/privacy.md
new file mode 100644
index 0000000..787964d
--- /dev/null
+++ b/vcpkg/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/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)