diff --git a/docs/maintainers/manifest-files.md b/docs/maintainers/manifest-files.md index 46bd73a97a..036dbb72b2 100644 --- a/docs/maintainers/manifest-files.md +++ b/docs/maintainers/manifest-files.md @@ -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.