michael-o commented on code in PR #1272: URL: https://github.com/apache/maven-site-plugin/pull/1272#discussion_r3260489880
########## src/site/markdown/index.md.vm: ########## @@ -28,18 +28,28 @@ The Site Plugin is used to generate a site for the project. The generated site a Please read the [migration guide](./migrate.html) if you want to upgrade from a previous version. +#[[##]]# Architecture + +The Site Plugin uses: + +- [Doxia](/doxia/) to parse [many markup languages](/doxia/references/) then render HTML: see [Creating Content](./examples/creating-content.html) documentation for more details \(particularly which markups are enabled by default in maven-site-plugin and how to add one\), +- [Doxia Sitetools - Site Renderer](/doxia/doxia-sitetools/doxia-site-renderer/) to integrate document content into a template packaged as a skin: see [Creating Skins](./examples/creatingskins.html) documentation for more details, +- [Maven Reporting Executor](/shared/maven-reporting-exec/) to manage reports execution \(since Maven 3; reports execution was managed by Maven itself in Maven 2: see old [Using maven-site-plugin with Maven3](https://maven.apache.org/plugins-archives/maven-site-plugin-3.8.2/maven-3.html) documentation for more details\). Review Comment: I don't think that Maven 2/3 matter anymore -- 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]
