kwin commented on code in PR #60:
URL: https://github.com/apache/maven-doxia-site/pull/60#discussion_r2916527884


##########
content/markdown/references/index.md:
##########
@@ -39,50 +39,40 @@ The source directory is the directory under which Maven 
expects source documents
 |[Apt](./apt-format.html)|Almost Plain 
Text|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`apt`|`apt`|[`doxia-module-apt`](../doxia/doxia-modules/doxia-module-apt/)|`apt`|
 |[AsciiDoc](https://asciidoctor.org/)|[Asciidoctor Converter Doxia 
Module](https://docs.asciidoctor.org/maven-tools/latest/site-integration/converter-module-setup-and-configuration/)|![Yes](../images/icon_success_sml.gif)|![No](../images/icon_error_sml.gif)|`asciidoc`|`adoc`,
 
`asciidoc`|[`asciidoctor-converter-doxia-module`](https://github.com/asciidoctor/asciidoctor-maven-plugin#maven-site-integration)|`asciidoc`|
 |[AsciiDoc](https://asciidoctor.org/)|[Asciidoctor Parser Doxia 
Module](https://docs.asciidoctor.org/maven-tools/latest/site-integration/parser-module-setup-and-configuration/)|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`asciidoc`|`adoc`,
 
`asciidoc`|[`asciidoctor-parser-doxia-module`](https://github.com/asciidoctor/asciidoctor-maven-plugin#maven-site-integration)|`asciidoc`|
-|[Confluence](../modules/index.html#Confluence)|Confluence Enterprise 
Wiki|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)<sup>*</sup>|`confluence`|`confluence`|[`doxia-module-confluence`](../doxia/doxia-modules/doxia-module-confluence/)|`confluence`|
-|[Simplified DocBook](../modules/index.html#Simplified_DocBook)|Simplified 
DocBook XML 
Standard|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`docbook`|`xml`|[`doxia-module-docbook-simple`](../doxia/doxia-modules/doxia-module-docbook-simple/)|`docbook`|
 |[FML](./fml-format.html)|FAQ Markup 
Language|![Yes](../images/icon_success_sml.gif)|![No](../images/icon_error_sml.gif)|`fml`|`fml`|[`doxia-module-fml`](../doxia/doxia-modules/doxia-module-fml/)|`fml`|
-|[Markdown](../modules/index.html#Markdown)<sup>**</sup>|Markdown markup 
language|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)<sup>****</sup>|`markdown`|`md`,
 
`markdown`<sup>***</sup>|[`doxia-module-markdown`](../doxia/doxia-modules/doxia-module-markdown/)|`markdown`|
-|[TWiki](../modules/index.html#TWiki)<sup>*</sup>|TWiki Structured 
Wiki|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`twiki`|`twiki`|[`doxia-module-twiki`](../doxia/doxia-modules/doxia-module-twiki/)|`twiki`|
+|[Markdown](../modules/index.html#Markdown)|Markdown markup 
language|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`markdown`|`md`,
 
`markdown`|[`doxia-module-markdown`](../doxia/doxia-modules/doxia-module-markdown/)|`markdown`|
 |[Xdoc](./xdoc-format.html)|XML Documentation 
Format|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`xdoc`|`xml`|[`doxia-module-xdoc`](../doxia/doxia-modules/doxia-module-xdoc/)|`xdoc`|
 |[XHTML](../modules/index.html#XHTML)|Extensible Hypertext Markup 
Language|![Yes](../images/icon_success_sml.gif)|![Yes](../images/icon_success_sml.gif)|`xhtml`|`xhtml`|[`doxia-module-xhtml`](../doxia/doxia-modules/doxia-module-xhtml/)|`xhtml`|
 
 Note some modules are not included per default with the site plugin. Have a 
look at the available modules here: 
[https://repo.maven.apache.org/maven2/org/apache/maven/doxia/](https://repo.maven.apache.org/maven2/org/apache/maven/doxia/).
   
 
-If you need to add module for the maven site plugin simply add it as a 
dependency of the plugin 
+If you need to add module for the `maven-site-plugin` simply add it as a 
dependency of the plugin:
 
 ```unknown
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-site-plugin</artifactId>
-              <version>3.2</version>
-              <dependencies>
-                <dependency>
-                  <groupId>org.apache.maven.doxia</groupId>
-                  <artifactId>doxia-module-markdown</artifactId>
-                  <version>1.3</version>
-                </dependency>
-              </dependencies>
-            </plugin>
-          
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-site-plugin</artifactId>
+  <version>3.2</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-markdown</artifactId>
+      <version>1.3</version>
+    </dependency>
+  </dependencies>
+</plugin>
 ```
 
-<sup>*</sup> Since Doxia 1\.1 
+# Doxia Formats \(deprecated\)
 
-<sup>**</sup> Since Doxia 1\.3 
+The following table gives an overview of the deprecated formats (which used to 
be supported mostly as Sink in former versions of Doxia): 
 
-<sup>***</sup> Since Doxia 1\.7 
-
-<sup>****</sup> Since Doxia 1\.12\.0 
-
-# Doxia Page Output Format \(deprecated\)
-
-The following table gives an overview of the output-only page-oriented 
deprecated \(in Doxia 1\.11\) formats: 
-
-|Format|Short description|Doxia Module|
+|Format|Short description|Doxia Module|Deprecated Since
 |---|---|---|
-|[iText](../modules/index.html#iText)|iText PDF 
Library|[`doxia-module-itext`](../doxia/doxia-modules/doxia-module-itext/)|
-|[FO](../modules/index.html#FO)<sup>*</sup>|XSL formatting objects 
\(XSL-FO\)|[`doxia-module-fo`](../doxia/doxia-modules/doxia-module-fo/)|
-|[LaTeX](../modules/index.html#LaTeX)|LaTeX typesetting 
system|[`doxia-module-latex`](../doxia/doxia-modules/doxia-module-latex/)|
-|[RTF](../modules/index.html#RTF)|Microsoft Rich Text 
Format|[`doxia-module-rtf`](../doxia/doxia-modules/doxia-module-rtf/)|
-
+|iText|iText PDF 
Library|[`doxia-module-itext`](../doxia-archives/doxia-1.11.1/doxia-modules/doxia-module-itext/)|1.11
+|FO|XSL formatting objects 
\(XSL-FO\)|[`doxia-module-fo`](../doxia-archives/doxia-1.11.1doxia-modules/doxia-module-fo/)|1.11
+|LaTeX|LaTeX typesetting 
system|[`doxia-module-latex`](../doxia-archives/doxia-1.11.1/doxia-modules/doxia-module-latex/)|1.11
+|RTF|Microsoft Rich Text 
Format|[`doxia-module-rtf`](../doxia-archives/doxia-1.11.1/doxia-modules/doxia-module-rtf/)|1.11
+|Confluence|Confluence Enterprise 
Wiki|[`doxia-module-confluence`](../doxia-archives/doxia-1.11.1/doxia-modules/doxia-module-confluence/)|2.0
+|Simplified DocBook|Simplified DocBook XML 
Standard|[`doxia-module-docbook-simple`](../doxia-archives/doxia-1.11.1/doxia-modules/doxia-module-docbook-simple/)|2.0
+|TWiki|TWiki Structured 
Wiki|[`doxia-module-twiki`](../doxia-archives/doxia-1.11.1/doxia-modules/doxia-module-twiki/)|2.0

Review Comment:
   Good catch, clarified in 
https://github.com/apache/maven-doxia-site/pull/60/commits/44dea3053a19bebf49004d5173a6b215346d3594



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