Bukama commented on code in PR #609:
URL: https://github.com/apache/maven-site/pull/609#discussion_r1899096638


##########
content/apt/guides/development/guide-plugin-documentation.apt.vm:
##########
@@ -215,12 +215,23 @@ public class ExampleMojo
  
 **Site Descriptor 
  
- The site descriptor describes the navigation links and can be found in 
<<<src/site/site.xml>>>. Below is the suggested site 
- descriptor template.
+ The {{{/plugins/maven-site-plugin/examples/sitedescriptor.html}site 
descriptor}} describes the navigation links and the layout of the page.
+ It can be found in <<<src/site/site.xml>>>.
+
+ You must define a {{{../../skins/}skin}}, if you are using a site descriptor.
+ There is no default skin applied automatically.
+
+ Below is the suggested site descriptor template (with maven-fluido-skin).
  
 +--------------+  
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>2.0.1</version>

Review Comment:
   Updated and tested locally



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