Browse Source

deploy: e5dbc7ae58d92d771a22ad6a6ad06f6402ec6edf

mitm001 5 năm trước cách đây
mục cha
commit
a82b8fd753

+ 0 - 100
docs/transition-docs/_attachments/README.html

@@ -1,100 +0,0 @@
-= jMonkeyEngine Documentation
-
-image:https://github.com/jMonkeyEngine/wiki/workflows/Build%20Docs/badge.svg[Status Badge, 175, 25]
-
-see link:https://wiki.jmonkeyengine.org/docs/[https://github.com/jMonkeyEngine/wiki]
-
-The project to store, edit, and generate the documentation of http://jmonkeyengine.org[jMonkeyEngine].
-
-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],
-* 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.
-** see link:https://wiki.jmonkeyengine.org/docs/wiki/wiki_header.html[Anatomy of a Wiki Header]
-.  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.
-.  When linking to other Wiki pages located in the `ROOT` module, always use an "`Inter-Document Cross Reference`" with the format,
-** ++<<path/to/wiki/page#,custom label text>>++
-+
---
-The `#` sign substitutes for the file extension. This type of link will first look for the `.adoc` file and if not found default to the `.html` version.
-
-The path should be relative to the `pages` folder.
-
-For example: `++<<jme3/requirements#,Software and hardware requirements>>++` +
-links to the `requirements.adoc` page, which lives in a sub-folder of `pages` named `jme3`.
-
-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.
---
-. See link:https://docs.antora.org/antora/2.3/navigation/[Antora Navigation] for creating nav menues and navigation between modules.
-.  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=" "]`
-+
---
-For example: `++image::jme3/beginner/beginner-assets-models.png[beginner-assets-models.png,320,250,align="center"]++`
-
-*  This image is on its own line.
-*  Is stored in the `jme3/beginner` folder which lives in the `images` folder.
-*  Is named `beginner-assets-models.png`.
-*  Has a `alt text` name of `beginner-assets-models.png`.
-*  Has a width of 320.
-*  Has a height of 250.
-*  Is aligned in the center of the page.
---
-**  If you want to include an image inline, use the `image:` prefix instead (notice there is only one colon):
-+
-See link:http://asciidoctor.org/docs/user-manual/#images[http://asciidoctor.org/docs/user-manual/#images] for in depth instructions.
-. When linking to the jMonkeyEngine javadocs, use the global attribute `pass:[{link-javadoc}]` in your link path.
-+
-.Link example
-```
-link:{link-javadoc}/com/jme3/app/state/BaseAppState.html[BaseAppState]
-```
-** see link:https://wiki.jmonkeyengine.org/docs/wiki/wiki_header.html[Anatomy of a Wiki Header] for details on how to override this setting.
-
-== Build & Preview
-
-To set up the Antora environment, you'll need Nodejs (tested with node 12).
-
-From your local wiki directory.
-
-Run:
-```
-npm install
-npm run buildDocs
-```
-
-This will install the needed dependencies and run the static site generator. The documentation will be output to the directory `build/site`.
-
-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/

+ 0 - 6
docs/transition-docs/_attachments/antora.yml

@@ -1,6 +0,0 @@
-name: docs
-title: Docs
-version: master
-start_page: ROOT:jme3.adoc
-nav:
-- modules/ROOT/nav.adoc

+ 0 - 2425
docs/transition-docs/_attachments/emoji.html

@@ -1,2425 +0,0 @@
-= Emoji and Icons
-:author: mitm
-:revnumber: 2.0
-
-== How to use icons in the wiki
-
-[IMPORTANT]
-====
-Icons are currently not supported by the Antora backend. They will be available in the near future so the Icon  section will remain.
-====
-
-
-You can use any font awesome icon listed at link:https://fontawesome.com/v4.7.0/icons/[https://fontawesome.com/v4.7.0/icons/] in your wiki documents by use of the icon macro.
-
-.Syntax for inserting icons
-```
-icon:thumbs-up[]
-icon:database[role=green] // change color by use of the role syntax
-icon:heart[2x] // icons can be sized
-icon:shield[rotate=90, flip=vertical] // rotate and flip
-```
-
-[TIP]
-====
-When setting the icons name, you do not have to preface it with `fa-`, asciidoctor will accept the font name.
-====
-
-The icon macro has three attributes you can set, they are size, rotate, and flip.
-
-* size +
-** The first positional attribute found, scales the icon; values are: `1x` (default), `2x`, `3x`, `4x`, `5x`, `lg`, `fw`
-** You can fix the width of the icon by use of the `fw` attribute. This helps when trying to align with other elements by giving the icon a fixed width.
-* rotate
-** Rotates the icon; values are: `90`, `180`, `270`
-* flip
-** Flips the icon; values are: `horizontal`, `vertical`
-
-The first unnamed attribute is assumed to be the size. For instance, to make the icon twice the size as the default, simply add 2x inside the square brackets.
-
-```
-icon:heart[2x]
-```
-Results:
-
-icon:heart[] 2x icon:heart[2x]
-
-To rotate and flip the icon:
-```
-icon:shield[rotate=270, flip=vertical]
-```
-Results:
-
-icon:shield[] rotated 90, and flipped vertical icon:shield[rotate=90, flip=vertical]
-
-You can also link to icons.
-```
-icon:download[link="https://rubygems.org/downloads/asciidoctor-1.5.2.gem"]
-```
-Results:
-
-icon:download[link="https://rubygems.org/downloads/asciidoctor-1.5.2.gem"]
-
-Lastly, you can color your icons using the role syntax.
-```
-icon:database[role=red]
-```
-Results:
-
-database icon:database[] colored red icon:database[role=red]
-
-== How to use emoji in the wiki
-
-
-You add emoji by using the following syntax anywhere in your document.
-
-```
-emoji:heart[2x] // the "[2x]" is a size modifier
-emoji:rage[]
-```
-
-[NOTE]
-====
-You can change the icon size with the size modifier `[2x]`.
-
-`+emoji:heart[]+` emoji:heart[] `+emoji:heart[2x]+` emoji:heart[2x]
-====
-
-== Emoji and Name Cheet Sheet
-
-=== People
-
-[cols="50,50"]
-|===
-
-a| emoji:white_frowning_face[2x] [small]#`white_frowning_face`#
-emoji:relaxed[2x] [small]#`relaxed`#
-emoji:zipper_mouth_face[2x] [small]#`zipper_mouth_face`#
-emoji:money_mouth_face[2x] [small]#`money_mouth_face`#
-emoji:face_with_thermometer[2x] [small]#`face_with_thermometer`#
-emoji:nerd_face[2x] [small]#`nerd_face`#
-emoji:thinking_face[2x] [small]#`thinking_face`#
-emoji:face_with_head_bandage[2x] [small]#`face_with_head_bandage`#
-emoji:robot_face[2x] [small]#`robot_face`#
-emoji:hugging_face[2x] [small]#`hugging_face`#
-emoji:grinning[2x] [small]#`grinning`#
-emoji:grin[2x] [small]#`grin`#
-emoji:joy[2x] [small]#`joy`#
-emoji:smiley[2x] [small]#`smiley`#
-emoji:smile[2x] [small]#`smile`#
-emoji:sweat_smile[2x] [small]#`sweat_smile`#
-emoji:laughing[2x] [small]#`laughing`#
-emoji:innocent[2x] [small]#`innocent`#
-emoji:smiling_imp[2x] [small]#`smiling_imp`#
-emoji:wink[2x] [small]#`wink`#
-emoji:blush[2x] [small]#`blush`#
-emoji:yum[2x] [small]#`yum`#
-emoji:relieved[2x] [small]#`relieved`#
-emoji:heart_eyes[2x] [small]#`heart_eyes`#
-emoji:sunglasses[2x] [small]#`sunglasses`#
-emoji:smirk[2x] [small]#`smirk`#
-emoji:neutral_face[2x] [small]#`neutral_face`#
-emoji:expressionless[2x] [small]#`expressionless`#
-emoji:unamused[2x] [small]#`unamused`#
-emoji:sweat[2x] [small]#`sweat`#
-emoji:pensive[2x] [small]#`pensive`#
-emoji:confused[2x] [small]#`confused`#
-emoji:confounded[2x] [small]#`confounded`#
-emoji:kissing[2x] [small]#`kissing`#
-emoji:kissing_heart[2x] [small]#`kissing_heart`#
-emoji:kissing_smiling_eyes[2x] [small]#`kissing_smiling_eyes`#
-emoji:kissing_closed_eyes[2x] [small]#`kissing_closed_eyes`#
-emoji:stuck_out_tongue[2x] [small]#`stuck_out_tongue`#
-emoji:stuck_out_tongue_winking_eye[2x] [small]#`stuck_out_tongue_winking_eye`#
-emoji:stuck_out_tongue_closed_eyes[2x] [small]#`stuck_out_tongue_closed_eyes`#
-emoji:disappointed[2x] [small]#`disappointed`#
-emoji:worried[2x] [small]#`worried`#
-emoji:angry[2x] [small]#`angry`#
-emoji:rage[2x] [small]#`rage`#
-emoji:cry[2x] [small]#`cry`#
-emoji:persevere[2x] [small]#`persevere`#
-emoji:triumph[2x] [small]#`triumph`#
-emoji:disappointed_relieved[2x] [small]#`disappointed_relieved`#
-emoji:frowning[2x] [small]#`frowning`#
-emoji:anguished[2x] [small]#`anguished`#
-emoji:fearful[2x] [small]#`fearful`#
-emoji:weary[2x] [small]#`weary`#
-emoji:sleepy[2x] [small]#`sleepy`#
-emoji:tired_face[2x] [small]#`tired_face`#
-emoji:grimacing[2x] [small]#`grimacing`#
-emoji:sob[2x] [small]#`sob`#
-emoji:open_mouth[2x] [small]#`open_mouth`#
-emoji:hushed[2x] [small]#`hushed`#
-emoji:cold_sweat[2x] [small]#`cold_sweat`#
-emoji:scream[2x] [small]#`scream`#
-emoji:astonished[2x] [small]#`astonished`#
-emoji:flushed[2x] [small]#`flushed`#
-emoji:sleeping[2x] [small]#`sleeping`#
-emoji:dizzy_face[2x] [small]#`dizzy_face`#
-emoji:no_mouth[2x] [small]#`no_mouth`#
-emoji:mask[2x] [small]#`mask`#
-emoji:smile_cat[2x] [small]#`smile_cat`#
-emoji:joy_cat[2x] [small]#`joy_cat`#
-emoji:smiley_cat[2x] [small]#`smiley_cat`#
-emoji:heart_eyes_cat[2x] [small]#`heart_eyes_cat`#
-emoji:smirk_cat[2x] [small]#`smirk_cat`#
-emoji:kissing_cat[2x] [small]#`kissing_cat`#
-emoji:pouting_cat[2x] [small]#`pouting_cat`#
-emoji:crying_cat_face[2x] [small]#`crying_cat_face`#
-emoji:scream_cat[2x] [small]#`scream_cat`#
-emoji:slightly_frowning_face[2x] [small]#`slightly_frowning_face`#
-emoji:slightly_smiling_face[2x] [small]#`slightly_smiling_face`#
-emoji:upside_down_face[2x] [small]#`upside_down_face`#
-emoji:face_with_rolling_eyes[2x] [small]#`face_with_rolling_eyes`#
-emoji:see_no_evil[2x] [small]#`see_no_evil`#
-emoji:hear_no_evil[2x] [small]#`hear_no_evil`#
-emoji:speak_no_evil[2x] [small]#`speak_no_evil`#
-emoji:no_good-skin-tone-2[2x] [small]#`no_good-skin-tone-2`#
-emoji:no_good-skin-tone-3[2x] [small]#`no_good-skin-tone-3`#
-emoji:no_good-skin-tone-4[2x] [small]#`no_good-skin-tone-4`#
-emoji:no_good-skin-tone-5[2x] [small]#`no_good-skin-tone-5`#
-emoji:no_good-skin-tone-6[2x] [small]#`no_good-skin-tone-6`#
-emoji:no_good[2x] [small]#`no_good`#
-emoji:ok_woman-skin-tone-2[2x] [small]#`ok_woman-skin-tone-2`#
-emoji:ok_woman-skin-tone-3[2x] [small]#`ok_woman-skin-tone-3`#
-emoji:ok_woman-skin-tone-4[2x] [small]#`ok_woman-skin-tone-4`#
-emoji:ok_woman-skin-tone-5[2x] [small]#`ok_woman-skin-tone-5`#
-emoji:ok_woman-skin-tone-6[2x] [small]#`ok_woman-skin-tone-6`#
-emoji:ok_woman[2x] [small]#`ok_woman`#
-emoji:bow-skin-tone-2[2x] [small]#`bow-skin-tone-2`#
-emoji:bow-skin-tone-3[2x] [small]#`bow-skin-tone-3`#
-emoji:bow-skin-tone-4[2x] [small]#`bow-skin-tone-4`#
-emoji:bow-skin-tone-5[2x] [small]#`bow-skin-tone-5`#
-emoji:bow-skin-tone-6[2x] [small]#`bow-skin-tone-6`#
-emoji:bow[2x] [small]#`bow`#
-emoji:raising_hand-skin-tone-2[2x] [small]#`raising_hand-skin-tone-2`#
-emoji:raising_hand-skin-tone-3[2x] [small]#`raising_hand-skin-tone-3`#
-emoji:raising_hand-skin-tone-4[2x] [small]#`raising_hand-skin-tone-4`#
-emoji:raising_hand-skin-tone-5[2x] [small]#`raising_hand-skin-tone-5`#
-emoji:raising_hand-skin-tone-6[2x] [small]#`raising_hand-skin-tone-6`#
-emoji:raising_hand[2x] [small]#`raising_hand`#
-emoji:person_frowning-skin-tone-2[2x] [small]#`person_frowning-skin-tone-2`#
-emoji:person_frowning-skin-tone-3[2x] [small]#`person_frowning-skin-tone-3`#
-emoji:person_frowning-skin-tone-4[2x] [small]#`person_frowning-skin-tone-4`#
-emoji:person_frowning-skin-tone-5[2x] [small]#`person_frowning-skin-tone-5`#
-emoji:person_frowning-skin-tone-6[2x] [small]#`person_frowning-skin-tone-6`#
-emoji:person_frowning[2x] [small]#`person_frowning`#
-emoji:person_with_pouting_face-skin-tone-2[2x] [small]#`person_with_pouting_face-skin-tone-2`#
-emoji:person_with_pouting_face-skin-tone-3[2x] [small]#`person_with_pouting_face-skin-tone-3`#
-emoji:person_with_pouting_face-skin-tone-4[2x] [small]#`person_with_pouting_face-skin-tone-4`#
-emoji:person_with_pouting_face-skin-tone-5[2x] [small]#`person_with_pouting_face-skin-tone-5`#
-emoji:person_with_pouting_face-skin-tone-6[2x] [small]#`person_with_pouting_face-skin-tone-6`#
-emoji:person_with_pouting_face[2x] [small]#`person_with_pouting_face`#
-emoji:sleuth_or_spy-skin-tone-2[2x] [small]#`sleuth_or_spy-skin-tone-2`#
-emoji:sleuth_or_spy-skin-tone-3[2x] [small]#`sleuth_or_spy-skin-tone-3`#
-emoji:sleuth_or_spy-skin-tone-4[2x] [small]#`sleuth_or_spy-skin-tone-4`#
-emoji:sleuth_or_spy-skin-tone-5[2x] [small]#`sleuth_or_spy-skin-tone-5`#
-emoji:sleuth_or_spy-skin-tone-6[2x] [small]#`sleuth_or_spy-skin-tone-6`#
-emoji:sleuth_or_spy[2x] [small]#`sleuth_or_spy`#
-emoji:muscle-skin-tone-2[2x] [small]#`muscle-skin-tone-2`#
-emoji:muscle-skin-tone-3[2x] [small]#`muscle-skin-tone-3`#
-emoji:muscle-skin-tone-4[2x] [small]#`muscle-skin-tone-4`#
-emoji:muscle-skin-tone-5[2x] [small]#`muscle-skin-tone-5`#
-emoji:muscle-skin-tone-6[2x] [small]#`muscle-skin-tone-6`#
-emoji:muscle[2x] [small]#`muscle`#
-emoji:boy-skin-tone-2[2x] [small]#`boy-skin-tone-2`#
-emoji:boy-skin-tone-3[2x] [small]#`boy-skin-tone-3`#
-emoji:boy-skin-tone-4[2x] [small]#`boy-skin-tone-4`#
-emoji:boy-skin-tone-5[2x] [small]#`boy-skin-tone-5`#
-emoji:boy-skin-tone-6[2x] [small]#`boy-skin-tone-6`#
-emoji:boy[2x] [small]#`boy`#
-emoji:girl-skin-tone-2[2x] [small]#`girl-skin-tone-2`#
-emoji:girl-skin-tone-3[2x] [small]#`girl-skin-tone-3`#
-emoji:girl-skin-tone-4[2x] [small]#`girl-skin-tone-4`#
-emoji:girl-skin-tone-5[2x] [small]#`girl-skin-tone-5`#
-emoji:girl-skin-tone-6[2x] [small]#`girl-skin-tone-6`#
-emoji:girl[2x] [small]#`girl`#
-emoji:man-skin-tone-2[2x] [small]#`man-skin-tone-2`#
-emoji:man-skin-tone-3[2x] [small]#`man-skin-tone-3`#
-emoji:man-skin-tone-4[2x] [small]#`man-skin-tone-4`#
-emoji:man-skin-tone-5[2x] [small]#`man-skin-tone-5`#
-emoji:man-skin-tone-6[2x] [small]#`man-skin-tone-6`#
-emoji:man[2x] [small]#`man`#
-emoji:woman-skin-tone-2[2x] [small]#`woman-skin-tone-2`#
-emoji:woman-skin-tone-3[2x] [small]#`woman-skin-tone-3`#
-emoji:woman-skin-tone-4[2x] [small]#`woman-skin-tone-4`#
-emoji:woman-skin-tone-5[2x] [small]#`woman-skin-tone-5`#
-emoji:woman-skin-tone-6[2x] [small]#`woman-skin-tone-6`#
-emoji:woman[2x] [small]#`woman`#
-emoji:cop-skin-tone-2[2x] [small]#`cop-skin-tone-2`#
-emoji:cop-skin-tone-3[2x] [small]#`cop-skin-tone-3`#
-emoji:cop-skin-tone-4[2x] [small]#`cop-skin-tone-4`#
-emoji:cop-skin-tone-5[2x] [small]#`cop-skin-tone-5`#
-emoji:cop-skin-tone-6[2x] [small]#`cop-skin-tone-6`#
-emoji:cop[2x] [small]#`cop`#
-emoji:bride_with_veil-skin-tone-2[2x] [small]#`bride_with_veil-skin-tone-2`#
-emoji:bride_with_veil-skin-tone-3[2x] [small]#`bride_with_veil-skin-tone-3`#
-emoji:bride_with_veil-skin-tone-4[2x] [small]#`bride_with_veil-skin-tone-4`#
-emoji:bride_with_veil-skin-tone-5[2x] [small]#`bride_with_veil-skin-tone-5`#
-emoji:bride_with_veil-skin-tone-6[2x] [small]#`bride_with_veil-skin-tone-6`#
-emoji:bride_with_veil[2x] [small]#`bride_with_veil`#
-emoji:person_with_blond_hair-skin-tone-2[2x] [small]#`person_with_blond_hair-skin-tone-2`#
-emoji:person_with_blond_hair-skin-tone-3[2x] [small]#`person_with_blond_hair-skin-tone-3`#
-emoji:person_with_blond_hair-skin-tone-4[2x] [small]#`person_with_blond_hair-skin-tone-4`#
-emoji:person_with_blond_hair-skin-tone-5[2x] [small]#`person_with_blond_hair-skin-tone-5`#
-emoji:person_with_blond_hair-skin-tone-6[2x] [small]#`person_with_blond_hair-skin-tone-6`#
-emoji:person_with_blond_hair[2x] [small]#`person_with_blond_hair`#
-emoji:man_with_gua_pi_mao-skin-tone-2[2x] [small]#`man_with_gua_pi_mao-skin-tone-2`#
-emoji:man_with_gua_pi_mao-skin-tone-3[2x] [small]#`man_with_gua_pi_mao-skin-tone-3`#
-emoji:man_with_gua_pi_mao-skin-tone-4[2x] [small]#`man_with_gua_pi_mao-skin-tone-4`#
-emoji:man_with_gua_pi_mao-skin-tone-5[2x] [small]#`man_with_gua_pi_mao-skin-tone-5`#
-emoji:man_with_gua_pi_mao-skin-tone-6[2x] [small]#`man_with_gua_pi_mao-skin-tone-6`#
-emoji:man_with_gua_pi_mao[2x] [small]#`man_with_gua_pi_mao`#
-emoji:man_with_turban-skin-tone-2[2x] [small]#`man_with_turban-skin-tone-2`#
-emoji:man_with_turban-skin-tone-3[2x] [small]#`man_with_turban-skin-tone-3`#
-emoji:man_with_turban-skin-tone-4[2x] [small]#`man_with_turban-skin-tone-4`#
-emoji:man_with_turban-skin-tone-5[2x] [small]#`man_with_turban-skin-tone-5`#
-emoji:man_with_turban-skin-tone-6[2x] [small]#`man_with_turban-skin-tone-6`#
-emoji:man_with_turban[2x] [small]#`man_with_turban`#
-emoji:older_man-skin-tone-2[2x] [small]#`older_man-skin-tone-2`#
-emoji:older_man-skin-tone-3[2x] [small]#`older_man-skin-tone-3`#
-emoji:older_man-skin-tone-4[2x] [small]#`older_man-skin-tone-4`#
-emoji:older_man-skin-tone-5[2x] [small]#`older_man-skin-tone-5`#
-emoji:older_man-skin-tone-6[2x] [small]#`older_man-skin-tone-6`#
-emoji:older_man[2x] [small]#`older_man`#
-emoji:older_woman-skin-tone-2[2x] [small]#`older_woman-skin-tone-2`#
-emoji:older_woman-skin-tone-3[2x] [small]#`older_woman-skin-tone-3`#
-emoji:older_woman-skin-tone-4[2x] [small]#`older_woman-skin-tone-4`#
-emoji:older_woman-skin-tone-5[2x] [small]#`older_woman-skin-tone-5`#
-emoji:older_woman-skin-tone-6[2x] [small]#`older_woman-skin-tone-6`#
-emoji:older_woman[2x] [small]#`older_woman`#
-emoji:baby-skin-tone-2[2x] [small]#`baby-skin-tone-2`#
-emoji:baby-skin-tone-3[2x] [small]#`baby-skin-tone-3`#
-emoji:baby-skin-tone-4[2x] [small]#`baby-skin-tone-4`#
-emoji:baby-skin-tone-5[2x] [small]#`baby-skin-tone-5`#
-emoji:baby-skin-tone-6[2x] [small]#`baby-skin-tone-6`#
-emoji:baby[2x] [small]#`baby`#
-emoji:construction_worker-skin-tone-2[2x] [small]#`construction_worker-skin-tone-2`#
-emoji:construction_worker-skin-tone-3[2x] [small]#`construction_worker-skin-tone-3`#
-emoji:construction_worker-skin-tone-4[2x] [small]#`construction_worker-skin-tone-4`#
-emoji:construction_worker-skin-tone-5[2x] [small]#`construction_worker-skin-tone-5`#
-emoji:construction_worker-skin-tone-6[2x] [small]#`construction_worker-skin-tone-6`#
-emoji:construction_worker[2x] [small]#`construction_worker`#
-emoji:princess-skin-tone-2[2x] [small]#`princess-skin-tone-2`#
-emoji:princess-skin-tone-3[2x] [small]#`princess-skin-tone-3`#
-emoji:princess-skin-tone-4[2x] [small]#`princess-skin-tone-4`#
-emoji:princess-skin-tone-5[2x] [small]#`princess-skin-tone-5`#
-emoji:princess-skin-tone-6[2x] [small]#`princess-skin-tone-6`#
-emoji:princess[2x] [small]#`princess`#
-emoji:angel-skin-tone-2[2x] [small]#`angel-skin-tone-2`#
-emoji:angel-skin-tone-3[2x] [small]#`angel-skin-tone-3`#
-emoji:angel-skin-tone-4[2x] [small]#`angel-skin-tone-4`#
-emoji:angel-skin-tone-5[2x] [small]#`angel-skin-tone-5`#
-emoji:angel-skin-tone-6[2x] [small]#`angel-skin-tone-6`#
-
-a| emoji:angel[2x] [small]#`angel`#
-emoji:information_desk_person-skin-tone-2[2x] [small]#`information_desk_person-skin-tone-2`#
-emoji:information_desk_person-skin-tone-3[2x] [small]#`information_desk_person-skin-tone-3`#
-emoji:information_desk_person-skin-tone-4[2x] [small]#`information_desk_person-skin-tone-4`#
-emoji:information_desk_person-skin-tone-5[2x] [small]#`information_desk_person-skin-tone-5`#
-emoji:information_desk_person-skin-tone-6[2x] [small]#`information_desk_person-skin-tone-6`#
-emoji:information_desk_person[2x] [small]#`information_desk_person`#
-emoji:guardsman-skin-tone-2[2x] [small]#`guardsman-skin-tone-2`#
-emoji:guardsman-skin-tone-3[2x] [small]#`guardsman-skin-tone-3`#
-emoji:guardsman-skin-tone-4[2x] [small]#`guardsman-skin-tone-4`#
-emoji:guardsman-skin-tone-5[2x] [small]#`guardsman-skin-tone-5`#
-emoji:guardsman-skin-tone-6[2x] [small]#`guardsman-skin-tone-6`#
-emoji:guardsman[2x] [small]#`guardsman`#
-emoji:dancer-skin-tone-2[2x] [small]#`dancer-skin-tone-2`#
-emoji:dancer-skin-tone-3[2x] [small]#`dancer-skin-tone-3`#
-emoji:dancer-skin-tone-4[2x] [small]#`dancer-skin-tone-4`#
-emoji:dancer-skin-tone-5[2x] [small]#`dancer-skin-tone-5`#
-emoji:dancer-skin-tone-6[2x] [small]#`dancer-skin-tone-6`#
-emoji:dancer[2x] [small]#`dancer`#
-emoji:nail_care-skin-tone-2[2x] [small]#`nail_care-skin-tone-2`#
-emoji:nail_care-skin-tone-3[2x] [small]#`nail_care-skin-tone-3`#
-emoji:nail_care-skin-tone-4[2x] [small]#`nail_care-skin-tone-4`#
-emoji:nail_care-skin-tone-5[2x] [small]#`nail_care-skin-tone-5`#
-emoji:nail_care-skin-tone-6[2x] [small]#`nail_care-skin-tone-6`#
-emoji:nail_care[2x] [small]#`nail_care`#
-emoji:massage-skin-tone-2[2x] [small]#`massage-skin-tone-2`#
-emoji:massage-skin-tone-3[2x] [small]#`massage-skin-tone-3`#
-emoji:massage-skin-tone-4[2x] [small]#`massage-skin-tone-4`#
-emoji:massage-skin-tone-5[2x] [small]#`massage-skin-tone-5`#
-emoji:massage-skin-tone-6[2x] [small]#`massage-skin-tone-6`#
-emoji:massage[2x] [small]#`massage`#
-emoji:haircut-skin-tone-2[2x] [small]#`haircut-skin-tone-2`#
-emoji:haircut-skin-tone-3[2x] [small]#`haircut-skin-tone-3`#
-emoji:haircut-skin-tone-4[2x] [small]#`haircut-skin-tone-4`#
-emoji:haircut-skin-tone-5[2x] [small]#`haircut-skin-tone-5`#
-emoji:haircut-skin-tone-6[2x] [small]#`haircut-skin-tone-6`#
-emoji:haircut[2x] [small]#`haircut`#
-emoji:santa-skin-tone-2[2x] [small]#`santa-skin-tone-2`#
-emoji:santa-skin-tone-3[2x] [small]#`santa-skin-tone-3`#
-emoji:santa-skin-tone-4[2x] [small]#`santa-skin-tone-4`#
-emoji:santa-skin-tone-5[2x] [small]#`santa-skin-tone-5`#
-emoji:santa-skin-tone-6[2x] [small]#`santa-skin-tone-6`#
-emoji:santa[2x] [small]#`santa`#
-emoji:ear-skin-tone-2[2x] [small]#`ear-skin-tone-2`#
-emoji:ear-skin-tone-3[2x] [small]#`ear-skin-tone-3`#
-emoji:ear-skin-tone-4[2x] [small]#`ear-skin-tone-4`#
-emoji:ear-skin-tone-5[2x] [small]#`ear-skin-tone-5`#
-emoji:ear-skin-tone-6[2x] [small]#`ear-skin-tone-6`#
-emoji:ear[2x] [small]#`ear`#
-emoji:nose-skin-tone-2[2x] [small]#`nose-skin-tone-2`#
-emoji:nose-skin-tone-3[2x] [small]#`nose-skin-tone-3`#
-emoji:nose-skin-tone-4[2x] [small]#`nose-skin-tone-4`#
-emoji:nose-skin-tone-5[2x] [small]#`nose-skin-tone-5`#
-emoji:nose-skin-tone-6[2x] [small]#`nose-skin-tone-6`#
-emoji:nose[2x] [small]#`nose`#
-emoji:raised_hands-skin-tone-2[2x] [small]#`raised_hands-skin-tone-2`#
-emoji:raised_hands-skin-tone-3[2x] [small]#`raised_hands-skin-tone-3`#
-emoji:raised_hands-skin-tone-4[2x] [small]#`raised_hands-skin-tone-4`#
-emoji:raised_hands-skin-tone-5[2x] [small]#`raised_hands-skin-tone-5`#
-emoji:raised_hands-skin-tone-6[2x] [small]#`raised_hands-skin-tone-6`#
-emoji:raised_hands[2x] [small]#`raised_hands`#
-emoji:pray-skin-tone-2[2x] [small]#`pray-skin-tone-2`#
-emoji:pray-skin-tone-3[2x] [small]#`pray-skin-tone-3`#
-emoji:pray-skin-tone-4[2x] [small]#`pray-skin-tone-4`#
-emoji:pray-skin-tone-5[2x] [small]#`pray-skin-tone-5`#
-emoji:pray-skin-tone-6[2x] [small]#`pray-skin-tone-6`#
-emoji:pray[2x] [small]#`pray`#
-emoji:the_horns-skin-tone-2[2x] [small]#`the_horns-skin-tone-2`#
-emoji:the_horns-skin-tone-3[2x] [small]#`the_horns-skin-tone-3`#
-emoji:the_horns-skin-tone-4[2x] [small]#`the_horns-skin-tone-4`#
-emoji:the_horns-skin-tone-5[2x] [small]#`the_horns-skin-tone-5`#
-emoji:the_horns-skin-tone-6[2x] [small]#`the_horns-skin-tone-6`#
-emoji:the_horns[2x] [small]#`the_horns`#
-emoji:raised_hand_with_fingers_splayed-skin-tone-2[2x] [small]#`raised_hand_with_fingers_splayed-skin-tone-2`#
-emoji:raised_hand_with_fingers_splayed-skin-tone-3[2x] [small]#`raised_hand_with_fingers_splayed-skin-tone-3`#
-emoji:raised_hand_with_fingers_splayed-skin-tone-4[2x] [small]#`raised_hand_with_fingers_splayed-skin-tone-4`#
-emoji:raised_hand_with_fingers_splayed-skin-tone-5[2x] [small]#`raised_hand_with_fingers_splayed-skin-tone-5`#
-emoji:raised_hand_with_fingers_splayed-skin-tone-6[2x] [small]#`raised_hand_with_fingers_splayed-skin-tone-6`#
-emoji:raised_hand_with_fingers_splayed[2x] [small]#`raised_hand_with_fingers_splayed`#
-emoji:middle_finger-skin-tone-2[2x] [small]#`middle_finger-skin-tone-2`#
-emoji:middle_finger-skin-tone-3[2x] [small]#`middle_finger-skin-tone-3`#
-emoji:middle_finger-skin-tone-4[2x] [small]#`middle_finger-skin-tone-4`#
-emoji:middle_finger-skin-tone-5[2x] [small]#`middle_finger-skin-tone-5`#
-emoji:middle_finger-skin-tone-6[2x] [small]#`middle_finger-skin-tone-6`#
-emoji:middle_finger[2x] [small]#`middle_finger`#
-emoji:spock-hand-skin-tone-2[2x] [small]#`spock-hand-skin-tone-2`#
-emoji:spock-hand-skin-tone-3[2x] [small]#`spock-hand-skin-tone-3`#
-emoji:spock-hand-skin-tone-4[2x] [small]#`spock-hand-skin-tone-4`#
-emoji:spock-hand-skin-tone-5[2x] [small]#`spock-hand-skin-tone-5`#
-emoji:spock-hand-skin-tone-6[2x] [small]#`spock-hand-skin-tone-6`#
-emoji:spock-hand[2x] [small]#`spock-hand`#
-emoji:point_up_2-skin-tone-2[2x] [small]#`point_up_2-skin-tone-2`#
-emoji:point_up_2-skin-tone-3[2x] [small]#`point_up_2-skin-tone-3`#
-emoji:point_up_2-skin-tone-4[2x] [small]#`point_up_2-skin-tone-4`#
-emoji:point_up_2-skin-tone-5[2x] [small]#`point_up_2-skin-tone-5`#
-emoji:point_up_2-skin-tone-6[2x] [small]#`point_up_2-skin-tone-6`#
-emoji:point_up_2[2x] [small]#`point_up_2`#
-emoji:point_down-skin-tone-2[2x] [small]#`point_down-skin-tone-2`#
-emoji:point_down-skin-tone-3[2x] [small]#`point_down-skin-tone-3`#
-emoji:point_down-skin-tone-4[2x] [small]#`point_down-skin-tone-4`#
-emoji:point_down-skin-tone-5[2x] [small]#`point_down-skin-tone-5`#
-emoji:point_down-skin-tone-6[2x] [small]#`point_down-skin-tone-6`#
-emoji:point_down[2x] [small]#`point_down`#
-emoji:point_left-skin-tone-2[2x] [small]#`point_left-skin-tone-2`#
-emoji:point_left-skin-tone-3[2x] [small]#`point_left-skin-tone-3`#
-emoji:point_left-skin-tone-4[2x] [small]#`point_left-skin-tone-4`#
-emoji:point_left-skin-tone-5[2x] [small]#`point_left-skin-tone-5`#
-emoji:point_left-skin-tone-6[2x] [small]#`point_left-skin-tone-6`#
-emoji:point_left[2x] [small]#`point_left`#
-emoji:point_right-skin-tone-2[2x] [small]#`point_right-skin-tone-2`#
-emoji:point_right-skin-tone-3[2x] [small]#`point_right-skin-tone-3`#
-emoji:point_right-skin-tone-4[2x] [small]#`point_right-skin-tone-4`#
-emoji:point_right-skin-tone-5[2x] [small]#`point_right-skin-tone-5`#
-emoji:point_right-skin-tone-6[2x] [small]#`point_right-skin-tone-6`#
-emoji:point_right[2x] [small]#`point_right`#
-emoji:facepunch-skin-tone-2[2x] [small]#`facepunch-skin-tone-2`#
-emoji:facepunch-skin-tone-3[2x] [small]#`facepunch-skin-tone-3`#
-emoji:facepunch-skin-tone-4[2x] [small]#`facepunch-skin-tone-4`#
-emoji:facepunch-skin-tone-5[2x] [small]#`facepunch-skin-tone-5`#
-emoji:facepunch-skin-tone-6[2x] [small]#`facepunch-skin-tone-6`#
-emoji:facepunch[2x] [small]#`facepunch`#
-emoji:wave-skin-tone-2[2x] [small]#`wave-skin-tone-2`#
-emoji:wave-skin-tone-3[2x] [small]#`wave-skin-tone-3`#
-emoji:wave-skin-tone-4[2x] [small]#`wave-skin-tone-4`#
-emoji:wave-skin-tone-5[2x] [small]#`wave-skin-tone-5`#
-emoji:wave-skin-tone-6[2x] [small]#`wave-skin-tone-6`#
-emoji:wave[2x] [small]#`wave`#
-emoji:ok_hand-skin-tone-2[2x] [small]#`ok_hand-skin-tone-2`#
-emoji:ok_hand-skin-tone-3[2x] [small]#`ok_hand-skin-tone-3`#
-emoji:ok_hand-skin-tone-4[2x] [small]#`ok_hand-skin-tone-4`#
-emoji:ok_hand-skin-tone-5[2x] [small]#`ok_hand-skin-tone-5`#
-emoji:ok_hand-skin-tone-6[2x] [small]#`ok_hand-skin-tone-6`#
-emoji:ok_hand[2x] [small]#`ok_hand`#
-emoji:+1-skin-tone-2[2x] [small]#`+1-skin-tone-2`#
-emoji:+1-skin-tone-3[2x] [small]#`+1-skin-tone-3`#
-emoji:+1-skin-tone-4[2x] [small]#`+1-skin-tone-4`#
-emoji:+1-skin-tone-5[2x] [small]#`+1-skin-tone-5`#
-emoji:+1-skin-tone-6[2x] [small]#`+1-skin-tone-6`#
-emoji:+1[2x] [small]#`+1`#
-emoji:-1-skin-tone-2[2x] [small]#`-1-skin-tone-2`#
-emoji:-1-skin-tone-3[2x] [small]#`-1-skin-tone-3`#
-emoji:-1-skin-tone-4[2x] [small]#`-1-skin-tone-4`#
-emoji:-1-skin-tone-5[2x] [small]#`-1-skin-tone-5`#
-emoji:-1-skin-tone-6[2x] [small]#`-1-skin-tone-6`#
-emoji:-1[2x] [small]#`-1`#
-emoji:clap-skin-tone-2[2x] [small]#`clap-skin-tone-2`#
-emoji:clap-skin-tone-3[2x] [small]#`clap-skin-tone-3`#
-emoji:clap-skin-tone-4[2x] [small]#`clap-skin-tone-4`#
-emoji:clap-skin-tone-5[2x] [small]#`clap-skin-tone-5`#
-emoji:clap-skin-tone-6[2x] [small]#`clap-skin-tone-6`#
-emoji:clap[2x] [small]#`clap`#
-emoji:open_hands-skin-tone-2[2x] [small]#`open_hands-skin-tone-2`#
-emoji:open_hands-skin-tone-3[2x] [small]#`open_hands-skin-tone-3`#
-emoji:open_hands-skin-tone-4[2x] [small]#`open_hands-skin-tone-4`#
-emoji:open_hands-skin-tone-5[2x] [small]#`open_hands-skin-tone-5`#
-emoji:open_hands-skin-tone-6[2x] [small]#`open_hands-skin-tone-6`#
-emoji:open_hands[2x] [small]#`open_hands`#
-emoji:point_up-skin-tone-2[2x] [small]#`point_up-skin-tone-2`#
-emoji:point_up-skin-tone-3[2x] [small]#`point_up-skin-tone-3`#
-emoji:point_up-skin-tone-4[2x] [small]#`point_up-skin-tone-4`#
-emoji:point_up-skin-tone-5[2x] [small]#`point_up-skin-tone-5`#
-emoji:point_up-skin-tone-6[2x] [small]#`point_up-skin-tone-6`#
-emoji:point_up[2x] [small]#`point_up`#
-emoji:fist-skin-tone-2[2x] [small]#`fist-skin-tone-2`#
-emoji:fist-skin-tone-3[2x] [small]#`fist-skin-tone-3`#
-emoji:fist-skin-tone-4[2x] [small]#`fist-skin-tone-4`#
-emoji:fist-skin-tone-5[2x] [small]#`fist-skin-tone-5`#
-emoji:fist-skin-tone-6[2x] [small]#`fist-skin-tone-6`#
-emoji:fist[2x] [small]#`fist`#
-emoji:hand-skin-tone-2[2x] [small]#`hand-skin-tone-2`#
-emoji:hand-skin-tone-3[2x] [small]#`hand-skin-tone-3`#
-emoji:hand-skin-tone-4[2x] [small]#`hand-skin-tone-4`#
-emoji:hand-skin-tone-5[2x] [small]#`hand-skin-tone-5`#
-emoji:hand-skin-tone-6[2x] [small]#`hand-skin-tone-6`#
-emoji:hand[2x] [small]#`hand`#
-emoji:victory_hand-skin-tone-2[2x] [small]#`victory_hand-skin-tone-2`#
-emoji:victory_hand-skin-tone-3[2x] [small]#`victory_hand-skin-tone-3`#
-emoji:victory_hand-skin-tone-4[2x] [small]#`victory_hand-skin-tone-4`#
-emoji:victory_hand-skin-tone-5[2x] [small]#`victory_hand-skin-tone-5`#
-emoji:victory_hand-skin-tone-6[2x] [small]#`victory_hand-skin-tone-6`#
-emoji:victory_hand[2x] [small]#`victory_hand`#
-emoji:writing_hand-skin-tone-2[2x] [small]#`writing_hand-skin-tone-2`#
-emoji:writing_hand-skin-tone-3[2x] [small]#`writing_hand-skin-tone-3`#
-emoji:writing_hand-skin-tone-4[2x] [small]#`writing_hand-skin-tone-4`#
-emoji:writing_hand-skin-tone-5[2x] [small]#`writing_hand-skin-tone-5`#
-emoji:writing_hand-skin-tone-6[2x] [small]#`writing_hand-skin-tone-6`#
-emoji:writing_hand[2x] [small]#`writing_hand`#
-emoji:bust_in_silhouette[2x] [small]#`bust_in_silhouette`#
-emoji:busts_in_silhouette[2x] [small]#`busts_in_silhouette`#
-emoji:dancers[2x] [small]#`dancers`#
-emoji:man_in_business_suit_levitating[2x] [small]#`man_in_business_suit_levitating`#
-emoji:man-woman-boy[2x] [small]#`man-woman-boy`#
-emoji:man-woman-boy-boy[2x] [small]#`man-woman-boy-boy`#
-emoji:man-woman-girl[2x] [small]#`man-woman-girl`#
-emoji:man-woman-girl-boy[2x] [small]#`man-woman-girl-boy`#
-emoji:man-woman-girl-girl[2x] [small]#`man-woman-girl-girl`#
-emoji:woman-heart-man[2x] [small]#`woman-heart-man`#
-emoji:woman-kiss-man[2x] [small]#`woman-kiss-man`#
-emoji:family[2x] [small]#`family`#
-emoji:couple[2x] [small]#`couple`#
-emoji:japanese_ogre[2x] [small]#`japanese_ogre`#
-emoji:japanese_goblin[2x] [small]#`japanese_goblin`#
-emoji:ghost[2x] [small]#`ghost`#
-emoji:alien[2x] [small]#`alien`#
-emoji:space_invader[2x] [small]#`space_invader`#
-emoji:imp[2x] [small]#`imp`#
-emoji:skull[2x] [small]#`skull`#
-emoji:eyes[2x] [small]#`eyes`#
-emoji:eye[2x] [small]#`eye`#
-emoji:lips[2x] [small]#`lips`#
-emoji:tongue[2x] [small]#`tongue`#
-emoji:skin-tone-2[2x] [small]#`skin-tone-2`#
-emoji:skin-tone-3[2x] [small]#`skin-tone-3`#
-emoji:skin-tone-4[2x] [small]#`skin-tone-4`#
-emoji:skin-tone-5[2x] [small]#`skin-tone-5`#
-emoji:skin-tone-6[2x] [small]#`skin-tone-6`#
-
-|===
-
-=== Animals & Nature
-
-[cols="10,40,10,40", header=true]
-|===
-
-a| Emoji
-a| Code
-a| Emoji
-a| Code
-
-a| emoji:partly_sunny[2x] a| [small]#`partly_sunny`#
-a| emoji:thunder_cloud_and_rain[2x] a| [small]#`thunder_cloud_and_rain`#
-
-a| emoji:sunny[2x] a| [small]#`sunny`#
-a| emoji:cloud[2x] a| [small]#`cloud`#
-
-a| emoji:cyclone[2x] a| [small]#`cyclone`#
-a| emoji:foggy[2x] a| [small]#`foggy`#
-
-a| emoji:closed_umbrella[2x] a| [small]#`closed_umbrella`#
-a| emoji:night_with_stars[2x] a| [small]#`night_with_stars`#
-
-a| emoji:sunrise_over_mountains[2x] a| [small]#`sunrise_over_mountains`#
-a| emoji:sunrise[2x] a| [small]#`sunrise`#
-
-a| emoji:city_sunset[2x] a| [small]#`city_sunset`#
-a| emoji:city_sunrise[2x] a| [small]#`city_sunrise`#
-
-a| emoji:rainbow[2x] a| [small]#`rainbow`#
-a| emoji:bridge_at_night[2x] a| [small]#`bridge_at_night`#
-
-a| emoji:ocean[2x] a| [small]#`ocean`#
-a| emoji:volcano[2x] a| [small]#`volcano`#
-
-a| emoji:milky_way[2x] a| [small]#`milky_way`#
-a| emoji:earth_africa[2x] a| [small]#`earth_africa`#
-
-a| emoji:earth_americas[2x] a| [small]#`earth_americas`#
-a| emoji:earth_asia[2x] a| [small]#`earth_asia`#
-
-a| emoji:globe_with_meridians[2x] a| [small]#`globe_with_meridians`#
-a| emoji:new_moon[2x] a| [small]#`new_moon`#
-
-a| emoji:waxing_crescent_moon[2x] a| [small]#`waxing_crescent_moon`#
-a| emoji:first_quarter_moon[2x] a| [small]#`first_quarter_moon`#
-
-a| emoji:waxing_gibbous_moon[2x] a| [small]#`waxing_gibbous_moon`#
-a| emoji:full_moon[2x] a| [small]#`full_moon`#
-
-a| emoji:waning_gibbous_moon[2x] a| [small]#`waning_gibbous_moon`#
-a| emoji:last_quarter_moon[2x] a| [small]#`last_quarter_moon`#
-
-a| emoji:waning_crescent_moon[2x] a| [small]#`waning_crescent_moon`#
-a| emoji:crescent_moon[2x] a| [small]#`crescent_moon`#
-
-a| emoji:new_moon_with_face[2x] a| [small]#`new_moon_with_face`#
-a| emoji:first_quarter_moon_with_face[2x] a| [small]#`first_quarter_moon_with_face`#
-
-a| emoji:last_quarter_moon_with_face[2x] a| [small]#`last_quarter_moon_with_face`#
-a| emoji:full_moon_with_face[2x] a| [small]#`full_moon_with_face`#
-
-a| emoji:sun_with_face[2x] a| [small]#`sun_with_face`#
-a| emoji:star2[2x] a| [small]#`star2`#
-
-a| emoji:stars[2x] a| [small]#`stars`#
-a| emoji:thermometer[2x] a| [small]#`thermometer`#
-
-a| emoji:mostly_sunny[2x] a| [small]#`mostly_sunny`#
-a| emoji:barely_sunny[2x] a| [small]#`barely_sunny`#
-
-a| emoji:partly_sunny_rain[2x] a| [small]#`partly_sunny_rain`#
-a| emoji:rain_cloud[2x] a| [small]#`rain_cloud`#
-
-a| emoji:snow_cloud[2x] a| [small]#`snow_cloud`#
-a| emoji:lightning[2x] a| [small]#`lightning`#
-
-a| emoji:tornado[2x] a| [small]#`tornado`#
-a| emoji:fog[2x] a| [small]#`fog`#
-
-a| emoji:wind_blowing_face[2x] a| [small]#`wind_blowing_face`#
-a| emoji:seedling[2x] a| [small]#`seedling`#
-
-a| emoji:evergreen_tree[2x] a| [small]#`evergreen_tree`#
-a| emoji:deciduous_tree[2x] a| [small]#`deciduous_tree`#
-
-a| emoji:palm_tree[2x] a| [small]#`palm_tree`#
-a| emoji:cactus[2x] a| [small]#`cactus`#
-
-a| emoji:hot_pepper[2x] a| [small]#`hot_pepper`#
-a| emoji:tulip[2x] a| [small]#`tulip`#
-
-a| emoji:cherry_blossom[2x] a| [small]#`cherry_blossom`#
-a| emoji:rose[2x] a| [small]#`rose`#
-
-a| emoji:hibiscus[2x] a| [small]#`hibiscus`#
-a| emoji:sunflower[2x] a| [small]#`sunflower`#
-
-a| emoji:blossom[2x] a| [small]#`blossom`#
-a| emoji:corn[2x] a| [small]#`corn`#
-
-a| emoji:ear_of_rice[2x] a| [small]#`ear_of_rice`#
-a| emoji:herb[2x] a| [small]#`herb`#
-
-a| emoji:four_leaf_clover[2x] a| [small]#`four_leaf_clover`#
-a| emoji:maple_leaf[2x] a| [small]#`maple_leaf`#
-
-a| emoji:fallen_leaf[2x] a| [small]#`fallen_leaf`#
-a| emoji:leaves[2x] a| [small]#`leaves`#
-
-a| emoji:mushroom[2x] a| [small]#`mushroom`#
-a| emoji:tomato[2x] a| [small]#`tomato`#
-
-a| emoji:eggplant[2x] a| [small]#`eggplant`#
-a| emoji:grapes[2x] a| [small]#`grapes`#
-
-a| emoji:melon[2x] a| [small]#`melon`#
-a| emoji:watermelon[2x] a| [small]#`watermelon`#
-
-a| emoji:tangerine[2x] a| [small]#`tangerine`#
-a| emoji:lemon[2x] a| [small]#`lemon`#
-
-a| emoji:banana[2x] a| [small]#`banana`#
-a| emoji:pineapple[2x] a| [small]#`pineapple`#
-
-a| emoji:apple[2x] a| [small]#`apple`#
-a| emoji:green_apple[2x] a| [small]#`green_apple`#
-
-a| emoji:pear[2x] a| [small]#`pear`#
-a| emoji:peach[2x] a| [small]#`peach`#
-
-a| emoji:cherries[2x] a| [small]#`cherries`#
-a| emoji:strawberry[2x] a| [small]#`strawberry`#
-
-a| emoji:rat[2x] a| [small]#`rat`#
-a| emoji:mouse2[2x] a| [small]#`mouse2`#
-
-a| emoji:ox[2x] a| [small]#`ox`#
-a| emoji:water_buffalo[2x] a| [small]#`water_buffalo`#
-
-a| emoji:cow2[2x] a| [small]#`cow2`#
-a| emoji:tiger2[2x] a| [small]#`tiger2`#
-
-a| emoji:leopard[2x] a| [small]#`leopard`#
-a| emoji:rabbit2[2x] a| [small]#`rabbit2`#
-
-a| emoji:cat2[2x] a| [small]#`cat2`#
-a| emoji:dragon[2x] a| [small]#`dragon`#
-
-a| emoji:crocodile[2x] a| [small]#`crocodile`#
-a| emoji:whale2[2x] a| [small]#`whale2`#
-
-a| emoji:snail[2x] a| [small]#`snail`#
-a| emoji:snake[2x] a| [small]#`snake`#
-
-a| emoji:racehorse[2x] a| [small]#`racehorse`#
-a| emoji:ram[2x] a| [small]#`ram`#
-
-a| emoji:goat[2x] a| [small]#`goat`#
-a| emoji:sheep[2x] a| [small]#`sheep`#
-
-a| emoji:monkey[2x] a| [small]#`monkey`#
-a| emoji:rooster[2x] a| [small]#`rooster`#
-
-a| emoji:chicken[2x] a| [small]#`chicken`#
-a| emoji:dog2[2x] a| [small]#`dog2`#
-
-a| emoji:pig2[2x] a| [small]#`pig2`#
-a| emoji:boar[2x] a| [small]#`boar`#
-
-a| emoji:elephant[2x] a| [small]#`elephant`#
-a| emoji:octopus[2x] a| [small]#`octopus`#
-
-a| emoji:shell[2x] a| [small]#`shell`#
-a| emoji:bug[2x] a| [small]#`bug`#
-
-a| emoji:ant[2x] a| [small]#`ant`#
-a| emoji:bee[2x] a| [small]#`bee`#
-
-a| emoji:beetle[2x] a| [small]#`beetle`#
-a| emoji:fish[2x] a| [small]#`fish`#
-
-a| emoji:tropical_fish[2x] a| [small]#`tropical_fish`#
-a| emoji:blowfish[2x] a| [small]#`blowfish`#
-
-a| emoji:turtle[2x] a| [small]#`turtle`#
-a| emoji:hatching_chick[2x] a| [small]#`hatching_chick`#
-
-a| emoji:baby_chick[2x] a| [small]#`baby_chick`#
-a| emoji:hatched_chick[2x] a| [small]#`hatched_chick`#
-
-a| emoji:bird[2x] a| [small]#`bird`#
-a| emoji:penguin[2x] a| [small]#`penguin`#
-
-a| emoji:koala[2x] a| [small]#`koala`#
-a| emoji:poodle[2x] a| [small]#`poodle`#
-
-a| emoji:dromedary_camel[2x] a| [small]#`dromedary_camel`#
-a| emoji:camel[2x] a| [small]#`camel`#
-
-a| emoji:dolphin[2x] a| [small]#`dolphin`#
-a| emoji:mouse[2x] a| [small]#`mouse`#
-
-a| emoji:cow[2x] a| [small]#`cow`#
-a| emoji:tiger[2x] a| [small]#`tiger`#
-
-a| emoji:rabbit[2x] a| [small]#`rabbit`#
-a| emoji:cat[2x] a| [small]#`cat`#
-
-a| emoji:dragon_face[2x] a| [small]#`dragon_face`#
-a| emoji:whale[2x] a| [small]#`whale`#
-
-a| emoji:horse[2x] a| [small]#`horse`#
-a| emoji:monkey_face[2x] a| [small]#`monkey_face`#
-
-a| emoji:dog[2x] a| [small]#`dog`#
-a| emoji:pig[2x] a| [small]#`pig`#
-
-a| emoji:frog[2x] a| [small]#`frog`#
-a| emoji:hamster[2x] a| [small]#`hamster`#
-
-a| emoji:wolf[2x] a| [small]#`wolf`#
-a| emoji:bear[2x] a| [small]#`bear`#
-
-a| emoji:panda_face[2x] a| [small]#`panda_face`#
-a| emoji:pig_nose[2x] a| [small]#`pig_nose`#
-
-a| emoji:feet[2x] a| [small]#`feet`#
-a| emoji:chipmunk[2x] a| [small]#`chipmunk`#
-
-a| emoji:crab[2x] a| [small]#`crab`#
-a| emoji:lion_face[2x] a| [small]#`lion_face`#
-
-a| emoji:scorpion[2x] a| [small]#`scorpion`#
-a| emoji:turkey[2x] a| [small]#`turkey`#
-
-a| emoji:unicorn_face[2x] a| [small]#`unicorn_face`#
-a| a|
-
-|===
-
-
-=== Food & Drink
-
-[cols="10,40,10,40", header=true]
-|===
-
-a| Emoji
-a| Code
-a| Emoji
-a| Code
-
-a| emoji:coffee[2x] a| [small]#`coffee`#
-a| emoji:cheese_wedge[2x] a| [small]#`cheese_wedge`#
-
-a| emoji:hotdog[2x] a| [small]#`hotdog`#
-a| emoji:taco[2x] a| [small]#`taco`#
-
-a| emoji:burrito[2x] a| [small]#`burrito`#
-a| emoji:chestnut[2x] a| [small]#`chestnut`#
-
-a| emoji:hamburger[2x] a| [small]#`hamburger`#
-a| emoji:pizza[2x] a| [small]#`pizza`#
-
-a| emoji:meat_on_bone[2x] a| [small]#`meat_on_bone`#
-a| emoji:poultry_leg[2x] a| [small]#`poultry_leg`#
-
-a| emoji:rice_cracker[2x] a| [small]#`rice_cracker`#
-a| emoji:rice_ball[2x] a| [small]#`rice_ball`#
-
-a| emoji:rice[2x] a| [small]#`rice`#
-a| emoji:curry[2x] a| [small]#`curry`#
-
-a| emoji:ramen[2x] a| [small]#`ramen`#
-a| emoji:spaghetti[2x] a| [small]#`spaghetti`#
-
-a| emoji:bread[2x] a| [small]#`bread`#
-a| emoji:fries[2x] a| [small]#`fries`#
-
-a| emoji:sweet_potato[2x] a| [small]#`sweet_potato`#
-a| emoji:dango[2x] a| [small]#`dango`#
-
-a| emoji:oden[2x] a| [small]#`oden`#
-a| emoji:sushi[2x] a| [small]#`sushi`#
-
-a| emoji:fried_shrimp[2x] a| [small]#`fried_shrimp`#
-a| emoji:fish_cake[2x] a| [small]#`fish_cake`#
-
-a| emoji:icecream[2x] a| [small]#`icecream`#
-a| emoji:shaved_ice[2x] a| [small]#`shaved_ice`#
-
-a| emoji:ice_cream[2x] a| [small]#`ice_cream`#
-a| emoji:doughnut[2x] a| [small]#`doughnut`#
-
-a| emoji:cookie[2x] a| [small]#`cookie`#
-a| emoji:chocolate_bar[2x] a| [small]#`chocolate_bar`#
-
-a| emoji:candy[2x] a| [small]#`candy`#
-a| emoji:lollipop[2x] a| [small]#`lollipop`#
-
-a| emoji:custard[2x] a| [small]#`custard`#
-a| emoji:honey_pot[2x] a| [small]#`honey_pot`#
-
-a| emoji:cake[2x] a| [small]#`cake`#
-a| emoji:bento[2x] a| [small]#`bento`#
-
-a| emoji:stew[2x] a| [small]#`stew`#
-a| emoji:egg[2x] a| [small]#`egg`#
-
-a| emoji:fork_and_knife[2x] a| [small]#`fork_and_knife`#
-a| emoji:tea[2x] a| [small]#`tea`#
-
-a| emoji:sake[2x] a| [small]#`sake`#
-a| emoji:wine_glass[2x] a| [small]#`wine_glass`#
-
-a| emoji:cocktail[2x] a| [small]#`cocktail`#
-a| emoji:tropical_drink[2x] a| [small]#`tropical_drink`#
-
-a| emoji:beer[2x] a| [small]#`beer`#
-a| emoji:beers[2x] a| [small]#`beers`#
-
-a| emoji:baby_bottle[2x] a| [small]#`baby_bottle`#
-a| emoji:knife_fork_plate[2x] a| [small]#`knife_fork_plate`#
-
-a| emoji:champagne[2x] a| [small]#`champagne`#
-a| emoji:popcorn[2x] a| [small]#`popcorn`#
-
-|===
-
-=== Objects
-
-[cols="10,40,10,40", header=true]
-|===
-
-a| Emoji
-a| Code
-a| Emoji
-a| Code
-
-a| emoji:lipstick[2x] a| [small]#`lipstick`#
-a| emoji:pencil2[2x] a| [small]#`pencil2`#
-
-a| emoji:black_nib[2x] a| [small]#`black_nib`#
-a| emoji:tent[2x] a| [small]#`tent`#
-
-a| emoji:fuelpump[2x] a| [small]#`fuelpump`#
-a| emoji:scissors[2x] a| [small]#`scissors`#
-
-a| emoji:umbrella_on_ground[2x] a| [small]#`umbrella_on_ground`#
-a| emoji:fountain[2x] a| [small]#`fountain`#
-
-a| emoji:pick[2x] a| [small]#`pick`#
-a| emoji:helmet_with_white_cross[2x] a| [small]#`helmet_with_white_cross`#
-
-a| emoji:chains[2x] a| [small]#`chains`#
-a| emoji:coffin[2x] a| [small]#`coffin`#
-
-a| emoji:funeral_urn[2x] a| [small]#`funeral_urn`#
-a| emoji:soccer[2x] a| [small]#`soccer`#
-
-a| emoji:baseball[2x] a| [small]#`baseball`#
-a| emoji:shamrock[2x] a| [small]#`shamrock`#
-
-a| emoji:umbrella[2x] a| [small]#`umbrella`#
-a| emoji:snowman[2x] a| [small]#`snowman`#
-
-a| emoji:showman[2x] a| [small]#`showman`#
-a| emoji:comet[2x] a| [small]#`comet`#
-
-a| emoji:phone[2x] a| [small]#`phone`#
-a| emoji:ballot_box_with_check[2x] a| [small]#`ballot_box_with_check`#
-
-a| emoji:ballot_box_with_ballot[2x] a| [small]#`ballot_box_with_ballot`#
-a| emoji:umbrella_with_rain_drops[2x] a| [small]#`umbrella_with_rain_drops`#
-
-a| emoji:wastebasket[2x] a| [small]#`wastebasket`#
-a| emoji:spiral_note_pad[2x] a| [small]#`spiral_note_pad`#
-
-a| emoji:spiral_calendar_pad[2x] a| [small]#`spiral_calendar_pad`#
-a| emoji:compression[2x] a| [small]#`compression`#
-
-a| emoji:old_key[2x] a| [small]#`old_key`#
-a| emoji:rolled_up_newspaper[2x] a| [small]#`rolled_up_newspaper`#
-
-a| emoji:dagger_knife[2x] a| [small]#`dagger_knife`#
-a| emoji:dark_sunglasses[2x] a| [small]#`dark_sunglasses`#
-
-a| emoji:spider[2x] a| [small]#`spider`#
-a| emoji:spider_web[2x] a| [small]#`spider_web`#
-
-a| emoji:joystick[2x] a| [small]#`joystick`#
-a| emoji:linked_paperclips[2x] a| [small]#`linked_paperclips`#
-
-a| emoji:lower_left_ballpoint_pen[2x] a| [small]#`lower_left_ballpoint_pen`#
-a| emoji:lower_left_fountain_pen[2x] a| [small]#`lower_left_fountain_pen`#
-
-a| emoji:lower_left_paintbrush[2x] a| [small]#`lower_left_paintbrush`#
-a| emoji:lower_left_crayon[2x] a| [small]#`lower_left_crayon`#
-
-a| emoji:candle[2x] a| [small]#`candle`#
-a| emoji:mantelpiece_clock[2x] a| [small]#`mantelpiece_clock`#
-
-a| emoji:hole[2x] a| [small]#`hole`#
-a| emoji:ribbon[2x] a| [small]#`ribbon`#
-
-a| emoji:gift[2x] a| [small]#`gift`#
-a| emoji:birthday[2x] a| [small]#`birthday`#
-
-a| emoji:jack_o_lantern[2x] a| [small]#`jack_o_lantern`#
-a| emoji:christmas_tree[2x] a| [small]#`christmas_tree`#
-
-a| emoji:fireworks[2x] a| [small]#`fireworks`#
-a| emoji:sparkler[2x] a| [small]#`sparkler`#
-
-a| emoji:balloon[2x] a| [small]#`balloon`#
-a| emoji:tada[2x] a| [small]#`tada`#
-
-a| emoji:confetti_ball[2x] a| [small]#`confetti_ball`#
-a| emoji:tanabata_tree[2x] a| [small]#`tanabata_tree`#
-
-a| emoji:crossed_flags[2x] a| [small]#`crossed_flags`#
-a| emoji:bamboo[2x] a| [small]#`bamboo`#
-
-a| emoji:dolls[2x] a| [small]#`dolls`#
-a| emoji:flags[2x] a| [small]#`flags`#
-
-a| emoji:wind_chime[2x] a| [small]#`wind_chime`#
-a| emoji:rice_scene[2x] a| [small]#`rice_scene`#
-
-a| emoji:school_satchel[2x] a| [small]#`school_satchel`#
-a| emoji:mortar_board[2x] a| [small]#`mortar_board`#
-
-a| emoji:medal[2x] a| [small]#`medal`#
-a| emoji:reminder_ribbon[2x] a| [small]#`reminder_ribbon`#
-
-a| emoji:studio_microphone[2x] a| [small]#`studio_microphone`#
-a| emoji:level_slider[2x] a| [small]#`level_slider`#
-
-a| emoji:control_knobs[2x] a| [small]#`control_knobs`#
-a| emoji:film_frames[2x] a| [small]#`film_frames`#
-
-a| emoji:admission_tickets[2x] a| [small]#`admission_tickets`#
-a| emoji:carousel_horse[2x] a| [small]#`carousel_horse`#
-
-a| emoji:ferris_wheel[2x] a| [small]#`ferris_wheel`#
-a| emoji:roller_coaster[2x] a| [small]#`roller_coaster`#
-
-a| emoji:fishing_pole_and_fish[2x] a| [small]#`fishing_pole_and_fish`#
-a| emoji:microphone[2x] a| [small]#`microphone`#
-
-a| emoji:movie_camera[2x] a| [small]#`movie_camera`#
-a| emoji:cinema[2x] a| [small]#`cinema`#
-
-a| emoji:headphones[2x] a| [small]#`headphones`#
-a| emoji:art[2x] a| [small]#`art`#
-
-a| emoji:tophat[2x] a| [small]#`tophat`#
-a| emoji:circus_tent[2x] a| [small]#`circus_tent`#
-
-a| emoji:ticket[2x] a| [small]#`ticket`#
-a| emoji:clapper[2x] a| [small]#`clapper`#
-
-a| emoji:performing_arts[2x] a| [small]#`performing_arts`#
-a| emoji:video_game[2x] a| [small]#`video_game`#
-
-a| emoji:dart[2x] a| [small]#`dart`#
-a| emoji:slot_machine[2x] a| [small]#`slot_machine`#
-
-a| emoji:8ball[2x] a| [small]#`8ball`#
-a| emoji:game_die[2x] a| [small]#`game_die`#
-
-a| emoji:bowling[2x] a| [small]#`bowling`#
-a| emoji:flower_playing_cards[2x] a| [small]#`flower_playing_cards`#
-
-a| emoji:musical_note[2x] a| [small]#`musical_note`#
-a| emoji:notes[2x] a| [small]#`notes`#
-
-a| emoji:saxophone[2x] a| [small]#`saxophone`#
-a| emoji:guitar[2x] a| [small]#`guitar`#
-
-a| emoji:musical_keyboard[2x] a| [small]#`musical_keyboard`#
-a| emoji:trumpet[2x] a| [small]#`trumpet`#
-
-a| emoji:violin[2x] a| [small]#`violin`#
-a| emoji:musical_score[2x] a| [small]#`musical_score`#
-
-a| emoji:running_shirt_with_sash[2x] a| [small]#`running_shirt_with_sash`#
-a| emoji:waving_white_flag[2x] a| [small]#`waving_white_flag`#
-
-a| emoji:waving_black_flag[2x] a| [small]#`waving_black_flag`#
-a| emoji:rosette[2x] a| [small]#`rosette`#
-
-a| emoji:label[2x] a| [small]#`label`#
-a| emoji:badminton_racquet_and_shuttlecock[2x] a| [small]#`badminton_racquet_and_shuttlecock`#
-
-a| emoji:bow_and_arrow[2x] a| [small]#`bow_and_arrow`#
-a| emoji:amphora[2x] a| [small]#`amphora`#
-
-a| emoji:crown[2x] a| [small]#`crown`#
-a| emoji:womans_hat[2x] a| [small]#`womans_hat`#
-
-a| emoji:eyeglasses[2x] a| [small]#`eyeglasses`#
-a| emoji:necktie[2x] a| [small]#`necktie`#
-
-a| emoji:shirt[2x] a| [small]#`shirt`#
-a| emoji:jeans[2x] a| [small]#`jeans`#
-
-a| emoji:dress[2x] a| [small]#`dress`#
-a| emoji:kimono[2x] a| [small]#`kimono`#
-
-a| emoji:bikini[2x] a| [small]#`bikini`#
-a| emoji:womans_clothes[2x] a| [small]#`womans_clothes`#
-
-a| emoji:purse[2x] a| [small]#`purse`#
-a| emoji:handbag[2x] a| [small]#`handbag`#
-
-a| emoji:pouch[2x] a| [small]#`pouch`#
-a| emoji:mans_shoe[2x] a| [small]#`mans_shoe`#
-
-a| emoji:athletic_shoe[2x] a| [small]#`athletic_shoe`#
-a| emoji:high_heel[2x] a| [small]#`high_heel`#
-
-a| emoji:sandal[2x] a| [small]#`sandal`#
-a| emoji:boot[2x] a| [small]#`boot`#
-
-a| emoji:footprints[2x] a| [small]#`footprints`#
-a| emoji:barber[2x] a| [small]#`barber`#
-
-a| emoji:syringe[2x] a| [small]#`syringe`#
-a| emoji:pill[2x] a| [small]#`pill`#
-
-a| emoji:kiss[2x] a| [small]#`kiss`#
-a| emoji:love_letter[2x] a| [small]#`love_letter`#
-
-a| emoji:ring[2x] a| [small]#`ring`#
-a| emoji:gem[2x] a| [small]#`gem`#
-
-a| emoji:couplekiss[2x] a| [small]#`couplekiss`#
-a| emoji:bouquet[2x] a| [small]#`bouquet`#
-
-a| emoji:couple_with_heart[2x] a| [small]#`couple_with_heart`#
-a| emoji:wedding[2x] a| [small]#`wedding`#
-
-a| emoji:heartbeat[2x] a| [small]#`heartbeat`#
-a| emoji:broken_heart[2x] a| [small]#`broken_heart`#
-
-a| emoji:two_hearts[2x] a| [small]#`two_hearts`#
-a| emoji:sparkling_heart[2x] a| [small]#`sparkling_heart`#
-
-a| emoji:heartpulse[2x] a| [small]#`heartpulse`#
-a| emoji:cupid[2x] a| [small]#`cupid`#
-
-a| emoji:blue_heart[2x] a| [small]#`blue_heart`#
-a| emoji:green_heart[2x] a| [small]#`green_heart`#
-
-a| emoji:yellow_heart[2x] a| [small]#`yellow_heart`#
-a| emoji:purple_heart[2x] a| [small]#`purple_heart`#
-
-a| emoji:gift_heart[2x] a| [small]#`gift_heart`#
-a| emoji:revolving_hearts[2x] a| [small]#`revolving_hearts`#
-
-a| emoji:heart_decoration[2x] a| [small]#`heart_decoration`#
-a| emoji:diamond_shape_with_a_dot_inside[2x] a| [small]#`diamond_shape_with_a_dot_inside`#
-
-a| emoji:bulb[2x] a| [small]#`bulb`#
-a| emoji:anger[2x] a| [small]#`anger`#
-
-a| emoji:bomb[2x] a| [small]#`bomb`#
-a| emoji:zzz[2x] a| [small]#`zzz`#
-
-a| emoji:boom[2x] a| [small]#`boom`#
-a| emoji:sweat_drops[2x] a| [small]#`sweat_drops`#
-
-a| emoji:droplet[2x] a| [small]#`droplet`#
-a| emoji:dash[2x] a| [small]#`dash`#
-
-a| emoji:hankey[2x] a| [small]#`hankey`#
-a| a|
-
-|===
-
-=== Activity
-
-[cols="10,40,10,40", header=true]
-|===
-
-a| Emoji
-a| Code
-a| Emoji
-a| Code
-
-a| emoji:bicyclist-skin-tone-2[2x] a| [small]#`bicyclist-skin-tone-2`#
-a| emoji:bicyclist-skin-tone-3[2x] a| [small]#`bicyclist-skin-tone-3`#
-
-a| emoji:bicyclist-skin-tone-4[2x] a| [small]#`bicyclist-skin-tone-4`#
-a| emoji:bicyclist-skin-tone-5[2x] a| [small]#`bicyclist-skin-tone-5`#
-
-a| emoji:bicyclist-skin-tone-6[2x] a| [small]#`bicyclist-skin-tone-6`#
-a| emoji:bicyclist[2x] a| [small]#`bicyclist`#
-
-a| emoji:mountain_bicyclist-skin-tone-2[2x] a| [small]#`mountain_bicyclist-skin-tone-2`#
-a| emoji:mountain_bicyclist-skin-tone-3[2x] a| [small]#`mountain_bicyclist-skin-tone-3`#
-
-a| emoji:mountain_bicyclist-skin-tone-4[2x] a| [small]#`mountain_bicyclist-skin-tone-4`#
-a| emoji:mountain_bicyclist-skin-tone-5[2x] a| [small]#`mountain_bicyclist-skin-tone-5`#
-
-a| emoji:mountain_bicyclist-skin-tone-6[2x] a| [small]#`mountain_bicyclist-skin-tone-6`#
-a| emoji:mountain_bicyclist[2x] a| [small]#`mountain_bicyclist`#
-
-a| emoji:walking-skin-tone-2[2x] a| [small]#`walking-skin-tone-2`#
-a| emoji:walking-skin-tone-3[2x] a| [small]#`walking-skin-tone-3`#
-
-a| emoji:walking-skin-tone-4[2x] a| [small]#`walking-skin-tone-4`#
-a| emoji:walking-skin-tone-5[2x] a| [small]#`walking-skin-tone-5`#
-
-a| emoji:walking-skin-tone-6[2x] a| [small]#`walking-skin-tone-6`#
-a| emoji:walking[2x] a| [small]#`walking`#
-
-a| emoji:skier[2x] a| [small]#`skier`#
-a| emoji:ice_skate[2x] a| [small]#`ice_skate`#
-
-a| emoji:person_with_ball-skin-tone-2[2x] a| [small]#`person_with_ball-skin-tone-2`#
-a| emoji:person_with_ball-skin-tone-3[2x] a| [small]#`person_with_ball-skin-tone-3`#
-
-a| emoji:person_with_ball-skin-tone-4[2x] a| [small]#`person_with_ball-skin-tone-4`#
-a| emoji:person_with_ball-skin-tone-5[2x] a| [small]#`person_with_ball-skin-tone-5`#
-
-a| emoji:person_with_ball-skin-tone-6[2x] a| [small]#`person_with_ball-skin-tone-6`#
-a| emoji:person_with_ball[2x] a| [small]#`person_with_ball`#
-
-a| emoji:golf[2x] a| [small]#`golf`#
-a| emoji:tennis[2x] a| [small]#`tennis`#
-
-a| emoji:ski[2x] a| [small]#`ski`#
-a| emoji:basketball[2x] a| [small]#`basketball`#
-
-a| emoji:checkered_flag[2x] a| [small]#`checkered_flag`#
-a| emoji:snowboarder-skin-tone-2[2x] a| [small]#`snowboarder-skin-tone-2`#
-
-a| emoji:snowboarder-skin-tone-3[2x] a| [small]#`snowboarder-skin-tone-3`#
-a| emoji:snowboarder-skin-tone-4[2x] a| [small]#`snowboarder-skin-tone-4`#
-
-a| emoji:snowboarder-skin-tone-5[2x] a| [small]#`snowboarder-skin-tone-5`#
-a| emoji:snowboarder-skin-tone-6[2x] a| [small]#`snowboarder-skin-tone-6`#
-
-a| emoji:snowboarder[2x] a| [small]#`snowboarder`#
-a| emoji:runner-skin-tone-2[2x] a| [small]#`runner-skin-tone-2`#
-
-a| emoji:runner-skin-tone-3[2x] a| [small]#`runner-skin-tone-3`#
-a| emoji:runner-skin-tone-4[2x] a| [small]#`runner-skin-tone-4`#
-
-a| emoji:runner-skin-tone-5[2x] a| [small]#`runner-skin-tone-5`#
-a| emoji:runner-skin-tone-6[2x] a| [small]#`runner-skin-tone-6`#
-
-a| emoji:runner[2x] a| [small]#`runner`#
-a| emoji:surfer-skin-tone-2[2x] a| [small]#`surfer-skin-tone-2`#
-
-a| emoji:surfer-skin-tone-3[2x] a| [small]#`surfer-skin-tone-3`#
-a| emoji:surfer-skin-tone-4[2x] a| [small]#`surfer-skin-tone-4`#
-
-a| emoji:surfer-skin-tone-5[2x] a| [small]#`surfer-skin-tone-5`#
-a| emoji:surfer-skin-tone-6[2x] a| [small]#`surfer-skin-tone-6`#
-
-a| emoji:surfer[2x] a| [small]#`surfer`#
-a| emoji:sports_medal[2x] a| [small]#`sports_medal`#
-
-a| emoji:trophy[2x] a| [small]#`trophy`#
-a| emoji:horse_racing-skin-tone-2[2x] a| [small]#`horse_racing-skin-tone-2`#
-
-a| emoji:horse_racing-skin-tone-3[2x] a| [small]#`horse_racing-skin-tone-3`#
-a| emoji:horse_racing-skin-tone-4[2x] a| [small]#`horse_racing-skin-tone-4`#
-
-a| emoji:horse_racing-skin-tone-5[2x] a| [small]#`horse_racing-skin-tone-5`#
-a| emoji:horse_racing-skin-tone-6[2x] a| [small]#`horse_racing-skin-tone-6`#
-
-a| emoji:horse_racing[2x] a| [small]#`horse_racing`#
-a| emoji:football[2x] a| [small]#`football`#
-
-a| emoji:rugby_football[2x] a| [small]#`rugby_football`#
-a| emoji:swimmer-skin-tone-2[2x] a| [small]#`swimmer-skin-tone-2`#
-
-a| emoji:swimmer-skin-tone-3[2x] a| [small]#`swimmer-skin-tone-2`#
-a| emoji:swimmer-skin-tone-4[2x] a| [small]#`swimmer-skin-tone-4`#
-
-a| emoji:swimmer-skin-tone-5[2x] a| [small]#`swimmer-skin-tone-5`#
-a| emoji:swimmer-skin-tone-6[2x] a| [small]#`swimmer-skin-tone-6`#
-
-a| emoji:swimmer[2x] a| [small]#`swimmer`#
-a| emoji:weight_lifter-skin-tone-2[2x] a| [small]#`weight_lifter-skin-tone-2`#
-
-a| emoji:weight_lifter-skin-tone-3[2x] a| [small]#`weight_lifter-skin-tone-3`#
-a| emoji:weight_lifter-skin-tone-4[2x] a| [small]#`weight_lifter-skin-tone-4`#
-
-a| emoji:weight_lifter-skin-tone-5[2x] a| [small]#`weight_lifter-skin-tone-5`#
-a| emoji:weight_lifter-skin-tone-6[2x] a| [small]#`weight_lifter-skin-tone-6`#
-
-a| emoji:weight_lifter[2x] a| [small]#`weight_lifter`#
-a| emoji:golfer[2x] a| [small]#`golfer`#
-
-a| emoji:racing_motorcycle[2x] a| [small]#`racing_motorcycle`#
-a| emoji:racing_car[2x] a| [small]#`racing_car`#
-
-a| emoji:cricket_bat_and_ball[2x] a| [small]#`cricket_bat_and_ball`#
-a| emoji:volleyball[2x] a| [small]#`volleyball`#
-
-a| emoji:field_hockey_stick_and_ball[2x] a| [small]#`field_hockey_stick_and_ball`#
-a| emoji:ice_hockey_stick_and_puck[2x] a| [small]#`ice_hockey_stick_and_puck`#
-
-a| emoji:table_tennis_paddle_and_ball[2x] a| [small]#`table_tennis_paddle_and_ball`#
-a| a|
-
-|===
-
-=== Travel & Places
-
-[cols="10,40,10,40", header=true]
-|===
-
-a| Emoji
-a| Code
-a| Emoji
-a| Code
-
-a| emoji:airplane[2x] a| [small]#`airplane`#
-a| emoji:ferry[2x] a| [small]#`ferry`#
-
-a| emoji:boat[2x] a| [small]#`boat`#
-a| emoji:shinto_shrine[2x] a| [small]#`shinto_shrine`#
-
-a| emoji:church[2x] a| [small]#`church`#
-a| emoji:mountain[2x] a| [small]#`mountain`#
-
-a| emoji:rowboat-skin-tone-2[2x] a| [small]#`rowboat-skin-tone-2`#
-a| emoji:rowboat-skin-tone-3[2x] a| [small]#`rowboat-skin-tone-3`#
-
-a| emoji:rowboat-skin-tone-4[2x] a| [small]#`rowboat-skin-tone-4`#
-a| emoji:rowboat-skin-tone-5[2x] a| [small]#`rowboat-skin-tone-5`#
-
-a| emoji:rowboat-skin-tone-6[2x] a| [small]#`rowboat-skin-tone-6`#
-a| emoji:rowboat[2x] a| [small]#`rowboat`#
-
-a| emoji:speedboat[2x] a| [small]#`speedboat`#
-a| emoji:rocket[2x] a| [small]#`rocket`#
-
-a| emoji:helicopter[2x] a| [small]#`helicopter`#
-a| emoji:steam_locomotive[2x] a| [small]#`steam_locomotive`#
-
-a| emoji:railway_car[2x] a| [small]#`railway_car`#
-a| emoji:bullettrain_side[2x] a| [small]#`bullettrain_side`#
-
-a| emoji:bullettrain_front[2x] a| [small]#`bullettrain_front`#
-a| emoji:train2[2x] a| [small]#`train2`#
-
-a| emoji:metro[2x] a| [small]#`metro`#
-a| emoji:light_rail[2x] a| [small]#`light_rail`#
-
-a| emoji:station[2x] a| [small]#`station`#
-a| emoji:tram[2x] a| [small]#`tram`#
-
-a| emoji:train[2x] a| [small]#`train`#
-a| emoji:bus[2x] a| [small]#`bus`#
-
-a| emoji:oncoming_bus[2x] a| [small]#`oncoming_bus`#
-a| emoji:trolleybus[2x] a| [small]#`trolleybus`#
-
-a| emoji:busstop[2x] a| [small]#`busstop`#
-a| emoji:minibus[2x] a| [small]#`minibus`#
-
-a| emoji:ambulance[2x] a| [small]#`ambulance`#
-a| emoji:fire_engine[2x] a| [small]#`fire_engine`#
-
-a| emoji:police_car[2x] a| [small]#`police_car`#
-a| emoji:oncoming_police_car[2x] a| [small]#`oncoming_police_car`#
-
-a| emoji:taxi[2x] a| [small]#`taxi`#
-a| emoji:oncoming_taxi[2x] a| [small]#`oncoming_taxi`#
-
-a| emoji:car[2x] a| [small]#`car`#
-a| emoji:oncoming_automobile[2x] a| [small]#`oncoming_automobile`#
-
-a| emoji:blue_car[2x] a| [small]#`blue_car`#
-a| emoji:truck[2x] a| [small]#`truck`#
-
-a| emoji:articulated_lorry[2x] a| [small]#`articulated_lorry`#
-a| emoji:tractor[2x] a| [small]#`tractor`#
-
-a| emoji:monorail[2x] a| [small]#`monorail`#
-a| emoji:mountain_railway[2x] a| [small]#`mountain_railway`#
-
-a| emoji:suspension_railway[2x] a| [small]#`suspension_railway`#
-a| emoji:mountain_cableway[2x] a| [small]#`mountain_cableway`#
-
-a| emoji:aerial_tramway[2x] a| [small]#`aerial_tramway`#
-a| emoji:ship[2x] a| [small]#`ship`#
-
-a| emoji:world_map[2x] a| [small]#`world_map`#
-a| emoji:mount_fuji[2x] a| [small]#`mount_fuji`#
-
-a| emoji:tokyo_tower[2x] a| [small]#`tokyo_tower`#
-a| emoji:statue_of_liberty[2x] a| [small]#`statue_of_liberty`#
-
-a| emoji:japan[2x] a| [small]#`japan`#
-a| emoji:moyai[2x] a| [small]#`moyai`#
-
-a| emoji:snow_capped_mountain[2x] a| [small]#`snow_capped_mountain`#
-a| emoji:camping[2x] a| [small]#`camping`#
-
-a| emoji:beach_with_umbrella[2x] a| [small]#`beach_with_umbrella`#
-a| emoji:building_construction[2x] a| [small]#`building_construction`#
-
-a| emoji:house_buildings[2x] a| [small]#`house_buildings`#
-a| emoji:cityscape[2x] a| [small]#`cityscape`#
-
-a| emoji:derelict_house_building[2x] a| [small]#`derelict_house_building`#
-a| emoji:classical_building[2x] a| [small]#`classical_building`#
-
-a| emoji:desert[2x] a| [small]#`desert`#
-a| emoji:desert_island[2x] a| [small]#`desert_island`#
-
-a| emoji:national_park[2x] a| [small]#`national_park`#
-a| emoji:stadium[2x] a| [small]#`stadium`#
-
-a| emoji:house[2x] a| [small]#`house`#
-a| emoji:house_with_garden[2x] a| [small]#`house_with_garden`#
-
-a| emoji:office[2x] a| [small]#`office`#
-a| emoji:post_office[2x] a| [small]#`post_office`#
-
-a| emoji:european_post_office[2x] a| [small]#`european_post_office`#
-a| emoji:hospital[2x] a| [small]#`hospital`#
-
-a| emoji:bank[2x] a| [small]#`bank`#
-a| emoji:atm[2x] a| [small]#`atm`#
-
-a| emoji:hotel[2x] a| [small]#`hotel`#
-a| emoji:love_hotel[2x] a| [small]#`love_hotel`#
-
-a| emoji:convenience_store[2x] a| [small]#`convenience_store`#
-a| emoji:school[2x] a| [small]#`school`#
-
-a| emoji:department_store[2x] a| [small]#`department_store`#
-a| emoji:factory[2x] a| [small]#`factory`#
-
-a| emoji:izakaya_lantern[2x] a| [small]#`izakaya_lantern`#
-a| emoji:japanese_castle[2x] a| [small]#`japanese_castle`#
-
-a| emoji:european_castle[2x] a| [small]#`european_castle`#
-a| a|
-
-|===
-
-=== Symbols
-
-[cols="10,40,10,40", header=true]
-|===
-
-a| Emoji
-a| Code
-a| Emoji
-a| Code
-
-a| emoji:latin_cross[2x] a| [small]#`latin_cross`#
-a| emoji:star_of_david[2x] a| [small]#`star_of_david`#
-
-a| emoji:sparkles[2x] a| [small]#`sparkles`#
-a| emoji:eight_spoked_asterisk[2x] a| [small]#`eight_spoked_asterisk`#
-
-a| emoji:eight_pointed_black_star[2x] a| [small]#`eight_pointed_black_star`#
-a| emoji:snowflake[2x] a| [small]#`snowflake`#
-
-a| emoji:sparkle[2x] a| [small]#`sparkle`#
-a| emoji:cross_mark[2x] a| [small]#`cross_mark`#
-
-a| emoji:negative_squared_cross_mark[2x] a| [small]#`negative_squared_cross_mark`#
-a| emoji:question[2x] a| [small]#`question`#
-
-a| emoji:grey_question[2x] a| [small]#`grey_question`#
-a| emoji:grey_exclamation[2x] a| [small]#`grey_exclamation`#
-
-a| emoji:exclamation[2x] a| [small]#`exclamation`#
-a| emoji:heavy_heart_exclamation_mark_ornament[2x] a| [small]#`heavy_heart_exclamation_mark_ornament`#
-
-a| emoji:shibuya[2x] a| [small]#`shibuya`#
-a| emoji:heart[2x] a| [small]#`heart`#
-
-a| emoji:heavy_plus_sign[2x] a| [small]#`heavy_plus_sign`#
-a| emoji:heavy_minus_sign[2x] a| [small]#`heavy_minus_sign`#
-
-a| emoji:heavy_division_sign[2x] a| [small]#`heavy_division_sign`#
-a| emoji:curly_loop[2x] a| [small]#`curly_loop`#
-
-a| emoji:loop[2x] a| [small]#`loop`#
-a| emoji:arrow_right[2x] a| [small]#`arrow_right`#
-
-a| emoji:arrow_heading_up[2x] a| [small]#`arrow_heading_up`#
-a| emoji:arrow_heading_down[2x] a| [small]#`arrow_heading_down`#
-
-a| emoji:asterisk[2x] a| [small]#`asterisk`#
-a| emoji:arrow_left[2x] a| [small]#`arrow_left`#
-
-a| emoji:arrow_up[2x] a| [small]#`arrow_up`#
-a| emoji:arrow_down[2x] a| [small]#`arrow_down`#
-
-a| emoji:zero[2x] a| [small]#`zero`#
-a| emoji:one[2x] a| [small]#`one`#
-
-a| emoji:two[2x] a| [small]#`two`#
-a| emoji:three[2x] a| [small]#`three`#
-
-a| emoji:four[2x] a| [small]#`four`#
-a| emoji:five[2x] a| [small]#`five`#
-
-a| emoji:six[2x] a| [small]#`six`#
-a| emoji:seven[2x] a| [small]#`seven`#
-
-a| emoji:eight[2x] a| [small]#`eight`#
-a| emoji:nine[2x] a| [small]#`nine`#
-
-a| emoji:copyright[2x] a| [small]#`copyright`#
-a| emoji:registered_sign[2x] a| [small]#`registered_sign`#
-
-a| emoji:black_large_square[2x] a| [small]#`black_large_square`#
-a| emoji:white_large_square[2x] a| [small]#`white_large_square`#
-
-a| emoji:star[2x] a| [small]#`star`#
-a| emoji:large_circle[2x] a| [small]#`large_circle`#
-
-a| emoji:wavy_dash[2x] a| [small]#`wavy_dash`#
-a| emoji:part_alternation_mark[2x] a| [small]#`part_alternation_mark`#
-
-a| emoji:heavy_check_mark[2x] a| [small]#`heavy_check_mark`#
-a| emoji:heavy_multiplication_x[2x] a| [small]#`heavy_multiplication_x`#
-
-a| emoji:email[2x] a| [small]#`email`#
-a| emoji:white_check_mark[2x] a| [small]#`white_check_mark`#
-
-a| emoji:no_entry[2x] a| [small]#`no_entry`#
-a| emoji:ophiuchus[2x] a| [small]#`ophiuchus`#
-
-a| emoji:bike[2x] a| [small]#`bike`#
-a| emoji:no_bicycles[2x] a| [small]#`no_bicycles`#
-
-a| emoji:no_pedestrians[2x] a| [small]#`no_pedestrians`#
-a| emoji:children_crossing[2x] a| [small]#`children_crossing`#
-
-a| emoji:mens[2x] a| [small]#`mens`#
-a| emoji:womens[2x] a| [small]#`womens`#
-
-a| emoji:restroom[2x] a| [small]#`restroom`#
-a| emoji:baby_symbol[2x] a| [small]#`baby_symbol`#
-
-a| emoji:toilet[2x] a| [small]#`toilet`#
-a| emoji:wc[2x] a| [small]#`wc`#
-
-a| emoji:shower[2x] a| [small]#`shower`#
-a| emoji:bath-skin-tone-2[2x] a| [small]#`bath-skin-tone-2`#
-
-a| emoji:bath-skin-tone-3[2x] a| [small]#`bath-skin-tone-3`#
-a| emoji:bath-skin-tone-4[2x] a| [small]#`bath-skin-tone-4`#
-
-a| emoji:bath-skin-tone-5[2x] a| [small]#`bath-skin-tone-5`#
-a| emoji:bath-skin-tone-6[2x] a| [small]#`bath-skin-tone-6`#
-
-a| emoji:bath[2x] a| [small]#`bath`#
-a| emoji:bathtub[2x] a| [small]#`bathtub`#
-
-a| emoji:passport_control[2x] a| [small]#`passport_control`#
-a| emoji:customs[2x] a| [small]#`customs`#
-
-a| emoji:baggage_claim[2x] a| [small]#`baggage_claim`#
-a| emoji:left_luggage[2x] a| [small]#`left_luggage`#
-
-a| emoji:couch_and_lamp[2x] a| [small]#`couch_and_lamp`#
-a| emoji:sleeping_accommodation[2x] a| [small]#`sleeping_accommodation`#
-
-a| emoji:shopping_bags[2x] a| [small]#`shopping_bags`#
-a| emoji:bellhop_bell[2x] a| [small]#`bellhop_bell`#
-
-a| emoji:bed[2x] a| [small]#`bed`#
-a| emoji:place_of_worship[2x] a| [small]#`place_of_worship`#
-
-a| emoji:hammer_and_wrench[2x] a| [small]#`hammer_and_wrench`#
-a| emoji:shield[2x] a| [small]#`shield`#
-
-a| emoji:oil_drum[2x] a| [small]#`oil_drum`#
-a| emoji:motorway[2x] a| [small]#`motorway`#
-
-a| emoji:railway_track[2x] a| [small]#`railway_track`#
-a| emoji:motor_boat[2x] a| [small]#`motor_boat`#
-
-a| emoji:small_airplane[2x] a| [small]#`small_airplane`#
-a| emoji:airplane_departure[2x] a| [small]#`airplane_departure`#
-
-a| emoji:airplane_arriving[2x] a| [small]#`airplane_arriving`#
-a| emoji:satellite[2x] a| [small]#`satellite`#
-
-a| emoji:passenger_ship[2x] a| [small]#`passenger_ship`#
-a| emoji:door[2x] a| [small]#`door`#
-
-a| emoji:no_entry_sign[2x] a| [small]#`no_entry_sign`#
-a| emoji:smoking[2x] a| [small]#`smoking`#
-
-a| emoji:no_smoking[2x] a| [small]#`no_smoking`#
-a| emoji:put_litter_in_its_place[2x] a| [small]#`put_litter_in_its_place`#
-
-a| emoji:do_not_litter[2x] a| [small]#`do_not_litter`#
-a| emoji:potable_water[2x] a| [small]#`potable_water`#
-
-a| emoji:non-potable_water[2x] a| [small]#`non-potable_water`#
-a| emoji:traffic_light[2x] a| [small]#`traffic_light`#
-
-a| emoji:vertical_traffic_light[2x] a| [small]#`vertical_traffic_light`#
-a| emoji:construction[2x] a| [small]#`construction`#
-
-a| emoji:rotating_light[2x] a| [small]#`rotating_light`#
-a| emoji:triangular_flag_on_post[2x] a| [small]#`triangular_flag_on_post`#
-
-a| emoji:speaking_head_in_silhouette[2x] a| [small]#`speaking_head_in_silhouette`#
-a| emoji:left_speech_bubble[2x] a| [small]#`left_speech_bubble`#
-
-a| emoji:right_anger_bubble[2x] a| [small]#`right_anger_bubble`#
-a| emoji:eye_left_speech_bubble[2x] a| [small]#`eye_left_speech_bubble`#
-
-a| emoji:desktop_computer[2x] a| [small]#`desktop_computer`#
-a| emoji:printer[2x] a| [small]#`printer`#
-
-a| emoji:three_button_mouse[2x] a| [small]#`three_button_mouse`#
-a| emoji:trackball[2x] a| [small]#`trackball`#
-
-a| emoji:frame_with_picture[2x] a| [small]#`frame_with_picture`#
-a| emoji:card_index_dividers[2x] a| [small]#`card_index_dividers`#
-
-a| emoji:card_file_box[2x] a| [small]#`card_file_box`#
-a| emoji:file_cabinet[2x] a| [small]#`file_cabinet`#
-
-a| emoji:dizzy[2x] a| [small]#`dizzy`#
-a| emoji:speech_balloon[2x] a| [small]#`speech_balloon`#
-
-a| emoji:thought_balloon[2x] a| [small]#`thought_balloon`#
-a| emoji:white_flower[2x] a| [small]#`white_flower`#
-
-a| emoji:100[2x] a| [small]#`100`#
-a| emoji:moneybag[2x] a| [small]#`moneybag`#
-
-a| emoji:currency_exchange[2x] a| [small]#`currency_exchange`#
-a| emoji:heavy_dollar_sign[2x] a| [small]#`heavy_dollar_sign`#
-
-a| emoji:credit_card[2x] a| [small]#`credit_card`#
-a| emoji:yen[2x] a| [small]#`yen`#
-
-a| emoji:dollar[2x] a| [small]#`dollar`#
-a| emoji:euro[2x] a| [small]#`euro`#
-
-a| emoji:pound[2x] a| [small]#`pound`#
-a| emoji:money_with_wings[2x] a| [small]#`money_with_wings`#
-
-a| emoji:chart[2x] a| [small]#`chart`#
-a| emoji:seat[2x] a| [small]#`seat`#
-
-a| emoji:computer[2x] a| [small]#`computer`#
-a| emoji:briefcase[2x] a| [small]#`briefcase`#
-
-a| emoji:minidisc[2x] a| [small]#`minidisc`#
-a| emoji:floppy_disk[2x] a| [small]#`floppy_disk`#
-
-a| emoji:cd[2x] a| [small]#`cd`#
-a| emoji:dvd[2x] a| [small]#`dvd`#
-
-a| emoji:file_folder[2x] a| [small]#`file_folder`#
-a| emoji:open_file_folder[2x] a| [small]#`open_file_folder`#
-
-a| emoji:page_with_curl[2x] a| [small]#`page_with_curl`#
-a| emoji:page_facing_up[2x] a| [small]#`page_facing_up`#
-
-a| emoji:date[2x] a| [small]#`date`#
-a| emoji:calendar[2x] a| [small]#`calendar`#
-
-a| emoji:card_index[2x] a| [small]#`card_index`#
-a| emoji:chart_with_upwards_trend[2x] a| [small]#`chart_with_upwards_trend`#
-
-a| emoji:chart_with_downwards_trend[2x] a| [small]#`chart_with_downwards_trend`#
-a| emoji:bar_chart[2x] a| [small]#`bar_chart`#
-
-a| emoji:clipboard[2x] a| [small]#`clipboard`#
-a| emoji:pushpin[2x] a| [small]#`pushpin`#
-
-a| emoji:round_pushpin[2x] a| [small]#`round_pushpin`#
-a| emoji:paperclip[2x] a| [small]#`paperclip`#
-
-a| emoji:straight_ruler[2x] a| [small]#`straight_ruler`#
-a| emoji:triangular_ruler[2x] a| [small]#`triangular_ruler`#
-
-a| emoji:bookmark_tabs[2x] a| [small]#`bookmark_tabs`#
-a| emoji:ledger[2x] a| [small]#`ledger`#
-
-a| emoji:notebook[2x] a| [small]#`notebook`#
-a| emoji:notebook_with_decorative_cover[2x] a| [small]#`notebook_with_decorative_cover`#
-
-a| emoji:closed_book[2x] a| [small]#`closed_book`#
-a| emoji:book[2x] a| [small]#`book`#
-
-a| emoji:green_book[2x] a| [small]#`green_book`#
-a| emoji:blue_book[2x] a| [small]#`blue_book`#
-
-a| emoji:orange_book[2x] a| [small]#`orange_book`#
-a| emoji:books[2x] a| [small]#`books`#
-
-a| emoji:name_badge[2x] a| [small]#`name_badge`#
-a| emoji:scroll[2x] a| [small]#`scroll`#
-
-a| emoji:memo[2x] a| [small]#`memo`#
-a| emoji:telephone_receiver[2x] a| [small]#`telephone_receiver`#
-
-a| emoji:pager[2x] a| [small]#`pager`#
-a| emoji:fax[2x] a| [small]#`fax`#
-
-a| emoji:satellite_antenna[2x] a| [small]#`satellite_antenna`#
-a| emoji:loudspeaker[2x] a| [small]#`loudspeaker`#
-
-a| emoji:mega[2x] a| [small]#`mega`#
-a| emoji:outbox_tray[2x] a| [small]#`outbox_tray`#
-
-a| emoji:inbox_tray[2x] a| [small]#`inbox_tray`#
-a| emoji:package[2x] a| [small]#`package`#
-
-a| emoji:e-mail[2x] a| [small]#`e-mail`#
-a| emoji:incoming_envelope[2x] a| [small]#`incoming_envelope`#
-
-a| emoji:envelope_with_arrow[2x] a| [small]#`envelope_with_arrow`#
-a| emoji:mailbox_closed[2x] a| [small]#`mailbox_closed`#
-
-a| emoji:mailbox[2x] a| [small]#`mailbox`#
-a| emoji:mailbox_with_mail[2x] a| [small]#`mailbox_with_mail`#
-
-a| emoji:mailbox_with_no_mail[2x] a| [small]#`mailbox_with_no_mail`#
-a| emoji:postbox[2x] a| [small]#`postbox`#
-
-a| emoji:postal_horn[2x] a| [small]#`postal_horn`#
-a| emoji:newspaper[2x] a| [small]#`newspaper`#
-
-a| emoji:iphone[2x] a| [small]#`iphone`#
-a| emoji:calling[2x] a| [small]#`calling`#
-
-a| emoji:vibration_mode[2x] a| [small]#`vibration_mode`#
-a| emoji:mobile_phone_off[2x] a| [small]#`mobile_phone_off`#
-
-a| emoji:no_mobile_phones[2x] a| [small]#`no_mobile_phones`#
-a| emoji:signal_strength[2x] a| [small]#`signal_strength`#
-
-a| emoji:camera[2x] a| [small]#`camera`#
-a| emoji:camera_with_flash[2x] a| [small]#`camera_with_flash`#
-
-a| emoji:video_camera[2x] a| [small]#`video_camera`#
-a| emoji:tv[2x] a| [small]#`tv`#
-
-a| emoji:radio[2x] a| [small]#`radio`#
-a| emoji:vhs[2x] a| [small]#`vhs`#
-
-a| emoji:film_projector[2x] a| [small]#`film_projector`#
-a| emoji:prayer_beads[2x] a| [small]#`prayer_beads`#
-
-a| emoji:twisted_rightwards_arrows[2x] a| [small]#`twisted_rightwards_arrows`#
-a| emoji:repeat[2x] a| [small]#`repeat`#
-
-a| emoji:repeat_one[2x] a| [small]#`repeat_one`#
-a| emoji:arrows_clockwise[2x] a| [small]#`arrows_clockwise`#
-
-a| emoji:arrows_counterclockwise[2x] a| [small]#`arrows_counterclockwise`#
-a| emoji:low_brightness[2x] a| [small]#`low_brightness`#
-
-a| emoji:high_brightness[2x] a| [small]#`high_brightness`#
-a| emoji:mute[2x] a| [small]#`mute`#
-
-a| emoji:speaker[2x] a| [small]#`speaker`#
-a| emoji:sound[2x] a| [small]#`sound`#
-
-a| emoji:loud_sound[2x] a| [small]#`loud_sound`#
-a| emoji:battery[2x] a| [small]#`battery`#
-
-a| emoji:electric_plug[2x] a| [small]#`electric_plug`#
-a| emoji:mag[2x] a| [small]#`mag`#
-
-a| emoji:mag_right[2x] a| [small]#`mag_right`#
-a| emoji:lock_with_ink_pen[2x] a| [small]#`lock_with_ink_pen`#
-
-a| emoji:closed_lock_with_key[2x] a| [small]#`closed_lock_with_key`#
-a| emoji:key[2x] a| [small]#`key`#
-
-a| emoji:lock[2x] a| [small]#`lock`#
-a| emoji:unlock[2x] a| [small]#`unlock`#
-
-a| emoji:bell[2x] a| [small]#`bell`#
-a| emoji:no_bell[2x] a| [small]#`no_bell`#
-
-a| emoji:bookmark[2x] a| [small]#`bookmark`#
-a| emoji:link[2x] a| [small]#`link`#
-
-a| emoji:radio_button[2x] a| [small]#`radio_button`#
-a| emoji:back[2x] a| [small]#`back`#
-
-a| emoji:end[2x] a| [small]#`end`#
-a| emoji:on[2x] a| [small]#`on`#
-
-a| emoji:soon[2x] a| [small]#`soon`#
-a| emoji:top[2x] a| [small]#`top`#
-
-a| emoji:underage[2x] a| [small]#`underage`#
-a| emoji:keycap_ten[2x] a| [small]#`keycap_ten`#
-
-a| emoji:capital_abcd[2x] a| [small]#`capital_abcd`#
-a| emoji:abcd[2x] a| [small]#`abcd`#
-
-a| emoji:1234[2x] a| [small]#`1234`#
-a| emoji:symbols[2x] a| [small]#`symbols`#
-
-a| emoji:abc[2x] a| [small]#`abc`#
-a| emoji:fire[2x] a| [small]#`fire`#
-
-a| emoji:flashlight[2x] a| [small]#`flashlight`#
-a| emoji:wrench[2x] a| [small]#`wrench`#
-
-a| emoji:hammer[2x] a| [small]#`hammer`#
-a| emoji:nut_and_bolt[2x] a| [small]#`nut_and_bolt`#
-
-a| emoji:hocho[2x] a| [small]#`hocho`#
-a| emoji:gun[2x] a| [small]#`gun`#
-
-a| emoji:microscope[2x] a| [small]#`microscope`#
-a| emoji:telescope[2x] a| [small]#`telescope`#
-
-a| emoji:crystal_ball[2x] a| [small]#`crystal_ball`#
-a| emoji:six_pointed_star[2x] a| [small]#`six_pointed_star`#
-
-a| emoji:beginner[2x] a| [small]#`beginner`#
-a| emoji:trident[2x] a| [small]#`trident`#
-
-a| emoji:black_square_button[2x] a| [small]#`black_square_button`#
-a| emoji:white_square_button[2x] a| [small]#`white_square_button`#
-
-a| emoji:red_circle[2x] a| [small]#`red_circle`#
-a| emoji:large_blue_circle[2x] a| [small]#`large_blue_circle`#
-
-a| emoji:large_orange_diamond[2x] a| [small]#`large_orange_diamond`#
-a| emoji:large_blue_diamond[2x] a| [small]#`large_blue_diamond`#
-
-a| emoji:small_orange_diamond[2x] a| [small]#`small_orange_diamond`#
-a| emoji:small_blue_diamond[2x] a| [small]#`small_blue_diamond`#
-
-a| emoji:small_red_triangle[2x] a| [small]#`small_red_triangle`#
-a| emoji:small_red_triangle_down[2x] a| [small]#`small_red_triangle_down`#
-
-a| emoji:arrow_up_small[2x] a| [small]#`arrow_up_small`#
-a| emoji:arrow_down_small[2x] a| [small]#`arrow_down_small`#
-
-a| emoji:om_symbol[2x] a| [small]#`om_symbol`#
-a| emoji:dove_of_peace[2x] a| [small]#`dove_of_peace`#
-
-a| emoji:kaaba[2x] a| [small]#`kaaba`#
-a| emoji:mosque[2x] a| [small]#`mosque`#
-
-a| emoji:synagogue[2x] a| [small]#`synagogue`#
-a| emoji:menorah_with_nine_branches[2x] a| [small]#`menorah_with_nine_branches`#
-
-a| emoji:clock1[2x] a| [small]#`clock1`#
-a| emoji:clock2[2x] a| [small]#`clock2`#
-
-a| emoji:clock3[2x] a| [small]#`clock3`#
-a| emoji:clock4[2x] a| [small]#`clock4`#
-
-a| emoji:clock5[2x] a| [small]#`clock5`#
-a| emoji:clock6[2x] a| [small]#`clock6`#
-
-a| emoji:clock7[2x] a| [small]#`clock7`#
-a| emoji:clock8[2x] a| [small]#`clock8`#
-
-a| emoji:clock9[2x] a| [small]#`clock9`#
-a| emoji:clock10[2x] a| [small]#`clock10`#
-
-a| emoji:clock11[2x] a| [small]#`clock11`#
-a| emoji:clock12[2x] a| [small]#`clock12`#
-
-a| emoji:clock130[2x] a| [small]#`clock130`#
-a| emoji:clock230[2x] a| [small]#`clock230`#
-
-a| emoji:clock330[2x] a| [small]#`clock330`#
-a| emoji:clock430[2x] a| [small]#`clock430`#
-
-a| emoji:clock530[2x] a| [small]#`clock530`#
-a| emoji:clock630[2x] a| [small]#`clock630`#
-
-a| emoji:clock730[2x] a| [small]#`clock730`#
-a| emoji:clock830[2x] a| [small]#`clock830`#
-
-a| emoji:clock930[2x] a| [small]#`clock930`#
-a| emoji:clock1030[2x] a| [small]#`clock1030`#
-
-a| emoji:clock1130[2x] a| [small]#`clock1130`#
-a| emoji:clock1230[2x] a| [small]#`clock1230`#
-
-a| emoji:mahjong[2x] a| [small]#``mahjong``#
-a| emoji:black_joker[2x] a| [small]#``black_joker``#
-
-a| emoji:a_negative[2x] a| [small]#``a_negative``#
-a| emoji:b_negative[2x] a| [small]#`b_negative`#
-
-a| emoji:o_negative[2x] a| [small]#`o_negative`#
-a| emoji:parking[2x] a| [small]#`parking`#
-
-a| emoji:double_exclamation_mark[2x] a| [small]#`double_exclamation_mark`#
-a| emoji:interrobang[2x] a| [small]#`interrobang`#
-
-a| emoji:trade_mark[2x] a| [small]#`trade_mark`#
-a| emoji:information_source[2x] a| [small]#`information_source`#
-
-a| emoji:left_right_arrow[2x] a| [small]#`left_right_arrow`#
-a| emoji:arrow_up_down[2x] a| [small]#`arrow_up_down`#
-
-a| emoji:arrow_upper_left[2x] a| [small]#`arrow_upper_left`#
-a| emoji:arrow_upper_right[2x] a| [small]#`arrow_upper_right`#
-
-a| emoji:arrow_lower_right[2x] a| [small]#`arrow_lower_right`#
-a| emoji:arrow_lower_left[2x] a| [small]#`arrow_lower_left`#
-
-a| emoji:leftwards_arrow_with_hook[2x] a| [small]#`leftwards_arrow_with_hook`#
-a| emoji:arrow_right_hook[2x] a| [small]#`arrow_right_hook`#
-
-a| emoji:hash[2x] a| [small]#`hash`#
-a| emoji:watch[2x] a| [small]#`watch`#
-
-a| emoji:hourglass[2x] a| [small]#`hourglass`#
-a| emoji:keyboard[2x] a| [small]#`keyboard`#
-
-a| emoji:eject[2x] a| [small]#`eject`#
-a| emoji:fast_forward[2x] a| [small]#`fast_forward`#
-
-a| emoji:rewind[2x] a| [small]#`rewind`#
-a| emoji:arrow_double_up[2x] a| [small]#`arrow_double_up`#
-
-a| emoji:arrow_double_down[2x] a| [small]#`arrow_double_down`#
-a| emoji:black_right_pointing_double_triangle_with_vertical_bar[2x] a| [small]#`black_right_pointing_double_triangle_with_vertical_bar`#
-
-a| emoji:black_left_pointing_double_triangle_with_vertical_bar[2x] a| [small]#`black_left_pointing_double_triangle_with_vertical_bar`#
-a| emoji:black_right_pointing_triangle_with_double_vertical_bar[2x] a| [small]#`black_right_pointing_triangle_with_double_vertical_bar`#
-
-a| emoji:alarm_clock[2x] a| [small]#`alarm_clock`#
-a| emoji:stopwatch[2x] a| [small]#`stopwatch`#
-
-a| emoji:timer_clock[2x] a| [small]#`timer_clock`#
-a| emoji:hourglass_flowing_sand[2x] a| [small]#`hourglass_flowing_sand`#
-
-a| emoji:double_vertical_bar[2x] a| [small]#`double_vertical_bar`#
-a| emoji:black_square_for_stop[2x] a| [small]#`black_square_for_stop`#
-
-a| emoji:black_circle_for_record[2x] a| [small]#`black_circle_for_record`#
-a| emoji:m_circled[2x] a| [small]#`m_circled`#
-
-a| emoji:black_small_square[2x] a| [small]#`black_small_square`#
-a| emoji:white_small_square[2x] a| [small]#`white_small_square`#
-
-a| emoji:arrow_forward[2x] a| [small]#`arrow_forward`#
-a| emoji:arrow_backward[2x] a| [small]#`arrow_backward`#
-
-a| emoji:white_medium_square[2x] a| [small]#`white_medium_square`#
-a| emoji:black_medium_square[2x] a| [small]#`black_medium_square`#
-
-a| emoji:white_medium_small_square[2x] a| [small]#`white_medium_small_square`#
-a| emoji:black_medium_small_square[2x] a| [small]#`black_medium_small_square`#
-
-a| emoji:ab[2x] a| [small]#`ab`#
-a| emoji:cl[2x] a| [small]#`cl`#
-
-a| emoji:cool[2x] a| [small]#`cool`#
-a| emoji:free[2x] a| [small]#`free`#
-
-a| emoji:id[2x] a| [small]#`id`#
-a| emoji:new[2x] a| [small]#`new`#
-
-a| emoji:ng[2x] a| [small]#`ng`#
-a| emoji:ok[2x] a| [small]#`ok`#
-
-a| emoji:sos[2x] a| [small]#`sos`#
-a| emoji:up[2x] a| [small]#`up`#
-
-a| emoji:vs[2x] a| [small]#`vs`#
-a| emoji:skull_and_crossbones[2x] a| [small]#`skull_and_crossbones`#
-
-a| emoji:radioactive_sign[2x] a| [small]#`radioactive_sign`#
-a| emoji:biohazard_sign[2x] a| [small]#`biohazard_sign`#
-
-a| emoji:orthodox_cross[2x] a| [small]#`orthodox_cross`#
-a| emoji:star_and_crescent[2x] a| [small]#`star_and_crescent`#
-
-a| emoji:peace_symbol[2x] a| [small]#`peace_symbol`#
-a| emoji:yin_yang[2x] a| [small]#`yin_yang`#
-
-a| emoji:wheel_of_dharma[2x] a| [small]#`wheel_of_dharma`#
-a| emoji:aries[2x] a| [small]#`aries`#
-
-a| emoji:taurus[2x] a| [small]#`taurus`#
-a| emoji:gemini[2x] a| [small]#`gemini`#
-
-a| emoji:cancer[2x] a| [small]#`cancer`#
-a| emoji:leo[2x] a| [small]#`leo`#
-
-a| emoji:virgo[2x] a| [small]#`virgo`#
-a| emoji:libra[2x] a| [small]#`libra`#
-
-a| emoji:scorpius[2x] a| [small]#`scorpius`#
-a| emoji:sagittarius[2x] a| [small]#`sagittarius`#
-
-a| emoji:capricorn[2x] a| [small]#`capricorn`#
-a| emoji:aquarius[2x] a| [small]#`aquarius`#
-
-a| emoji:pisces[2x] a| [small]#`pisces`#
-a| emoji:spades[2x] a| [small]#`spades`#
-
-a| emoji:clubs[2x] a| [small]#`clubs`#
-a| emoji:hearts[2x] a| [small]#`hearts`#
-
-a| emoji:diamonds[2x] a| [small]#`diamonds`#
-a| emoji:hotsprings[2x] a| [small]#`hotsprings`#
-
-a| emoji:recycle[2x] a| [small]#`recycle`#
-a| emoji:wheelchair[2x] a| [small]#`wheelchair`#
-
-a| emoji:hammer_and_pick[2x] a| [small]#`hammer_and_pick`#
-a| emoji:anchor[2x] a| [small]#`anchor`#
-
-a| emoji:crossed_swords[2x] a| [small]#`crossed_swords`#
-a| emoji:scales[2x] a| [small]#`scales`#
-
-a| emoji:alembic[2x] a| [small]#`alembic`#
-a| emoji:gear[2x] a| [small]#`gear`#
-
-a| emoji:atom_symbol[2x] a| [small]#`atom_symbol`#
-a| emoji:fleur_de_lis[2x] a| [small]#`fleur_de_lis`#
-
-a| emoji:warning[2x] a| [small]#`warning`#
-a| emoji:zap[2x] a| [small]#`zap`#
-
-a| emoji:white_circle[2x] a| [small]#`white_circle`#
-a| emoji:black_circle[2x] a| [small]#`black_circle`#
-
-|===
-
-=== Flags
-
-[cols="10,15,10,15,10,15,10,15", header=true]
-|===
-
-a| Emoji a| Code a| Emoji a| Code a| Emoji a| Code a| Emoji a| Code
-
-a|emoji:a[2x] a| [small]#`a`#
-6+a|
-
-a| emoji:flag-ac[2x] a| [small]#`flag-ac`#
-a| emoji:flag-ad[2x] a| [small]#`flag-ad`#
-a| emoji:flag-ae[2x] a| [small]#`flag-ae`#
-a| emoji:flag-af[2x] a| [small]#`flag-af`#
-
-a| emoji:flag-ag[2x] a| [small]#`flag-ag`#
-a| emoji:flag-ai[2x] a| [small]#`flag-ai`#
-a| emoji:flag-al[2x] a| [small]#`flag-al`#
-a| emoji:flag-am[2x] a| [small]#`flag-am`#
-
-a| emoji:flag-ao[2x] a| [small]#`flag-ao`#
-a| emoji:flag-aq[2x] a| [small]#`flag-aq`#
-a| emoji:flag-ar[2x] a| [small]#`flag-ar`#
-a| emoji:flag-as[2x] a| [small]#`flag-as`#
-
-a| emoji:flag-at[2x] a| [small]#`flag-at`#
-a| emoji:flag-au[2x] a| [small]#`flag-au`#
-a| emoji:flag-aw[2x] a| [small]#`flag-aw`#
-a| emoji:flag-ax[2x] a| [small]#`flag-ax`#
-
-a| emoji:flag-az[2x] a| [small]#`flag-az`#
-6+a|
-
-a| emoji:b[2x] a| [small]#`b`#
-6+a|
-
-a| emoji:flag-ba[2x] a| [small]#`flag-ba`#
-a| emoji:flag-bb[2x] a| [small]#`flag-bb`#
-a| emoji:flag-bd[2x] a| [small]#`flag-bd`#
-a| emoji:flag-be[2x] a| [small]#`flag-be`#
-
-a| emoji:flag-bf[2x] a| [small]#`flag-bf`#
-a| emoji:flag-bg[2x] a| [small]#`flag-bg`#
-a| emoji:flag-bh[2x] a| [small]#`flag-bh`#
-a| emoji:flag-bi[2x] a| [small]#`flag-bi`#
-
-a| emoji:flag-bj[2x] a| [small]#`flag-bj`#
-a| emoji:flag-bl[2x] a| [small]#`flag-bl`#
-a| emoji:flag-bm[2x] a| [small]#`flag-bm`#
-a| emoji:flag-bn[2x] a| [small]#`flag-bn`#
-
-a| emoji:flag-bo[2x] a| [small]#`flag-bo`#
-a| emoji:flag-bq[2x] a| [small]#`flag-bq`#
-a| emoji:flag-br[2x] a| [small]#`flag-br`#
-a| emoji:flag-bs[2x] a| [small]#`flag-bs`#
-
-a| emoji:flag-bt[2x] a| [small]#`flag-bt`#
-a| emoji:flag-bv[2x] a| [small]#`flag-bv`#
-a| emoji:flag-bw[2x] a| [small]#`flag-bw`#
-a| emoji:flag-by[2x] a| [small]#`flag-by`#
-
-a| emoji:flag-bz[2x] a| [small]#`flag-bz`#
-6+a|
-
-a| emoji:c[2x] a| [small]#`c`#
-6+a|
-
-a| emoji:flag-ca[2x] a| [small]#`flag-ca`#
-a| emoji:flag-cc[2x] a| [small]#`flag-cc`#
-a| emoji:flag-cd[2x] a| [small]#`flag-cd`#
-a| emoji:flag-cf[2x] a| [small]#`flag-cf`#
-
-a| emoji:flag-cg[2x] a| [small]#`flag-cg`#
-a| emoji:flag-ch[2x] a| [small]#`flag-ch`#
-a| emoji:flag-ci[2x] a| [small]#`flag-ci`#
-a| emoji:flag-ck[2x] a| [small]#`flag-ck`#
-
-a| emoji:flag-cl[2x] a| [small]#`flag-cl`#
-a| emoji:flag-cm[2x] a| [small]#`flag-cm`#
-a| emoji:flag-cn[2x] a| [small]#`flag-cn`#
-a| emoji:flag-co[2x] a| [small]#`flag-co`#
-
-a| emoji:flag-cp[2x] a| [small]#`flag-cp`#
-a| emoji:flag-cr[2x] a| [small]#`flag-cr`#
-a| emoji:flag-cu[2x] a| [small]#`flag-cu`#
-a| emoji:flag-cv[2x] a| [small]#`flag-cv`#
-
-a| emoji:flag-cw[2x] a| [small]#`flag-cw`#
-a| emoji:flag-cx[2x] a| [small]#`flag-cx`#
-a| emoji:flag-cy[2x] a| [small]#`flag-cy`#
-a| emoji:flag-cz[2x] a| [small]#`flag-cz`#
-
-a| emoji:d[2x] a| [small]#`d`#
-6+a|
-
-a| emoji:flag-de[2x] a| [small]#`flag-de`#
-a| emoji:flag-dg[2x] a| [small]#`flag-dg`#
-a| emoji:flag-dj[2x] a| [small]#`flag-dj`#
-a| emoji:flag-dk[2x] a| [small]#`flag-dk`#
-
-a| emoji:flag-dm[2x] a| [small]#`flag-dm`#
-a| emoji:flag-do[2x] a| [small]#`flag-do`#
-a| emoji:flag-dz[2x] a| [small]#`flag-dz`#
-2+a|
-
-a| emoji:e[2x] a| [small]#`e`#
-6+a|
-
-a| emoji:flag-ea[2x] a| [small]#`flag-ea`#
-a| emoji:flag-ec[2x] a| [small]#`flag-ec`#
-a| emoji:flag-ee[2x] a| [small]#`flag-ee`#
-a| emoji:flag-eg[2x] a| [small]#`flag-eg`#
-
-a| emoji:flag-eh[2x] a| [small]#`flag-eh`#
-a| emoji:flag-er[2x] a| [small]#`flag-er`#
-a| emoji:flag-es[2x] a| [small]#`flag-es`#
-a| emoji:flag-et[2x] a| [small]#`flag-et`#
-
-a| emoji:flag-eu[2x] a| [small]#`flag-eu`#
-6+a|
-
-a| emoji:f[2x] a| [small]#`f`#
-6+a|
-
-a| emoji:flag-fi[2x] a| [small]#`flag-fi`#
-a| emoji:flag-fj[2x] a| [small]#`flag-fj`#
-a| emoji:flag-fk[2x] a| [small]#`flag-fk`#
-a| emoji:flag-fm[2x] a| [small]#`flag-fm`#
-
-a| emoji:flag-fo[2x] a| [small]#`flag-fo`#
-a| emoji:flag-fr[2x] a| [small]#`flag-fr`#
-4+a|
-
-a| emoji:g[2x] a| [small]#`g`#
-6+a|
-
-a| emoji:flag-ga[2x] a| [small]#`flag-ga`#
-a| emoji:flag-gb[2x] a| [small]#`flag-gb`#
-a| emoji:flag-gd[2x] a| [small]#`flag-gd`#
-a| emoji:flag-ge[2x] a| [small]#`flag-ge`#
-
-a| emoji:flag-gf[2x] a| [small]#`flag-gf`#
-a| emoji:flag-gg[2x] a| [small]#`flag-gg`#
-a| emoji:flag-gh[2x] a| [small]#`flag-gh`#
-a| emoji:flag-gi[2x] a| [small]#`flag-gi`#
-
-a| emoji:flag-gl[2x] a| [small]#`flag-gl`#
-a| emoji:flag-gm[2x] a| [small]#`flag-gm`#
-a| emoji:flag-gn[2x] a| [small]#`flag-gn`#
-a| emoji:flag-gp[2x] a| [small]#`flag-gp`#
-
-a| emoji:flag-gq[2x] a| [small]#`flag-gq`#
-a| emoji:flag-gr[2x] a| [small]#`flag-gr`#
-a| emoji:flag-gs[2x] a| [small]#`flag-gs`#
-a| emoji:flag-gt[2x] a| [small]#`flag-gt`#
-
-a| emoji:flag-gu[2x] a| [small]#`flag-gu`#
-a| emoji:flag-gw[2x] a| [small]#`flag-gw`#
-a| emoji:flag-gy[2x] a| [small]#`flag-gy`#
-2+a|
-
-a| emoji:h[2x] a| [small]#`h`#
-6+a|
-
-a| emoji:flag-hk[2x] a| [small]#`flag-hk`#
-a| emoji:flag-hm[2x] a| [small]#`flag-hm`#
-a| emoji:flag-hn[2x] a| [small]#`flag-hn`#
-a| emoji:flag-hr[2x] a| [small]#`flag-hr`#
-
-a| emoji:flag-ht[2x] a| [small]#`flag-ht`#
-a| emoji:flag-hu[2x] a| [small]#`flag-hu`#
-4+a|
-
-a| emoji:i[2x] a| [small]#`i`#
-6+a|
-
-a| emoji:flag-ic[2x] a| [small]#`flag-ic`#
-a| emoji:flag-id[2x] a| [small]#`flag-id`#
-a| emoji:flag-ie[2x] a| [small]#`flag-ie`#
-a| emoji:flag-il[2x] a| [small]#`flag-il`#
-
-a| emoji:flag-im[2x] a| [small]#`flag-im`#
-a| emoji:flag-in[2x] a| [small]#`flag-in`#
-a| emoji:flag-io[2x] a| [small]#`flag-io`#
-a| emoji:flag-iq[2x] a| [small]#`flag-iq`#
-
-a| emoji:flag-ir[2x] a| [small]#`flag-ir`#
-a| emoji:flag-is[2x] a| [small]#`flag-is`#
-a| emoji:flag-it[2x] a| [small]#`flag-it`#
-2+a|
-
-a| emoji:j[2x] a| [small]#`j`#
-6+a|
-
-a| emoji:flag-je[2x] a| [small]#`flag-je`#
-a| emoji:flag-jm[2x] a| [small]#`flag-jm`#
-a| emoji:flag-jo[2x] a| [small]#`flag-jo`#
-a| emoji:flag-jp[2x] a| [small]#`flag-jp`#
-
-a| emoji:k[2x] a| [small]#`k`#
-6+a|
-
-a| emoji:flag-ke[2x] a| [small]#`flag-ke`#
-a| emoji:flag-kg[2x] a| [small]#`flag-kg`#
-a| emoji:flag-kh[2x] a| [small]#`flag-kh`#
-a| emoji:flag-ki[2x] a| [small]#`flag-ki`#
-
-a| emoji:flag-km[2x] a| [small]#`flag-km`#
-a| emoji:flag-kn[2x] a| [small]#`flag-kn`#
-a| emoji:flag-kp[2x] a| [small]#`flag-kp`#
-a| emoji:flag-kr[2x] a| [small]#`flag-kr`#
-
-a| emoji:flag-kw[2x] a| [small]#`flag-kw`#
-a| emoji:flag-ky[2x] a| [small]#`flag-ky`#
-a| emoji:flag-kz[2x] a| [small]#`flag-kz`#
-2+a|
-
-a| emoji:l[2x] a| [small]#`l`#
-6+a|
-
-a| emoji:flag-la[2x] a| [small]#`flag-la`#
-a| emoji:flag-lb[2x] a| [small]#`flag-lb`#
-a| emoji:flag-lc[2x] a| [small]#`flag-lc`#
-a| emoji:flag-li[2x] a| [small]#`flag-li`#
-
-a| emoji:flag-lk[2x] a| [small]#`flag-lk`#
-a| emoji:flag-lr[2x] a| [small]#`flag-lr`#
-a| emoji:flag-ls[2x] a| [small]#`flag-ls`#
-a| emoji:flag-lt[2x] a| [small]#`flag-lt`#
-
-a| emoji:flag-lu[2x] a| [small]#`flag-lu`#
-a| emoji:flag-lv[2x] a| [small]#`flag-lv`#
-a| emoji:flag-ly[2x] a| [small]#`flag-ly`#
-2+a|
-
-a| emoji:m[2x] a| [small]#`m`#
-6+a|
-
-a| emoji:flag-ma[2x] a| [small]#`flag-ma`#
-a| emoji:flag-mc[2x] a| [small]#`flag-mc`#
-a| emoji:flag-md[2x] a| [small]#`flag-md`#
-a| emoji:flag-me[2x] a| [small]#`flag-me`#
-
-a| emoji:flag-mf[2x] a| [small]#`flag-mf`#
-a| emoji:flag-mg[2x] a| [small]#`flag-mg`#
-a| emoji:flag-mh[2x] a| [small]#`flag-mh`#
-a| emoji:flag-mk[2x] a| [small]#`flag-mk`#
-
-a| emoji:flag-ml[2x] a| [small]#`flag-ml`#
-a| emoji:flag-mm[2x] a| [small]#`flag-mm`#
-a| emoji:flag-mn[2x] a| [small]#`flag-mn`#
-a| emoji:flag-mo[2x] a| [small]#`flag-mo`#
-
-a| emoji:flag-mp[2x] a| [small]#`flag-mp`#
-a| emoji:flag-mq[2x] a| [small]#`flag-mq`#
-a| emoji:flag-mr[2x] a| [small]#`flag-mr`#
-a| emoji:flag-ms[2x] a| [small]#`flag-ms`#
-
-a| emoji:flag-mt[2x] a| [small]#`flag-mt`#
-a| emoji:flag-mu[2x] a| [small]#`flag-mu`#
-a| emoji:flag-mv[2x] a| [small]#`flag-mv`#
-a| emoji:flag-mw[2x] a| [small]#`flag-mw`#
-
-a| emoji:flag-mx[2x] a| [small]#`flag-mx`#
-a| emoji:flag-my[2x] a| [small]#`flag-my`#
-a| emoji:flag-mz[2x] a| [small]#`flag-mz`#
-2+a|
-
-a| emoji:n[2x] a| [small]#`n`#
-6+a|
-
-a| emoji:flag-na[2x] a| [small]#`flag-na`#
-a| emoji:flag-nc[2x] a| [small]#`flag-nc`#
-a| emoji:flag-ne[2x] a| [small]#`flag-ne`#
-a| emoji:flag-nf[2x] a| [small]#`flag-nf`#
-
-a| emoji:flag-ng[2x] a| [small]#`flag-ng`#
-a| emoji:flag-ni[2x] a| [small]#`flag-ni`#
-a| emoji:flag-nl[2x] a| [small]#`flag-nl`#
-a| emoji:flag-no[2x] a| [small]#`flag-no`#
-
-a| emoji:flag-np[2x] a| [small]#`flag-np`#
-a| emoji:flag-nr[2x] a| [small]#`flag-nr`#
-a| emoji:flag-nu[2x] a| [small]#`flag-nu`#
-a| emoji:flag-nz[2x] a| [small]#`flag-nz`#
-
-a| emoji:o[2x] a| [small]#`o`#
-6+a|
-
-a| emoji:flag-om[2x] a| [small]#`flag-om`#
-6+a|
-
-a| emoji:p[2x] a| [small]#`p`#
-6+a|
-
-a| emoji:flag-pa[2x] a| [small]#`flag-pa`#
-a| emoji:flag-pe[2x] a| [small]#`flag-pe`#
-a| emoji:flag-pf[2x] a| [small]#`flag-pf`#
-a| emoji:flag-pg[2x] a| [small]#`flag-pg`#
-
-a| emoji:flag-ph[2x] a| [small]#`flag-ph`#
-a| emoji:flag-pk[2x] a| [small]#`flag-pk`#
-a| emoji:flag-pl[2x] a| [small]#`flag-pl`#
-a| emoji:flag-pm[2x] a| [small]#`flag-pm`#
-
-a| emoji:flag-pn[2x] a| [small]#`flag-pn`#
-a| emoji:flag-pr[2x] a| [small]#`flag-pr`#
-a| emoji:flag-ps[2x] a| [small]#`flag-ps`#
-a| emoji:flag-pt[2x] a| [small]#`flag-pt`#
-
-a| emoji:flag-pw[2x] a| [small]#`flag-pw`#
-a| emoji:flag-py[2x] a| [small]#`flag-py`#
-4+a|
-
-a| emoji:q[2x] a| [small]#`q`#
-6+a|
-
-a| emoji:flag-qa[2x] a| [small]#`flag-qa`#
-6+a|
-
-a| emoji:r[2x] a| [small]#`r`#
-6+a|
-
-a| emoji:flag-re[2x] a| [small]#`flag-re`#
-a| emoji:flag-ro[2x] a| [small]#`flag-ro`#
-a| emoji:flag-rs[2x] a| [small]#`flag-rs`#
-a| emoji:flag-ru[2x] a| [small]#`flag-ru`#
-
-a| emoji:flag-rw[2x] a| [small]#`flag-rw`#
-6+a|
-
-a| emoji:s[2x] a| [small]#`s`#
-6+a|
-
-a| emoji:flag-sa[2x] a| [small]#`flag-sa`#
-a| emoji:flag-sb[2x] a| [small]#`flag-sb`#
-a| emoji:flag-sc[2x] a| [small]#`flag-sc`#
-a| emoji:flag-sd[2x] a| [small]#`flag-sd`#
-
-a| emoji:flag-se[2x] a| [small]#`flag-se`#
-a| emoji:flag-sg[2x] a| [small]#`flag-sg`#
-a| emoji:flag-sh[2x] a| [small]#`flag-sh`#
-a| emoji:flag-si[2x] a| [small]#`flag-si`#
-
-a| emoji:flag-sj[2x] a| [small]#`flag-sj`#
-a| emoji:flag-sk[2x] a| [small]#`flag-sk`#
-a| emoji:flag-sl[2x] a| [small]#`flag-sl`#
-a| emoji:flag-sm[2x] a| [small]#`flag-sm`#
-
-a| emoji:flag-sn[2x] a| [small]#`flag-sn`#
-a| emoji:flag-so[2x] a| [small]#`flag-so`#
-a| emoji:flag-sr[2x] a| [small]#`flag-sr`#
-a| emoji:flag-ss[2x] a| [small]#`flag-ss`#
-
-a| emoji:flag-st[2x] a| [small]#`flag-st`#
-a| emoji:flag-sv[2x] a| [small]#`flag-sv`#
-a| emoji:flag-sx[2x] a| [small]#`flag-sx`#
-a| emoji:flag-sy[2x] a| [small]#`flag-sy`#
-
-a| emoji:flag-sz[2x] a| [small]#`flag-sz`#
-6+a|
-
-a| emoji:t[2x] a| [small]#`t`#
-6+a|
-
-a| emoji:flag-ta[2x] a| [small]#`flag-ta`#
-a| emoji:flag-tc[2x] a| [small]#`flag-tc`#
-a| emoji:flag-td[2x] a| [small]#`flag-td`#
-a| emoji:flag-tf[2x] a| [small]#`flag-tf`#
-
-a| emoji:flag-tg[2x] a| [small]#`flag-tg`#
-a| emoji:flag-th[2x] a| [small]#`flag-th`#
-a| emoji:flag-tj[2x] a| [small]#`flag-tj`#
-a| emoji:flag-tk[2x] a| [small]#`flag-tk`#
-
-a| emoji:flag-tl[2x] a| [small]#`flag-tl`#
-a| emoji:flag-tm[2x] a| [small]#`flag-tm`#
-a| emoji:flag-tn[2x] a| [small]#`flag-tn`#
-a| emoji:flag-to[2x] a| [small]#`flag-to`#
-
-a| emoji:flag-tr[2x] a| [small]#`flag-tr`#
-a| emoji:flag-tt[2x] a| [small]#`flag-tt`#
-a| emoji:flag-tv[2x] a| [small]#`flag-tv`#
-a| emoji:flag-tw[2x] a| [small]#`flag-tw`#
-
-a| emoji:flag-tz[2x] a| [small]#`flag-tz`#
-6+a|
-
-a| emoji:u[2x] a| [small]#`u`#
-6+a|
-
-a| emoji:flag-ua[2x] a| [small]#`flag-ua`#
-a| emoji:flag-ug[2x] a| [small]#`flag-ug`#
-a| emoji:flag-um[2x] a| [small]#`flag-um`#
-a| emoji:flag-us[2x] a| [small]#`flag-us`#
-
-a| emoji:flag-uy[2x] a| [small]#`flag-uy`#
-a| emoji:flag-uz[2x] a| [small]#`flag-uz`#
-4+a|
-
-a| emoji:v[2x] a| [small]#`v`#
-6+a|
-
-a| emoji:flag-va[2x] a| [small]#`flag-va`#
-a| emoji:flag-vc[2x] a| [small]#`flag-vc`#
-a| emoji:flag-ve[2x] a| [small]#`flag-ve`#
-a| emoji:flag-vg[2x] a| [small]#`flag-vg`#
-
-a| emoji:flag-vi[2x] a| [small]#`flag-vi`#
-a| emoji:flag-vn[2x] a| [small]#`flag-vn`#
-a| emoji:flag-vu[2x] a| [small]#`flag-vu`#
-2+a|
-
-a| emoji:w[2x] a| [small]#`w`#
-6+a|
-
-a| emoji:flag-wf[2x] a| [small]#`flag-wf`#
-a| emoji:flag-ws[2x] a| [small]#`flag-ws`#
-4+a|
-
-a| emoji:x[2x] a| [small]#`x`#
-6+a|
-
-a| emoji:flag-xk[2x] a| [small]#`flag-xk`#
-6+a|
-
-a| emoji:y[2x] a| [small]#`y`#
-6+a|
-
-a| emoji:flag-ye[2x] a| [small]#`flag-ye`#
-a| emoji:flag-yt[2x] a| [small]#`flag-yt`#
-4+a|
-
-a| emoji:z[2x] a| [small]#`z`#
-6+a|
-
-a| emoji:flag-za[2x] a| [small]#`flag-za`#
-a| emoji:flag-zm[2x] a| [small]#`flag-zm`#
-a| emoji:flag-zw[2x] a| [small]#`flag-zw`#
-2+a|
-
-|===
-
-== Credits
-
-Emoji support by link:https://github.com/twitter/twemoji[twemoji].
-
-Emoji graphics licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/

+ 0 - 121
docs/transition-docs/_attachments/main.yml

@@ -1,121 +0,0 @@
-# This file can be used to configure the Node.js build for Antora ci without
-# having Node installed locally. See 'transition-docs/antora_setup.adoc' in the root
-# of this repo for details of how to use this file.
-#
-# The action add-and-commit will always commit the package-lock.json,
-# package.json and Antora cache only if changes are made to the files.
-#
-# If the package-lock.json or package.json files are updated or new depends are
-# installed, the 'npm ci' should be always ran thereafter to speed up build
-# times. When ci is active, the package-lock.json and package.json files in root
-# will not be updated.
-#
-# Uses the action actions-gh-page to publish pages to the gh-pages branch,
-# including a required .nojekyll file that Antora requires for configuration.
-#
-# The 'actions/cache@v2' creates a new cache when the packages in
-# package-lock.json file change, or when the workflow runner's operating system
-# changes.
-
-name: Build Docs
-
-on:
-  push:
-    branches: '*'
-  # Initiate a build to pull in the wiki-ui repository changes.
-  repository_dispatch:
-    types: [wiki-ui-build]
-  pull_request:
-
-jobs:
-  build:
-
-    #Static version is used to maintain stability.
-    runs-on: ubuntu-18.04
-
-    strategy:
-      matrix:
-        #Static version is used to maintain stability.
-        node-version: [12.17.0]
-
-    steps:
-    - name: Clone the repo
-      uses: actions/checkout@v2
-      with:
-        # Number of commits to fetch. 0 indicates all history.
-        fetch-depth: 1
-
-    - name: Use Node.js ${{ matrix.node-version }}
-      uses: actions/setup-node@v1
-      with:
-        node-version: ${{ matrix.node-version }}
-
-    # Display the sha of the build triggering the repository_dispatch event.
-    - name: wiki-ui-build
-      if: github.event.action == 'wiki-ui-build'
-      run: echo wiki-ui-build sha ${{ github.event.client_payload.sha }}
-
-    # Uncomment to write the default package.json file to the repo root.
-    # When used in conjunction with the action add-and-commit 'add' command, the
-    # file will be written to the repo for editing.
-#    - name: Install default package.json
-#      run: npm init --yes
-
-    # Uncomment when adding or updating dependencies in the package-lock.json
-    # and package.json files for ci.
-#    - name: Install Node
-#      run: npm i
-
-    # Uncomment during initial setup or when updating Antora to a new version.
-    # The action add-and-commit 'add' command will detect the changes and commit
-    # the package-lock.json and package.json files.
-    # Emoji support. Seems to be a direct implementation of AsciiDoctor ruby
-    # extension.
-    # see: https://github.com/mogztter/asciidoctor-emoji
-#    - name: Install Antora
-#      run: |
-#       npm i @antora/[email protected]
-#       npm i @antora/[email protected]
-#       npm i asciidoctor-emoji
-
-    # Uncomment after package-lock.json and package.json files are updated.
-    - name: Run with CI
-      run: npm ci
-
-    - name: Audit Depends
-      run: npm audit
-
-    - name: Build Docs
-      run: npm run buildDocs
-
-    # Detects any updates to package-lock.json and package.json and commits the
-    # files to root.
-    # see:
-    # https://github.com/marketplace/actions/add-commit?version=v4.1.0
-    # for use options.
-    - name: Commit Packages
-      uses: EndBug/add-and-commit@v4
-      with:
-        author_name: mitm001
-        author_email: [email protected]
-        message: "Commit files for CI workflow"
-        # Commits these files to root if and only if there are changes.
-        add: "package-lock.json package.json"
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
-    # Commit changes to the gh-pages branch. Antora requires an empty
-    # '.nojekyll' be present in the branch due to certain directories starting
-    # with an underscore. This action has an option, set by default, to add that
-    # file for us on commit.
-    # see:
-    # https://github.com/marketplace/actions/github-pages-action?version=v3.6.1
-    # for use options.
-    - name: Deploy Docs
-      uses: peaceiris/actions-gh-pages@v3
-      with:
-        github_token: ${{ secrets.GITHUB_TOKEN }}
-        # Commits these files to gh-pages if and only if there are changes.
-        publish_dir: ./build/site
-        # Insert CNAME for repository.
-        cname: wiki.jmonkeyengine.org

+ 0 - 45
docs/transition-docs/_attachments/nav.html

@@ -1,45 +0,0 @@
-* <<documentation#,Getting Started>>
-* {link-javadoc}[JavaDoc]
-* <<jme3#,jMonkeyEngine 3>>
-** Beginner Tutorials
-*** <<jme3/beginner/hello_simpleapplication#,Hello SimpleApplication>>
-*** <<jme3/beginner/hello_node#,Hello Node>>
-*** <<jme3/beginner/hello_asset#,Hello Asset>>
-*** <<jme3/beginner/hello_main_event_loop#,Hello Main Event Loop>>
-*** <<jme3/beginner/hello_input_system#,Hello Input System>>
-*** <<jme3/beginner/hello_material#,Hello Material>>
-*** <<jme3/beginner/hello_animation#,Hello Animation>>
-*** <<jme3/beginner/hello_picking#,Hello Picking>>
-*** <<jme3/beginner/hello_collision#,Hello Collision>>
-*** <<jme3/beginner/hello_terrain#,Hello Terrain>>
-*** <<jme3/beginner/hello_audio#,Hello Audio>>
-*** <<jme3/beginner/hello_effects#,Hello Effects>>
-*** <<jme3/beginner/hello_physics#,Hello Physics>>
-** Intermediate Tutorials
-*** Concepts
-**** <<jme3/intermediate/best_practices#,Best Practices>>
-**** <<jme3/intermediate/simpleapplication#,Simple Application>>
-**** <<jme3/features#,Features>>
-**** <<jme3/intermediate/optimization#,Optimization>>
-**** <<jme3/faq#,FAQ>>
-*** Math Concepts
-**** <<jme3/math_for_dummies#,Math For Dummies>>
-**** <<jme3/intermediate/math#,Math>>
-**** <<jme3/math#,More Math>>
-**** <<jme3/rotate#,Rotate>>
-**** <<jme3/math_video_tutorials#,Math Video Tutorials>>
-*** 3D Graphics Concepts
-**** <<jme3/intermediate/multi-media_asset_pipeline#,Multi-Media Asset Pipeline>>
-**** <<jme3/scenegraph_for_dummies#,Scenegraph for Dummies>>
-**** <<jme3/beginner/hellovector#,Hello Vector>>
-**** <<jme3/terminology#,Terminology>>
-**** <<jme3/intermediate/how_to_use_materials#,How to Use Materials>>
-**** <<jme3/intermediate/transparency_sorting#,Transparency and Sorting>>
-**** <<jme3/external/blender#,Importing from Blender>>
-**** <<jme3/external/3dsmax#,Importing from 3DS Max>>
-* <<logo#,Logo Usage>>
-* <<bsd_license#,License>>
-* <<github_tips#,Github Tips>>
-
-.SDK
-* <<sdk#,jMonkeyEngine SDK>>

+ 0 - 44
docs/transition-docs/_attachments/wiki-playbook.yml

@@ -1,44 +0,0 @@
-site:
-  title: jMonkeyEngine Docs
-  url: https://wiki.jmonkeyengine.org
-  robots: disallow
-  start_page: docs::documentation.adoc
-content:
-  sources:
-  - url: .
-    branches: HEAD
-    start_path: docs
-  - url: https://github.com/jMonkeyEngine/wiki-ui
-    branches: HEAD
-    start_path: docs
-ui:
-  bundle:
-    url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
-    # Required when using cache or fetch will not update ui.
-    snapshot: true
-asciidoc:
-  # Some built-in AsciiDoc attributes are not applicable in the Antora
-  # environment. These attributes include data-uri, allow-uri-read, docinfo,
-  # linkcss, noheader, nofooter, webfonts, and outfilesuffix.
-  attributes:
-    # previous and next page navigation, uses nav.adoc
-    page-pagination: ''
-    idprefix: ''
-    idseparator: '-'
-    #add an <orgname> element
-    orgname: 'jMonkeyEngine'
-    # Site wide setting of javaDoc url. Soft set using '@' allows override at
-    # component and page level.
-    link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.3.2-stable@'
-    # Enables the UI macros (button, menu and kbd)
-    experimental: ''
-    # Adds an anchor in front of the section title when the mouse cursor hovers
-    # over it.
-    :sectanchors: ''
-  extensions:
-  # Twitter Emoji
-  # see: https://github.com/Mogztter/asciidoctor-emoji
-  - asciidoctor-emoji
-runtime:
-  cache_dir: ./.cache/antora
-  fetch: true

BIN
docs/transition-docs/_images/vers_append.png


+ 0 - 1377
docs/transition-docs/antora_setup.html

@@ -1,1377 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>Converting the Wiki to Antora :: jMonkeyEngine Docs</title>
-    <link rel="canonical" href="https://wiki.jmonkeyengine.org/docs/transition-docs/antora_setup.html">
-    <meta name="generator" content="Antora 2.3.3">
-    <link rel="stylesheet" href="../../_/css/site.css">
-  </head>
-  <body class="article">
-<header class="header">
-  <nav class="navbar">
-    <div class="navbar-brand">
-      <a class="navbar-item" href="https://wiki.jmonkeyengine.org">jMonkeyEngine Docs</a>
-      <button class="navbar-burger" data-target="topbar-nav">
-        <span></span>
-        <span></span>
-        <span></span>
-      </button>
-    </div>
-    <div id="topbar-nav" class="navbar-menu">
-      <div class="navbar-end">
-        <a class="navbar-item" href="#">Home</a>
-        <div class="navbar-item has-dropdown is-hoverable">
-          <a class="navbar-link" href="#">Products</a>
-          <div class="navbar-dropdown">
-            <a class="navbar-item" href="#">Product A</a>
-            <a class="navbar-item" href="#">Product B</a>
-            <a class="navbar-item" href="#">Product C</a>
-          </div>
-        </div>
-        <div class="navbar-item has-dropdown is-hoverable">
-          <a class="navbar-link" href="#">Services</a>
-          <div class="navbar-dropdown">
-            <a class="navbar-item" href="#">Service A</a>
-            <a class="navbar-item" href="#">Service B</a>
-            <a class="navbar-item" href="#">Service C</a>
-          </div>
-        </div>
-        <div class="navbar-item has-dropdown is-hoverable">
-          <a class="navbar-link" href="#">Resources</a>
-          <div class="navbar-dropdown">
-            <a class="navbar-item" href="#">Resource A</a>
-            <a class="navbar-item" href="#">Resource B</a>
-            <a class="navbar-item" href="#">Resource C</a>
-          </div>
-        </div>
-        <div class="navbar-item">
-          <span class="control">
-            <a class="button is-primary" href="#">Download</a>
-          </span>
-        </div>
-      </div>
-    </div>
-  </nav>
-</header>
-<div class="body">
-<div class="nav-container" data-component="docs" data-version="master">
-  <aside class="nav">
-    <div class="panels">
-<div class="nav-panel-menu is-active" data-panel="menu">
-  <nav class="nav-menu">
-    <h3 class="title"><a href="../jme3.html">Docs</a></h3>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="0">
-<ul class="nav-list">
-  <li class="nav-item" data-depth="1">
-    <a class="nav-link" href="../documentation.html">Getting Started</a>
-  </li>
-  <li class="nav-item" data-depth="1">
-    <a class="nav-link" href="https://javadoc.jmonkeyengine.org/v3.3.2-stable">JavaDoc</a>
-  </li>
-  <li class="nav-item" data-depth="1">
-    <button class="nav-item-toggle"></button>
-    <a class="nav-link" href="../jme3.html">jMonkeyEngine 3</a>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="2">
-    <button class="nav-item-toggle"></button>
-    <span class="nav-text">Beginner Tutorials</span>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_simpleapplication.html">Hello SimpleApplication</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_node.html">Hello Node</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_asset.html">Hello Asset</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_main_event_loop.html">Hello Main Event Loop</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_input_system.html">Hello Input System</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_material.html">Hello Material</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_animation.html">Hello Animation</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_picking.html">Hello Picking</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_collision.html">Hello Collision</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_terrain.html">Hello Terrain</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_audio.html">Hello Audio</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_effects.html">Hello Effects</a>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <a class="nav-link" href="../jme3/beginner/hello_physics.html">Hello Physics</a>
-  </li>
-</ul>
-  </li>
-  <li class="nav-item" data-depth="2">
-    <button class="nav-item-toggle"></button>
-    <span class="nav-text">Intermediate Tutorials</span>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="3">
-    <button class="nav-item-toggle"></button>
-    <span class="nav-text">Concepts</span>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/best_practices.html">Best Practices</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/simpleapplication.html">Simple Application</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/features.html">Features</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/optimization.html">Optimization</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/faq.html">FAQ</a>
-  </li>
-</ul>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <button class="nav-item-toggle"></button>
-    <span class="nav-text">Math Concepts</span>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/math_for_dummies.html">Math For Dummies</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/math.html">Math</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/math.html">More Math</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/rotate.html">Rotate</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/math_video_tutorials.html">Math Video Tutorials</a>
-  </li>
-</ul>
-  </li>
-  <li class="nav-item" data-depth="3">
-    <button class="nav-item-toggle"></button>
-    <span class="nav-text">3D Graphics Concepts</span>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/multi-media_asset_pipeline.html">Multi-Media Asset Pipeline</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/scenegraph_for_dummies.html">Scenegraph for Dummies</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/beginner/hellovector.html">Hello Vector</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/terminology.html">Terminology</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/how_to_use_materials.html">How to Use Materials</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/intermediate/transparency_sorting.html">Transparency and Sorting</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/external/blender.html">Importing from Blender</a>
-  </li>
-  <li class="nav-item" data-depth="4">
-    <a class="nav-link" href="../jme3/external/3dsmax.html">Importing from 3DS Max</a>
-  </li>
-</ul>
-  </li>
-</ul>
-  </li>
-</ul>
-  </li>
-  <li class="nav-item" data-depth="1">
-    <a class="nav-link" href="../logo.html">Logo Usage</a>
-  </li>
-  <li class="nav-item" data-depth="1">
-    <a class="nav-link" href="../bsd_license.html">License</a>
-  </li>
-  <li class="nav-item" data-depth="1">
-    <a class="nav-link" href="../github_tips.html">Github Tips</a>
-  </li>
-</ul>
-  </li>
-  <li class="nav-item" data-depth="0">
-    <button class="nav-item-toggle"></button>
-    <span class="nav-text">SDK</span>
-<ul class="nav-list">
-  <li class="nav-item" data-depth="1">
-    <a class="nav-link" href="../sdk.html">jMonkeyEngine SDK</a>
-  </li>
-</ul>
-  </li>
-</ul>
-  </nav>
-</div>
-<div class="nav-panel-explore" data-panel="explore">
-  <div class="context">
-    <span class="title">Docs</span>
-    <span class="version">master</span>
-  </div>
-  <ul class="components">
-    <li class="component is-current">
-      <span class="title">Docs</span>
-      <ul class="versions">
-        <li class="version is-current is-latest">
-          <a href="../jme3.html">master</a>
-        </li>
-      </ul>
-    </li>
-    <li class="component">
-      <span class="title">Wiki UI</span>
-      <ul class="versions">
-        <li class="version is-latest">
-          <a href="../../wiki-ui/index.html">master</a>
-        </li>
-      </ul>
-    </li>
-  </ul>
-</div>
-    </div>
-  </aside>
-</div>
-<main class="article">
-<div class="toolbar" role="navigation">
-<button class="nav-toggle"></button>
-  <a href="../documentation.html" class="home-link"></a>
-<nav class="breadcrumbs" aria-label="breadcrumbs">
-  <ul>
-    <li><a href="../jme3.html">Docs</a></li>
-    <li><a href="antora_setup.html">Converting the Wiki to Antora</a></li>
-  </ul>
-</nav>
-  <div class="edit-this-page"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/docs/modules/transition-docs/pages/antora_setup.adoc">Edit this Page</a></div>
-  </div>
-  <div class="content">
-<article class="doc">
-<h1 class="page">Converting the Wiki to Antora</h1>
-<div class="sect1">
-<h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting Started</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>Setup is based off <a href="https://help.github.com/en/actions/language-and-framework-guides/using-nodejs-with-github-actions">Using Node.js with GitHub Actions</a>, <a href="https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows">Caching dependencies to speed up workflows</a>, and the <a href="https://docs.antora.org/antora/2.3/install/install-antora/">Install Antora</a> guides. It is expected that the repository has already been cloned locally.</p>
-</div>
-<div class="olist arabic">
-<div class="title">Definitions</div>
-<ol class="arabic">
-<li>
-<p>GitHub Web Interface (GWI)</p>
-</li>
-<li>
-<p>Git Command Line Interface (CLI)</p>
-</li>
-<li>
-<p>Continuous Integration (CI)</p>
-</li>
-</ol>
-</div>
-<div class="olist arabic">
-<div class="title">Tools needed</div>
-<ol class="arabic">
-<li>
-<p>A gitHub account.</p>
-</li>
-<li>
-<p>The Atom Editor, setup for using AsciiDoctor.</p>
-</li>
-<li>
-<p>Git (CLI).</p>
-</li>
-</ol>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="activating-dispatch-event"><a class="anchor" href="#activating-dispatch-event"></a>Activating Dispatch Event</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>We use a dispatch_event to build the wiki anytime there are new changes tagged on the wiki-ui repository.</p>
-</div>
-<div class="paragraph">
-<p>To activate the <code>Docs Dispatch Event</code> command, it must share a personal access token, with permissions <code>public_repo</code>, with the jMonkeyEngine Wiki.</p>
-</div>
-<div class="paragraph">
-<p>You setup the token first from your personal account with the token name <code>WIKI_UI_DISPATCH</code>.</p>
-</div>
-<div class="paragraph">
-<p>See: <a href="https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line" class="bare">https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line</a></p>
-</div>
-<div class="paragraph">
-<p>Then in the wiki-ui repository under <span class="menuseq"><b class="menu">Settings</b>&#160;<i class="fa fa-angle-right caret"></i> <b class="menuitem">Secrets</b></span> add the new token with the format:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>username:token</code></pre>
-</div>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="setup-of-node-js"><a class="anchor" href="#setup-of-node-js"></a>Setup of Node.js</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>GitHub Actions requires a workflow file (main.yml) to be located in a <code>.github/workflows</code> folder. In order to use (CI) with the workflow, there must be a <code>package.json</code> and <code>package-lock.json</code> file located in the root of the repository. Node.js will build and update these files for us.</p>
-</div>
-<div class="ulist">
-<ul>
-<li>
-<p>We use an action named &#8220;EndBug/add-and-commit@v4&#8221; to commit the <code>package.json</code> and <code>package-lock.json</code> files to the repository any time there are changes that affect these files.</p>
-</li>
-<li>
-<p>We use an action named &#8220;peaceiris/actions-gh-pages@v3&#8221; to publish the built website to the <code>gh-pages</code> branch whenever there is a push to the repo.</p>
-</li>
-<li>
-<p>We use a <code>repository_dispatch</code> webhook event configured to recieve events from the wiki-ui repo to build the docs whenever there is a new release pushed to the UI repository.</p>
-</li>
-</ul>
-</div>
-<div class="paragraph">
-<p>These steps are all built into the workflow file.</p>
-</div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>You can edit/add the main.yml from a git (CLI) or the (GWI) only.</p>
-</div>
-<div class="paragraph">
-<p>This tutorial uses (CLI) for workflow file edits, and the Atom Editor for editing all other files. Since both the (CLI) and Atom Editor are working with the same repository, both will stay synchronized with the local repository.</p>
-</div>
-</td>
-</tr>
-</table>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="prepare-repository"><a class="anchor" href="#prepare-repository"></a>Prepare Repository</h2>
-<div class="sectionbody">
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>From the (CLI):</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Checkout a new branch named <code>antora-setup</code>.</p>
-</li>
-<li>
-<p>Create the destination folder <code>docs/modules/ROOT</code> in the root of the local repository.</p>
-</li>
-<li>
-<p>Move the folders found inside the Wiki <code>src/docs/</code> folder to the destination folder.</p>
-<div class="openblock">
-<div class="content">
-<div class="paragraph">
-<p>This will be the destination final results.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>|-docs
-   |-modules
-      |-ROOT
-         |-images
-         |-pages
-         |-resources</code></pre>
-</div>
-</div>
-<div class="admonitionblock important">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-important" title="Important"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>Use <code>git mv</code> from the (CLI) to retain all history.</p>
-</div>
-<div class="paragraph">
-<p>git mv [-v] [-n] &lt;source&gt; &lt;destination&gt;</p>
-</div>
-<div class="paragraph">
-<p>* [-n] option will do nothing; only show what would happen. Remove when ready to complete the move.</p>
-</div>
-</td>
-</tr>
-</table>
-</div>
-<table class="tableblock frame-all grid-all stretch">
-<colgroup>
-<col style="width: 50%;">
-<col style="width: 50%;">
-</colgroup>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p>&lt;source&gt;</p>
-</div></div></td>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p>&lt;destination&gt;</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p><code>src/docs/images</code></p>
-</div></div></td>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p><code>docs/modules/ROOT/images</code></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p><code>src/docs/resources</code></p>
-</div></div></td>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p><code>docs/modules/ROOT/resources</code></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p><code>src/docs/asciidocs</code></p>
-</div></div></td>
-<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
-<p><code>docs/modules/ROOT/pages</code></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-<div class="admonitionblock important">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-important" title="Important"></i>
-</td>
-<td class="content">
-The move to the <code>docs/modules/ROOT/pages</code> folder is a rename of the <code>asciidoc</code> folder. Do not move the folder into pages.
-</td>
-</tr>
-</table>
-</div>
-</div>
-</div>
-</li>
-<li>
-<p>Add, commit and push the <code>antora-setup</code> branch to the repository.</p>
-</li>
-</ol>
-</div>
-</li>
-</ol>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="setup-workflow"><a class="anchor" href="#setup-workflow"></a>Setup Workflow</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>All files for setup can be found inside the <code>transition-docs</code> module where this document is located.  These are the final configuration files using the <code>master</code> branch to trigger builds and assume all steps have been completed and Antora is now in control of the build process for the wiki.</p>
-</div>
-<div class="paragraph">
-<p>Using the workflow shown below will execute on the <code>antora-setup</code> branch pushing the build to the <code>gh-pages</code> branch allowing setup to be completed. This will allow for testing the build prior to merging the branch to <code>master</code>.</p>
-</div>
-<div class="paragraph">
-<p>The changes that affect the workflow branch are as follows:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>on:
-  push:
-    branches: [ antora-setup ]
-
-    uses: actions/checkout@v2
-    with:
-      ref: antora-setup</code></pre>
-</div>
-</div>
-<div class="admonitionblock tip">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-tip" title="Tip"></i>
-</td>
-<td class="content">
-It&#8217;s a good idea to have the (GWI) actions tab open in a browser so the build can be monitored.
-</td>
-</tr>
-</table>
-</div>
-<div class="paragraph">
-<p>The action <code>EndBug/add-and-commit@v4</code> will commit to the branch that triggered the workflow.</p>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>From the (CLI):</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Create a <code>.github/workflows</code> folder in the <code>antora-setup</code> branch.</p>
-</li>
-<li>
-<p>Add the initial &#8220;main.yml&#8221; file below as a new workflow.</p>
-<div class="openblock">
-<div class="content">
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-The initial file is designed to be used in steps, commenting and uncommenting commands as the changeover progresses. The finalized <a href="_attachments/main.yml">main.yml</a> is in the <code>transition-docs</code> module.
-</td>
-</tr>
-</table>
-</div>
-<div class="listingblock">
-<div class="title">Initial main.yml</div>
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-yml hljs" data-lang="yml"># This file can be used to configure the Node.js build for Antora ci without
-# having Node installed locally. See 'transition-docs/antora_setup.adoc' in the root
-# of this repo for details of how to use this file.
-#
-# The action add-and-commit will always commit the package-lock.json,
-# package.json and Antora cache only if changes are made to the files.
-#
-# If the package-lock.json or package.json files are updated or new depends are
-# installed, the 'npm ci' should be always ran thereafter to speed up build
-# times. When ci is active, the package-lock.json and package.json files in root
-# will not be updated.
-#
-# Uses the action actions-gh-page to publish pages to the gh-pages branch,
-# including a required .nojekyll file that Antora requires for configuration.
-#
-# The 'actions/cache@v2' creates a new cache when the packages in
-# package-lock.json file change, or when the workflow runner's operating system
-# changes.
-
-name: Build Docs
-
-on:
-  push:
-    branches: [ antora-setup ]
-  # Initiate a build to pull in the wiki-ui repository changes.
-  repository_dispatch:
-    types: [wiki-ui-build]
-  pull_request:
-
-jobs:
-  build:
-
-    #Static version is used to maintain stability.
-    runs-on: ubuntu-18.04
-
-    strategy:
-      matrix:
-        #Static version is used to maintain stability.
-        node-version: [12.17.0]
-
-    steps:
-    - name: Clone the repo
-      uses: actions/checkout@v2
-      with:
-        ref: antora-setup
-        # Number of commits to fetch. 0 indicates all history.
-        fetch-depth: 1
-
-    - name: Use Node.js ${{ matrix.node-version }}
-      uses: actions/setup-node@v1
-      with:
-        node-version: ${{ matrix.node-version }}
-
-    # Display the sha of the build triggering the repository_dispatch event.
-    - name: wiki-ui-build
-      if: github.event.action == 'wiki-ui-build'
-      run: echo wiki-ui-build sha ${{ github.event.client_payload.sha }}
-
-    # Uncomment to write the default package.json file to the repo root.
-    # When used in conjunction with the action add-and-commit 'add' command, the
-    # file will be written to the repo for editing.
-    - name: Install default package.json
-      run: npm init --yes
-
-    # Uncomment when adding or updating dependencies in the package-lock.json
-    # and package.json files for ci.
-    - name: Install Node
-      run: npm i
-
-    # Uncomment during initial setup or when updating Antora to a new version.
-    # The action add-and-commit 'add' command will detect the changes and commit
-    # the package-lock.json and package.json files.
-    # Emoji support. Seems to be a direct implementation of AsciiDoctor ruby
-    # extension.
-    # see: https://github.com/mogztter/asciidoctor-emoji
-    - name: Install Antora
-      run: |
-       npm i @antora/[email protected]
-       npm i @antora/[email protected]
-       npm i asciidoctor-emoji
-
-    # Uncomment after package-lock.json and package.json files are updated.
-#    - name: Run with CI
-#      run: npm ci
-
-    - name: Audit Depends
-      run: npm audit
-
-#    - name: Build Docs
-#      run: npm run buildDocs
-
-    # Detects any updates to package-lock.json and package.json and commits the
-    # files to root.
-    # see:
-    # https://github.com/marketplace/actions/add-commit?version=v4.1.0
-    # for use options.
-    - name: Commit Packages
-      uses: EndBug/add-and-commit@v4
-      with:
-        author_name: mitm001
-        author_email: [email protected]
-        message: "Commit files for CI workflow"
-        # Commits these files to root if and only if there are changes.
-        add: "package-lock.json package.json"
-      env:
-        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
-    # Commit changes to the gh-pages branch. Antora requires an empty
-    # '.nojekyll' be present in the branch due to certain directories starting
-    # with an underscore. This action has an option, set by default, to add that
-    # file for us on commit.
-    # see:
-    # https://github.com/marketplace/actions/github-pages-action?version=v3.6.1
-    # for use options.
-#    - name: Deploy Docs
-#      uses: peaceiris/actions-gh-pages@v3
-#      with:
-#        github_token: ${{ secrets.GITHUB_TOKEN }}
-        # Commits these files to gh-pages if and only if there are changes.
-#        publish_dir: ./build/site
-        # Insert CNAME for repository.
-#        cname: wiki.jmonkeyengine.org</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>The initial main points of interest are as follows.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>repository_dispatch:
-  types: [wiki-ui-build]</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>When the webhook event <code>repository_dispatch</code> is triggered, with a secret <code>WIKI_UI_DISPATCH</code> token that matches the same secret token of this repository and with the <code>event_type</code> &#8220;wiki-ui-build&#8221;, the workflow build will run.</p>
-</div>
-<div class="paragraph">
-<p>See:</p>
-</div>
-<div class="ulist">
-<ul>
-<li>
-<p><a href="https://developer.github.com/v3/repos/#create-a-repository-dispatch-event" class="bare">https://developer.github.com/v3/repos/#create-a-repository-dispatch-event</a></p>
-</li>
-<li>
-<p><a href="https://blog.marcnuri.com/triggering-github-actions-across-different-repositories/" class="bare">https://blog.marcnuri.com/triggering-github-actions-across-different-repositories/</a></p>
-</li>
-<li>
-<p><a href="https://help.github.com/en/actions/reference/events-that-trigger-workflows#external-events-repository_dispatch" class="bare">https://help.github.com/en/actions/reference/events-that-trigger-workflows#external-events-repository_dispatch</a></p>
-</li>
-</ul>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>#Static version is used to maintain stability.
-runs-on: ubuntu-18.04
-
-strategy:
-  matrix:
-    #Static version is used to maintain stability.
-    node-version: [12.17.0]</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>With the above lines, we are using a static version of <code>Unbuntu</code> and <code>Node.js</code>. Updates can potentially break things, and we would find out after the fact rather than knowing immediately that there was a problem.</p>
-</div>
-<div class="admonitionblock tip">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-tip" title="Tip"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>Setting the node version using the matrix strategy has the added benefit of appending the Node.js version to our job <code>build</code> on the (GWI) dashboard.</p>
-</div>
-<div class="paragraph">
-<p>For example, our job name <code>build</code>, will have the version <code>12.17.0</code> appended like so:</p>
-</div>
-<div class="imageblock">
-<div class="content">
-<img src="_images/vers_append.png" alt="vers_append.png">
-</div>
-</div>
-</td>
-</tr>
-</table>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>- name: Install default package.json
-  run: npm init --yes</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>The above line will create our default <code>package.json</code> file that will control the (CI) and hold any command line scripts we implement. Once this file is commited to the repo, this line is no longer used.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>- name: Install Node
-  run: npm i</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>This will install node into our workflow and create our initial <code>package-lock.json</code> file. Once the <code>package-lock.json</code> file is committed, this line will only be used to when adding new packages by appending the package name to the command. Change it to <code>run: npm update</code> to update depends.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>- name: Install Antora
-  run: |
-   npm i @antora/[email protected]
-   npm i @antora/[email protected]
-   npm i asciidoctor-emoji</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>The above command will install our Antora depends.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>with:
-  author_name: mitm001
-  author_email: [email protected]
-  message: "Commit files for CI workflow"</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>The above is the author and message of the commit action. If the author name and email are not set, a warning will be thrown if <code>repository_dispatch</code> triggers a workflow. Customize as needed.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code># Commits these files to root if and only if there are changes.
-add: "package-lock.json package.json*"</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>This line will commit the <code>package-lock.json</code> and <code>package.json</code> if there are any changes to the files.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>env:
-  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>The <code>secrets.GITHUB_TOKEN</code> doesn&#8217;t have authorization to create any successive events, so we avoid an infinite loop of commit, run workflows, commit, run workflows.</p>
-</div>
-</div>
-</div>
-</li>
-<li>
-<p>Add, commit and push the <code>antora-setup</code> branch to the repo. The workflow will commit the <code>package.json</code> and <code>package-lock.json</code> files into the root of the <code>antora-setup</code> branch of the repo.</p>
-</li>
-</ol>
-</div>
-</li>
-<li>
-<p>Issue a pull request. This will pull in the <code>.json</code> files.</p>
-</li>
-<li>
-<p>Edit the <code>main.yml</code> file by commenting out the &#8220;Install default package.json&#8221;, &#8220;Install Node&#8221; and &#8220;Install Antora&#8221; commands.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>#    - name: Install default package.json
-#      run: npm init --yes
-
-#    - name: Install Node
-#      run: npm i
-
-#    - name: Install Antora
-#      run: |
-#       npm i @antora/[email protected]
-#       npm i @antora/[email protected]
-#       npm i asciidoctor-emoji</code></pre>
-</div>
-</div>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Add, commit and push the <code>antora-setup</code> branch to the repo.</p>
-</li>
-</ol>
-</div>
-</li>
-<li>
-<p>In the Atom Editor:</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Edit the <code>package.json</code> file.</p>
-<div class="openblock">
-<div class="content">
-<div class="listingblock">
-<div class="title">package.json</div>
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-.json hljs" data-lang=".json">{
-  "version": "1.0.1",
-  "description": "jMonkeyEngine Documentation",
-  "scripts": {
-    "buildDocs": "$(npm bin)/antora --stacktrace wiki-playbook.yml"
-  },
-  "private": true,
-  "license": "BSD-3-Clause",
-
-}</code></pre>
-</div>
-</div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-See: <a href="https://nodejs.dev/learn/the-package-json-guide">The Package Json Guide</a>, and <a href="https://nodejs.dev/learn/the-package-lock-json-file">The package-lock.json file</a>  for info on the properties that can be set and their meaning.
-</td>
-</tr>
-</table>
-</div>
-</div>
-</div>
-<div class="ulist checklist">
-<ul class="checklist">
-<li>
-<p><i class="fa fa-check-square-o"></i> Bump <code>"version": "1.0.1"</code>.</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> Fix the description.</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> Remove <code>test</code> from the scripts property.</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> Add the <code>buildDocs</code> script.</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> Add the <code>"private": true,</code> property.</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> Change the license.</p>
-</li>
-</ul>
-</div>
-</li>
-<li>
-<p>Edit the <code>package-lock.json</code> file:</p>
-<div class="ulist checklist">
-<ul class="checklist">
-<li>
-<p><i class="fa fa-check-square-o"></i> Bump  <code>"version": "1.0.1"</code>.</p>
-</li>
-</ul>
-</div>
-</li>
-<li>
-<p>Stage, commit and push the <code>package.json</code> and <code>package-lock.json</code> files to the repo.</p>
-</li>
-</ol>
-</div>
-</li>
-</ol>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="preparing-test-site"><a class="anchor" href="#preparing-test-site"></a>Preparing Test Site</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>We only need this step for a repository imported from the wiki, skip otherwise.</p>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>From the (GWI).</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Switch to the <code>gh-pages</code> branch and delete the <code>CNAME</code> file.</p>
-</li>
-<li>
-<p>Commit the changes.</p>
-</li>
-<li>
-<p>In the <code>Settings</code> tab, set the newly created branch as the &#8220;Source&#8221; under the GitHub Pages settings. The link box for the site will change color to green, indicating it is configured.</p>
-<div class="paragraph">
-<p>This will be the branch we deploy the site to using the &#8220;Deploy Docs&#8221; command in the <code>main.yml</code> file.</p>
-</div>
-</li>
-</ol>
-</div>
-</li>
-</ol>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="setup-antora"><a class="anchor" href="#setup-antora"></a>Setup Antora</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>Add the configuration files. Once complete, our final source structure will look like so.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>|-docs
-| |-modules
-| | |-ROOT
-| |   |-nav.adoc
-| |   |-images
-| |   |-pages
-| |   |-resources
-| |-antora.yml
-|-wiki-playbook.yml</code></pre>
-</div>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>From the Atom Editor:</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Add the initial <code>wiki-playbook.yml</code> file to the root of the repo.</p>
-<div class="openblock">
-<div class="content">
-<div class="listingblock">
-<div class="title">Initial wiki-playbook.yml</div>
-<div class="content">
-<pre class="highlightjs highlight"><code>site:
-  title: jMonkeyEngine Docs
-  url: https://wiki.jmonkeyengine.org
-  robots: disallow
-  start_page: docs::documentation.adoc
-content:
-  sources:
-  - url: .
-    branches: [antora-setup]
-    start_path: docs
-  - url: https://github.com/jMonkeyEngine/wiki-ui
-    branches: HEAD
-    start_path: docs
-ui:
-  bundle:
-    url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
-    # Required when using cache or fetch will not update ui.
-    snapshot: true
-asciidoc:
-  # Some built-in AsciiDoc attributes are not applicable in the Antora
-  # environment. These attributes include data-uri, allow-uri-read, docinfo,
-  # linkcss, noheader, nofooter, webfonts, and outfilesuffix.
-  attributes:
-    # previous and next page navigation, uses nav.adoc
-    page-pagination: ''
-    idprefix: ''
-    idseparator: '-'
-    #add an &lt;orgname&gt; element
-    orgname: 'jMonkeyEngine'
-    # Site wide setting of javaDoc url. Soft set using '@' allows override at
-    # component and page level.
-    link-javadoc: 'https://javadoc.jmonkeyengine.org/v3.3.2-stable@'
-    # Enables the UI macros (button, menu and kbd)
-    experimental: ''
-    # Adds an anchor in front of the section title when the mouse cursor hovers
-    # over it.
-    :sectanchors: ''
-  extensions:
-  # Twitter Emoji
-  # see: https://github.com/Mogztter/asciidoctor-emoji
-  - asciidoctor-emoji
-runtime:
-  cache_dir: ./.cache/antora
-  fetch: true</code></pre>
-</div>
-</div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-See: <a href="https://docs.antora.org/antora/2.3/playbook/set-up-playbook/">Set Up a Playbook</a> for detailed <code>key: value</code> explanations.
-</td>
-</tr>
-</table>
-</div>
-<div class="admonitionblock important">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-important" title="Important"></i>
-</td>
-<td class="content">
-The branches key is set to <code>antora-setup</code>. The <a href="_attachments/wiki-playbook.yml">wiki-playbook.yml</a> in the <code>transition-docs `module is set to use the `master</code> branch for versioning.
-</td>
-</tr>
-</table>
-</div>
-</div>
-</div>
-</li>
-<li>
-<p>Add the <a href="_attachments/antora.yml">antora.yml</a> file to the <code>docs</code> folder. It must be located next to the <code>modules</code> folder.</p>
-<div class="listingblock">
-<div class="title">antora.yml</div>
-<div class="content">
-<pre class="highlightjs highlight"><code>name: docs
-title: Docs
-version: master
-start_page: ROOT:jme3.adoc
-nav:
-- modules/ROOT/nav.adoc</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Add the <code>nav.adoc</code> file to the <code>docs/modules/ROOT</code> folder. It must be in the top-level of the <code>ROOT</code> folder.</p>
-<div class="listingblock">
-<div class="title">nav.adoc</div>
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">* &lt;&lt;documentation#,Getting Started&gt;&gt;
-* {link-javadoc}[JavaDoc]
-* &lt;&lt;jme3#,jMonkeyEngine 3&gt;&gt;
-** Beginner Tutorials
-*** &lt;&lt;jme3/beginner/hello_simpleapplication#,Hello SimpleApplication&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_node#,Hello Node&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_asset#,Hello Asset&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_main_event_loop#,Hello Main Event Loop&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_input_system#,Hello Input System&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_material#,Hello Material&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_animation#,Hello Animation&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_picking#,Hello Picking&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_collision#,Hello Collision&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_terrain#,Hello Terrain&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_audio#,Hello Audio&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_effects#,Hello Effects&gt;&gt;
-*** &lt;&lt;jme3/beginner/hello_physics#,Hello Physics&gt;&gt;
-** Intermediate Tutorials
-*** Concepts
-**** &lt;&lt;jme3/intermediate/best_practices#,Best Practices&gt;&gt;
-**** &lt;&lt;jme3/intermediate/simpleapplication#,Simple Application&gt;&gt;
-**** &lt;&lt;jme3/features#,Features&gt;&gt;
-**** &lt;&lt;jme3/intermediate/optimization#,Optimization&gt;&gt;
-**** &lt;&lt;jme3/faq#,FAQ&gt;&gt;
-*** Math Concepts
-**** &lt;&lt;jme3/math_for_dummies#,Math For Dummies&gt;&gt;
-**** &lt;&lt;jme3/intermediate/math#,Math&gt;&gt;
-**** &lt;&lt;jme3/math#,More Math&gt;&gt;
-**** &lt;&lt;jme3/rotate#,Rotate&gt;&gt;
-**** &lt;&lt;jme3/math_video_tutorials#,Math Video Tutorials&gt;&gt;
-*** 3D Graphics Concepts
-**** &lt;&lt;jme3/intermediate/multi-media_asset_pipeline#,Multi-Media Asset Pipeline&gt;&gt;
-**** &lt;&lt;jme3/scenegraph_for_dummies#,Scenegraph for Dummies&gt;&gt;
-**** &lt;&lt;jme3/beginner/hellovector#,Hello Vector&gt;&gt;
-**** &lt;&lt;jme3/terminology#,Terminology&gt;&gt;
-**** &lt;&lt;jme3/intermediate/how_to_use_materials#,How to Use Materials&gt;&gt;
-**** &lt;&lt;jme3/intermediate/transparency_sorting#,Transparency and Sorting&gt;&gt;
-**** &lt;&lt;jme3/external/blender#,Importing from Blender&gt;&gt;
-**** &lt;&lt;jme3/external/3dsmax#,Importing from 3DS Max&gt;&gt;
-* &lt;&lt;logo#,Logo Usage&gt;&gt;
-* &lt;&lt;bsd_license#,License&gt;&gt;
-* &lt;&lt;github_tips#,Github Tips&gt;&gt;
-
-.SDK
-* &lt;&lt;sdk#,jMonkeyEngine SDK&gt;&gt;</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Stage, commit and push everything to the repo.</p>
-</li>
-</ol>
-</div>
-</li>
-<li>
-<p>From the (CLI):</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Edit the main.yml file, uncommenting the <code>Run with CI</code>, <code>Build Docs</code>, <code>Deploy Docs</code> commands. If this is for the official wiki site, uncomment the <code>cname</code> key as well.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>    - name: Run with CI
-      run: npm ci
-
-    - name: Build Docs
-      run: npm run buildDocs
-
-    - name: Deploy Docs
-      uses: peaceiris/actions-gh-pages@v3
-      with:
-        github_token: ${{ secrets.GITHUB_TOKEN }}
-        # Commits these files to gh-pages if and only if there are changes.
-        publish_dir: ./build/site
-        # Insert CNAME for repository.
-        cname: wiki.jmonkeyengine.org</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Add, commit and push the <code>antora-setup</code> branch to the repo.</p>
-</li>
-</ol>
-</div>
-</li>
-</ol>
-</div>
-<div class="paragraph">
-<p>The build will succeed but if we examine the log file we find that the emoji.adoc page is broken. This is due to format changes using the new emoji macro.</p>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Issue a pull request from the Atom Editor.</p>
-</li>
-<li>
-<p>To save time, replace the <code>docs/modules/ROOT/pages/wiki/emoji.adoc</code> file with the <code>emoji.adoc</code> file found inside <code>transition-docs</code> module.</p>
-</li>
-</ol>
-</div>
-<div class="paragraph">
-<p>We are now down to one last set of warnings that need attention. When we examine the build log we see:</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code class="language-text hljs" data-lang="text">WARNING: skipping reference to missing attribute: home
-WARNING: skipping reference to missing attribute: appname
-WARNING: skipping reference to missing attribute: home
-WARNING: skipping reference to missing attribute: appname
-WARNING: skipping reference to missing attribute: 0
-WARNING: skipping reference to missing attribute: 1
-WARNING: skipping reference to missing attribute: 2</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>The <code>home</code> and <code>appname</code> missing attributes are due to unescaped content in the <code>docs/modules/ROOT/pages/sdk/update_center.adoc</code> file. This folder will be removed in the future but to stop the errors for now, fix the offending content.</p>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Escape one of the brackets in each string <code>${HOME}</code> and <code>${APPNAME}</code>.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>"`$pass:[{]HOME}/.$pass:[{]APPNAME}/version`"
-"`$pass:[{]HOME}/.$pass:[{]APPNAME}/nightly`"</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>The second set of warning comes from the <code>docs/modules/ROOT/pages/jme3/advanced/logging.adoc</code> file. To fix this, look for and escape the string <code>{0},{1},{2}</code>.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>`++{0},{1},{2}++`</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Stage, commit and push everything to the repo after editing.</p>
-</li>
-</ol>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="cleanup"><a class="anchor" href="#cleanup"></a>Cleanup</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>Delete the following from the <code>antora-setup</code> branch:</p>
-</div>
-<div class="ulist checklist">
-<ul class="checklist">
-<li>
-<p><i class="fa fa-check-square-o"></i> .editorconfig</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> .gitignore</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> .travis.yml</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> build.gradle</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> deploy_ghpages.sh</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> gradlew</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> gradle.bat</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> src directory (slim templates)</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> lib directory</p>
-</li>
-<li>
-<p><i class="fa fa-check-square-o"></i> gradle/wrapper</p>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Add the new README.adoc file from the <code>transition-docs</code> module to the root of the repository.</p>
-</li>
-<li>
-<p>Stage, commit and push everything to the repo after editing.</p>
-</li>
-</ol>
-</div>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="merge-to-master"><a class="anchor" href="#merge-to-master"></a>Merge to Master</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>Once testing reveals everything is correctly setup, change the following settings to prepare for the final step of merging the antora-setup branch into master.</p>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Change the following settings:</p>
-<div class="olist loweralpha">
-<ol class="loweralpha" type="a">
-<li>
-<p>Set the <code>branches:</code> value <code>antora-setup</code> to <code>master</code></p>
-<div class="openblock">
-<div class="content">
-<div class="listingblock">
-<div class="title">main.yml</div>
-<div class="content">
-<pre class="highlightjs highlight"><code>on:
-  push:
-    branches: '*'</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>and remove the <code>ref: antora-setup</code> from the  <code>Clone the repo</code> command.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>steps:
-- name: Clone the repo
-  uses: actions/checkout@v2
-  with:
-    # Number of commits to fetch. 0 indicates all history.
-    fetch-depth: 1</code></pre>
-</div>
-</div>
-</div>
-</div>
-</li>
-<li>
-<p>Set the <code>branches: [antora-setup]</code> value in the <code>wiki-playbook.yml</code> to point to HEAD.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>content:
-  sources:
-  - url: .
-    branches: HEAD</code></pre>
-</div>
-</div>
-</li>
-</ol>
-</div>
-</li>
-<li>
-<p>Add, commit and push the <code>antora-setup</code> branch to the repository.</p>
-</li>
-<li>
-<p>Checkout the master branch, merge the <code>antora-setup</code> branch to <code>master</code> and push to the repository.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>git checkout master
-git merge antora-setup
-git push origin master</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Delete the <code>antora-setup</code> setup branch.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code>git push -d origin antora-setup</code></pre>
-</div>
-</div>
-</li>
-</ol>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="post-rename-cache-commit"><a class="anchor" href="#post-rename-cache-commit"></a>Post Rename Cache Commit</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>After the branch rename, change the workflow file <code>EndBug/add-and-commit@v4</code> &#8220;add&#8221; command to commit the cache upon changes.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlightjs highlight"><code># Commits these files to root if and only if there are changes.
-add: "package-lock.json package.json ./.cache/antora/*"</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>After add, commit and pushing the workflow file, the cache will be committed to the repository master branch.</p>
-</div>
-</div>
-</div>
-</article>
-<aside class="toc sidebar" data-title="Contents" data-levels="2">
-  <div class="toc-menu"></div>
-</aside>
-  </div>
-</main>
-</div>
-<footer class="footer">
-  <p>This page was built using the Antora default UI.</p>
-  <p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p>
-</footer>
-<script src="../../_/js/site.js"></script>
-<script async src="../../_/js/vendor/highlight.js"></script>
-  </body>
-</html>

+ 294 - 298
sitemap-docs.xml

@@ -2,1182 +2,1178 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/bsd_license.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/bugtest.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/documentation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/github_tips.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/3d_models.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/android.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/animation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/anisotropic_filtering.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/application_states.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/asset_manager.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/audio_environment_presets.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/audio.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/bloom_and_glow.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/building_recast.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/bullet_multithreading.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/bullet_pitfalls.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/camera.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/capture_audio_video_to_a_file.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/cinematics.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/collision_and_intersection.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/combo_moves.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/custom_controls.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/custom_meshes.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/debugging.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/effects_overview.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/endless_terraingrid.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/fade.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/free_skymaps.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/headless_server.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/hinges_and_joints.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/hud.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/input_handling.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/j3m_material_files.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/jme3_ai.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/jme3_renderbuckets.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/jme3_shadernodes.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/jme3_shaders.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/jme3_srgbpipeline.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/level_of_detail.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/light_and_shadow.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/loading_screen.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/localization.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/logging.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/makehuman_blender_ogrexml_toolchain.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/making_the_camera_follow_a_character.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/material_definitions.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/material_specification.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/materials_overview.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/mesh.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/mixamo.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/monkey_brains.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/monkey_zone.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/motionpath.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/mouse_picking.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/multiple_camera_views.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/multithreading.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/networking_video_tutorials.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/networking.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_best_practices.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_java_interaction.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_java_layout.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_overlay.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_popup_menu.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_projection.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_scenarios.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui_xml_layout.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/nifty_gui.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/open_game_finder.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/particle_emitters.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/pbr_part1.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/pbr_part2.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/pbr_part3.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/physics_listeners.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/physics.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/post-processor_water.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/ragdoll.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/read_graphic_card_capabilites.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/recast.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/remote-controlling_the_camera.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/save_and_load.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/screenshots.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/shape.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/sky.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/softbody.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/sourcecode.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/spatial.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/statsview.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/steer_behaviours.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/swing_canvas.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/terrain_collision.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/terrain.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/texture_atlas.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/traverse_scenegraph.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/update_loop.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/vehicles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/video.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/walking_character.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/advanced/water.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/android.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/android/ouya.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_animation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_asset.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_audio.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_collision.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_effects.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_input_system.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_input_system/timekeypressed.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_main_event_loop.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_material.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_node.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_physics.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_picking.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_simpleapplication.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hello_terrain.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/hellovector.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/solutions.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/beginner/what_s_an_ide.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/build_from_sources.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/build_jme3_sources_with_netbeans.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/build_sources_netbeans_svn.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/basic_example.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/build_your_block_world.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/register_your_blocks.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/settings.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/tools/heightmaps.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/tools/noise.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/tools/picking.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/cubes/tools/serialization.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/advanced.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/beginner.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/detailed.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/entityset.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/examples/damagesystem.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/examples/own_logic_thread.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/interviews.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/introduction.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/points.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/terms.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/entitysystem/usage.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/particles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/particles/reference.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui_quickstart.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui_scrollarea.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/alertbox.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/button.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/checkbox.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/combobox.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/createeffects.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/customcontrols.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/dial.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/dialogbox.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/donts.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/dragelement.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/effectmanager.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/element.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/evkeyboard.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/evmousebutton.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/evmousefocus.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/evmousemove.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/evmousewheel.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/evtabfocus.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/indicator.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/label.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/menu.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/multiplescreens.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/osrviewport.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/panel.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/password.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/quickstart.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/radiobutton.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/radiobuttongroup.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/screen.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/scrollarea.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/slider.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/spinner.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/styles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/textfield.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/window.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/tonegodgui/xmllayouts.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/vegetationsystem.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/vegetationsystem/grass.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/contributions/vegetationsystem/trees.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/3dsmax.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/blender.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/blender/blender_buffer_clearing.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/blender/blender_gltf.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/blender/blender_ogre_compatibility.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/blender/blender_ogre_export.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/fonts.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/external/makehuman.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/faq.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/features.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/appsettings.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/best_practices.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/engine_overview.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/how_to_use_materials.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/math.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/monkeyblaster.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/multi-media_asset_pipeline.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/optimization.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/simpleapplication.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/intermediate/transparency_sorting.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/ios.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/jme3_source_structure.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/math_for_dummies.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/math_video_tutorials.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/math.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/matrix.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/maven.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/nifty1_3-notes.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/quaternion.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/requirements.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/rise_of_mutants_project.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/rotate.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/scenegraph_for_dummies.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/setting_up_jme3_in_eclipse_zh.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/setting_up_jme3_in_eclipse.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/setting_up_netbeans_and_jme3.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/shader_video_tutorials.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/shaderblow_project.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/simpleapplication_from_the_commandline.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/terminology.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/the_scene_graph.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/tools/charts.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/tools/navigation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/updategeometricstate.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/users_guide.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/virtualreality.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/jme3/webstart.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/logo.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/multiplayer_template.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/report_bugs.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/application_deployment.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/asset_packs.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/build_platform.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/code_editor.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/comic.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/debugging_profiling_testing.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/default_build_script.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/extension_library.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/general.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/model_loader.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/projects_assets.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/scene.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/sceneexplorer.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/development/setup.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/filters.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/font_creation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/increasing_heap_memory.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/log_files.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/material_editing.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/model_loader_and_viewer.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/neotexture.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/platform_development.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/plugin-submission.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/plugin/shaderblow.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/project_creation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/sample_code.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/scene_composer.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/scene_explorer.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/terrain_editor.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/troubleshooting.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/update_center.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/use_own_jme.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/vehicle_creator.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/version_control.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/welcome/3_0.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/welcome/3_0rc3.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/welcome/3_1.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/sdk/whynoteclipse.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/migration.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/tutorial/compression.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/tutorial/connection.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/tutorial/sending_and_receiving_messages.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/tutorial/serializing.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/tutorial/services.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/spidermonkey/tutorial/streaming.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/tasks.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/team.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
-</url>
-<url>
-<loc>https://wiki.jmonkeyengine.org/docs/transition-docs/antora_setup.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/wiki/admonitions.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/wiki/atom_editor.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/wiki/atom_snippets.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/wiki/emoji.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/wiki/wiki_header.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/docs/wiki/wiki_translation.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 </urlset>

+ 14 - 14
sitemap-wiki-ui.xml

@@ -2,58 +2,58 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/add-fonts.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/admonition-styles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/build-preview-ui.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/development-workflow.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/index.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/inline-text-styles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/list-styles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/prerequisites.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/set-up-project.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/sidebar-styles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/style-guide.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/stylesheets.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/templates.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 <url>
 <loc>https://wiki.jmonkeyengine.org/wiki-ui/ui-macro-styles.html</loc>
-<lastmod>2020-06-22T23:00:55.605Z</lastmod>
+<lastmod>2020-06-22T23:06:58.086Z</lastmod>
 </url>
 </urlset>