kwin commented on code in PR #1272:
URL: 
https://github.com/apache/maven-site-plugin/pull/1272#discussion_r3260654026


##########
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:
   Removed in 
https://github.com/apache/maven-site-plugin/pull/1272/commits/663f7e6a9b2ba07fb2015ebdb40d399072eb05ba.



-- 
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]

Reply via email to