Skip to content

Commit

Permalink
Merge pull request #1180 from microsoft/master
Browse files Browse the repository at this point in the history
[docs] update manifest-files.md (microsoft#27521)
  • Loading branch information
Jimmy-Hu authored Oct 28, 2022
2 parents d68d258 + 05fda31 commit 499c8d7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/maintainers/manifest-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 499c8d7

Please sign in to comment.