-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Labels
PRs welcomeFeel free to submit a PR for thisFeel free to submit a PR for this
Description
The wikis of the other libGDX repos should be migrated as well:
- gdx-ai
- ashley
- gdx-controllers (?)
-
fbx-conv(probably not worth it) - gdx-pay (?)
Steps involved (see #65)
The old wiki markdown files were ported to Jekyll with the help of this code. For smaller wikis, doing those steps manually or with a custom script might be easier.
- The main step involved was fixing the wiki-style links (
[[streaming-music]]
->[streaming-music](wiki/audio/streaming-music.md)
) and, in the course of this, organising the pages in subdirectories. - Similarly, the paths of assets located in the old wiki repo were changed to refer to their new location in
/assets/wiki/
. - In addition, every wiki page now needs a frontmatter specifying a page title:
--- title: Modules overview ---
Metadata
Metadata
Assignees
Labels
PRs welcomeFeel free to submit a PR for thisFeel free to submit a PR for this