keith-turner commented on a change in pull request #94: Simplified custom 
liquid tags and created documentation
URL: https://github.com/apache/accumulo-website/pull/94#discussion_r201461210
 
 

 ##########
 File path: README.md
 ##########
 @@ -72,5 +72,18 @@ the given file into your `.git/hook` directory:
 
     cp ./_devtools/git-hooks/post-commit .git/hooks/
 
+## Custom liquid tags
+
+Custom liquid tags are used to make linking to javadocs, properties, and 
documents easier
+
+| Tag   | Description            | Options                                     
                                    | Examples                                  
           | 
+| ----- | ---------------------- | 
------------------------------------------------------------------------------- 
| ---------------------------------------------------- |
+| jlink | Creates Javadoc link   | Link text will be class name by default. 
Use `-f` for full package + class name | `jlink -f 
org.apache.accumulo.core.client.Connector` |
 
 Review comment:
   Why not use `{% ... %}` in examples?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to