Skip to content

Migrate other wikis #70

@crykn

Description

@crykn

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
    ---

Metadata

Metadata

Assignees

No one assigned

    Labels

    PRs welcomeFeel free to submit a PR for this

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions