erisu commented on code in PR #175: URL: https://github.com/apache/cordova-plugin-network-information/pull/175#discussion_r3071647041
########## README.md: ########## @@ -1,3 +1,8 @@ +<!-- Meta data for cordova.apache.org. Used for title and meta description --> +--- +title: Network Information +description: Get information about wireless connectivity. +--- Review Comment: Adding a comment will break the build. For markdown frontmatter to work, it has to be the first line. I believe this will work: ```suggestion --- # cordova-doc build metadata title: Network Information description: Get information about wireless connectivity. --- ``` Also I would suggest keeping the comment simple to just "cordova-doc build metadata". The metadata is used in the build process. And how or where its is used in HTML depends on the build process of the site. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
