mitm001 5 rokov pred
rodič
commit
d44ea0b00e
2 zmenil súbory, kde vykonal 41 pridanie a 38 odobranie
  1. 3 38
      README.adoc
  2. 38 0
      docs/modules/wiki/pages/wiki_contributor.adoc

+ 3 - 38
README.adoc

@@ -9,46 +9,11 @@ The project to store, edit, and generate the documentation of http://jmonkeyengi
 The documentation `docs/modules/ROOT/pages` is editable :
 
 * Online via github (Edit link located on the top navbar of the Wiki + Pull Request)
-* Offline with the Atom editor, which includes a built in previewer and code editor. see link:https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html[Atom Editor for Wiki Editing],
+* Offline with the Atom editor, which includes a built in previewer and code editor. see link:https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html[Atom Editor for Wiki Editing]
 * Any text editor and browser program of your choice.
 * Setting up your own local Node.js environment.
 
-.Prerequisites
-.  Have a link:https://github.com/[GitHub account].
-.  Optional: Are a Wiki project member.
-
-If you are not a member, you can fork the repository into your GitHub account and issue pull requests via github.
-
-To fork the Wiki repository into your GitHub Account:
-
-*  In the menu at the top of the docs.jmonkeyengine.org page, select the *Fork* button.
-
-The syntax is asciidoctor:
-
-*  link:http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[Asciidoc Syntax Quick Reference]
-*  link:http://asciidoctor.org/docs/user-manual/[Asciidoctor User Manual]
-
-An easy to use primer for GitHub commands can be found here:
-
-*  link:http://rogerdudler.github.io/git-guide/[git - the simple guide]
-
-
-== Contribute
-
-There are a few simple rules to follow when contributing.
-
-. It's not required but it's a good idea to give a heads up you made a P/R on the link:https://hub.jmonkeyengine.org/[jMonkeyEngine Forum] under the `Documentation` topic.
-. When adding documents, make sure to always complete the header of your document first.
-. The docs are modular so you can create your own Antora site playbook and module and it can be included in the wiki and maintained by you. +
-See: link:https://docs.antora.org/antora/2.3/[Antora Docs]. +
-You can create modules and submit them here also.
-
-The wiki is an Antora documentation site. It is recommended that you read at least these paragraphs to inform yourself on how to build pages and submit them for review to the wiki.
-
-* link:https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html#source-structure[Source Structure]
-* link:https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html#updating-local-wiki-copies[Updating Local Wiki Copies]
-* link:https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html#pushing-changes[Pushing Changes]
-* link:https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html#creating-pages[Creating Pages]
+NOTE: Read the link:https://wiki.jmonkeyengine.org/docs/wiki/wiki_contributions.html[Wiki Contributions] document for details on how to contribute.
 
 == Build & Preview
 
@@ -66,4 +31,4 @@ This will install the needed dependencies and run the static site generator. The
 
 To preview, navigate to the `build/site` directory and open the index.html file in your browser.
 
-See: https://docs.antora.org/antora/2.3/preview-site/
+See also: https://docs.antora.org/antora/2.3/preview-site/

+ 38 - 0
docs/modules/wiki/pages/wiki_contributor.adoc

@@ -0,0 +1,38 @@
+= Wiki Contributions
+
+
+.Prerequisites
+.  Have a link:https://github.com/[GitHub account].
+.  Optional: Are a Wiki project member.
+
+If you are not a member, you can fork the repository into your GitHub account and issue pull requests via github.
+
+To fork the Wiki repository into your GitHub Account:
+
+*  In the menu at the top of the docs.jmonkeyengine.org page, select the *Fork* button.
+
+The syntax is asciidoctor:
+
+*  link:http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[Asciidoc Syntax Quick Reference]
+*  link:http://asciidoctor.org/docs/user-manual/[Asciidoctor User Manual]
+
+An easy to use primer for GitHub commands can be found here:
+
+*  link:http://rogerdudler.github.io/git-guide/[git - the simple guide]
+
+
+== Contribute
+
+The wiki is an Antora documentation site. There are a few simple rules to follow when contributing.
+
+. It's not required but it's a good idea to give a heads up you made a P/R on the link:https://hub.jmonkeyengine.org/[jMonkeyEngine Forum] under the `Documentation` topic.
+. When adding documents, make sure to always complete the header of your document first.
+. The docs are modular so you can create your own Antora site playbook and module and it can be included in the wiki and maintained by you. +
+See: link:https://docs.antora.org/antora/2.3/[Antora Docs]. +
+You can create modules and submit them here also.
+
+It is recommended that you read at least these paragraphs to inform yourself on how to build pages and submit them for review to the wiki.
+
+* <<atom_editor.adoc#updating-local-wiki-copies,Updating Local Wiki Copies>>
+* <<atom_editor.adoc#pushing-changes,Pushing Changes>>
+* <<atom_editor.adoc#creating-pages,Creating Pages>>