The wikis of the other libGDX repos should be migrated as well:
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
---
The wikis of the other libGDX repos should be migrated as well:
fbx-conv(probably not worth it)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.
[[streaming-music]]->[streaming-music](wiki/audio/streaming-music.md)) and, in the course of this, organising the pages in subdirectories./assets/wiki/.