[docs] update manifest-files.md (#27521)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2022-10-29 00:31:24 +08:00 committed by GitHub
parent 2de7f388c5
commit 05fda317ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,6 +155,13 @@ one string per line.
The URL of the homepage for the library where a user is able to find additional documentation or the original source code.
#### Example:
```json
{
"homepage": "https://github.com/microsoft/vcpkg"
}
```
### `"documentation"`
The URL where a user would be able to find official documentation for the library. Optional.
@ -167,13 +174,6 @@ but this field is not checked for consistency.
Optional.
#### Example:
```json
{
"homepage": "https://github.com/microsoft/vcpkg"
}
```
### `"dependencies"`
An array of ports the library has a dependency on.