|
@@ -21,7 +21,7 @@ The syntax is asciidoc :
|
|
|
|
|
|
An easy to use primer for GitHub commands can be found here:
|
|
|
|
|
|
-* link:http://rogerdudler.github.io/git-guide/[git - the simple guide]
|
|
|
+* link:http://rogerdudler.github.io/git-guide/[git - the simple guide]
|
|
|
|
|
|
|
|
|
== Contribute
|
|
@@ -31,7 +31,7 @@ There are a few simple rules to follow when contributing.
|
|
|
. When adding documents, make sure to always complete the header of your document first.
|
|
|
** see link:https://jmonkeyengine.github.io/wiki/wiki/wiki_header.html[Anatomy of a Wiki Header]
|
|
|
. When linking to other Wiki pages, always use an "`Internal Cross Reference`" with the format,
|
|
|
-** ++<<path-to-wikipage#,custom label text>>++ +
|
|
|
+** ++<<path/to/wiki/page#,custom label text>>++ +
|
|
|
The `#` sign substitutes for `.adoc`.
|
|
|
+
|
|
|
The path should be relative to the `asciidoc` folder.
|
|
@@ -39,7 +39,7 @@ The path should be relative to the `asciidoc` folder.
|
|
|
For example: `++<<jme3/requirements#,Software and hardware requirements>>++` +
|
|
|
links to the `requirements.adoc` page, which lives in a sub-folder of `asciidoc` named `jme3`.
|
|
|
. When linking to images stored in the wiki repository, always use an image prefix in front of the file name and square brackets after it with the format,
|
|
|
-** Image on its own line - `image::path-to-image.jpg[image alt text,width=" ",height=" ", align=" "]`
|
|
|
+** Image on its own line - `image::path/to/image.jpg[image alt text,width=" ",height=" ", align=" "]`
|
|
|
+
|
|
|
For example: `++image::jme3/beginner/beginner-assets-models.png[beginner-assets-models.png,320,250,align="center"]++`
|
|
|
+
|