Bukama opened a new pull request, #614: URL: https://github.com/apache/maven-site/pull/614
With this PR I updated some very old (, but still existing) pages to reduce the renderer warnings during the `site` goal (see MNGSITE-504). This PR is **not* to update the outdated content of those pages! I could fix all warnings in the existing files, except the following four: ``` [WARNING] Unrecognized xdoc tag <base> at [32:52] [WARNING] Unrecognized xdoc tag <link> at [34:100] [WARNING] Unrecognized xdoc tag <link> at [35:75] [WARNING] Unrecognized xdoc tag <link> at [36:90] ``` These are from CSS definition in the `errors/404.xml.vm`. I couldn't find a documentation how to define them properly, esp. as we need dynamic links. This why I transformed the page to a markdown file. -- 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]
