aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2021-02-24 16:55:16 -0500
committerGitHub <noreply@github.com>2021-02-24 13:55:16 -0800
commita09f19c3793f054774e9f0cb6813181ff5fb5fb0 (patch)
treeeb003c70b9fb04e35bc11c2ce05486a231777562 /docs
parent365b3b6df68e4bae827acadb18da1487063c5882 (diff)
downloadvcpkg-a09f19c3793f054774e9f0cb6813181ff5fb5fb0.tar.gz
vcpkg-a09f19c3793f054774e9f0cb6813181ff5fb5fb0.zip
[docs/users/manifests.md] add a link to the specification (#16336)
* [docs/users/manifests.md] add a link to the specification * Accept review suggestions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/users/manifests.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/users/manifests.md b/docs/users/manifests.md
index c5addbba7..6742d6605 100644
--- a/docs/users/manifests.md
+++ b/docs/users/manifests.md
@@ -31,6 +31,10 @@ and a little more information on [CMake](#cmake-integration) integration.
Check out the [manifest cmake example](../examples/manifest-mode-cmake.md) for an example project using CMake and
manifest mode.
+See [the specification](../specifications/manifests.md) for all the details about what can go into a manifest,
+including some restrictions on project a feature names.
+
+
## Simple Example Manifest
```json
@@ -354,4 +358,3 @@ This property can be set to "false" to disable automatic dependency restoration
#### `VcpkgInstalledDirectory` (Installed Directory)
This property defines the location where headers and binaries are consumed from. In manifest mode, this directory is created and populated based on your manifest.
-