From aaa35a037023b9378993e6c62f5cea178a4e1b52 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Sun, 21 Feb 2021 01:15:53 +0000 Subject: [PATCH 1/2] [docs/users/manifests.md] add a link to the specification --- docs/users/manifests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/users/manifests.md b/docs/users/manifests.md index c5addbba73a394..6424e60bceace1 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](/docs/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 From b1b79613f2358e6381a17bdc09b0ecea92c979b3 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Mon, 22 Feb 2021 06:40:13 -0500 Subject: [PATCH 2/2] Accept review suggestions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> --- docs/users/manifests.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/users/manifests.md b/docs/users/manifests.md index 6424e60bceace1..6742d66057dbdc 100644 --- a/docs/users/manifests.md +++ b/docs/users/manifests.md @@ -31,7 +31,7 @@ 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](/docs/specifications/manifests.md) for all the details about what can go into a manifest, +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. @@ -358,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. -