<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>Just a note here for those who need to put an image to the wiki page. From the web interface, for now we can only add an image via an URL, but in most cases we want to include the image in the wiki repo.</div><div><br></div><div>To do this, you need to interact with the documentation.wiki.git repo[1] using git. And to be able to push changes later you'll need permission. So the first step is to express your interest by announcing your github account to the list.</div><div><br></div><div>Then after you clone the git repo, you will see an 'img' directory inside, where we store all documentation images. Put your image inside the directory.</div><div><br></div><div>Assuming the image name is&nbsp;solr-index-backup.png, adding the following line in markdown will render the image on the web page:</div><div><br></div><div>![Add Solr core](/AtlasOfLivingAustralia/documentation/wiki/img/solr-index-backup.png)</div><div><br></div><div>You can then view this page as an example:</div><div><a href="https://github.com/AtlasOfLivingAustralia/documentation/wiki/System-administration">https://github.com/AtlasOfLivingAustralia/documentation/wiki/System-administration</a></div><div><br></div><div>The text in the square bracket will be used for the 'alt' attribute in the html of the image.</div><div><br></div><div>Hope it helps,</div><div><br></div><div>Burke</div><div><br></div><div><br></div><div>[1] <a href="https://github.com/AtlasOfLivingAustralia/documentation.wiki.git">https://github.com/AtlasOfLivingAustralia/documentation.wiki.git</a></div></body></html>