|
@@ -30,11 +30,14 @@ 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,
|
|
|
+. When linking to other Wiki pages, always use an "`Inter-Document Cross Reference`" with the format,
|
|
|
** ++<<path/to/wiki/page#,custom label text>>++ +
|
|
|
The `#` sign substitutes for `.adoc`.
|
|
|
+
|
|
|
The path should be relative to the `asciidoc` folder.
|
|
|
++
|
|
|
+See link:http://asciidoctor.org/docs/user-manual/#inter-document-cross-references[http://asciidoctor.org/docs/user-manual/#inter-document-cross-references] for more info.
|
|
|
+
|
|
|
+
|
|
|
For example: `++<<jme3/requirements#,Software and hardware requirements>>++` +
|
|
|
links to the `requirements.adoc` page, which lives in a sub-folder of `asciidoc` named `jme3`.
|