The transition is still underway, and this wiki is a great example of the work to be done. Some links and information may errenously point to outdated or inaccurate results.
Issues pertaining to Amethyst on Android or iOS should be made in their respective repositories. They will be closed here, and repeat offenders will be blocked from this GitHub repository.
The repository is using Vuepress V1, you can refer to Vuepress Documentation for more in-depth instruction.
The repository is structured like so
.
├── archived_pages
├── changelogs
└── markdown
├── .vuepress
│ └── config
├── about
├── contribute
├── patchnotes
└── wiki
├── faq
│ ├── android
│ └── ios
├── getting_started
│ └── images
│ └── Actions
│ ├── android
│ └── ios
└── going_further
-
archived_pages
- Contains pages that are no longer in use but we keep around for historical reasons. -
changelogs
- An orphaned directory, pay no mind -
markdown
- The 'root' directory of the wiki itself. The root directory is structured to be similar to how you see it on the URL. -
.vuepress/config
- Contains the configuration files for the wiki itself. For most editing you need only editarrays.js
.
arrays.js
is self-explanatory for the most part. The path in each section tells you where to put the corresponding .md
files into as well as showing you examples on how to add your own page.