mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-21 16:09:03 -07:00
[docs] update manifest-files.md (#27521)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
2de7f388c5
commit
05fda317ed
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
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"`
|
### `"documentation"`
|
||||||
|
|
||||||
The URL where a user would be able to find official documentation for the library. Optional.
|
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.
|
Optional.
|
||||||
|
|
||||||
#### Example:
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"homepage": "https://github.com/microsoft/vcpkg"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
### `"dependencies"`
|
### `"dependencies"`
|
||||||
|
|
||||||
An array of ports the library has a dependency on.
|
An array of ports the library has a dependency on.
|
||||||
|
|
Loading…
Reference in a new issue