SceneGate / Yarhl

Framework for the implementation of format converters like game assets or media files
https://scenegate.github.io/Yarhl/
MIT License
60 stars 10 forks source link

βœ¨πŸ“š New documentation website and project name re-meaning #192

Closed pleonex closed 11 months ago

pleonex commented 1 year ago

Description

The goal is to rebump this project with a name that doesn't limit it to ROM Hacking, as it's a generic format conversion library. Additionally, this library provides a lot of nice features but it doesn't have any documentation so it's hard to know about them or how to use it.

This PR provides new documentation website with modern look, explaining the features of the library with code snippets.

TODO:

Tech selection - Site generator

Hugo Toha
Docusaurus

PoC:

image

Statiq (before Wyam)

PoC:

image image

DocFX

PoC:

image

Tech selection - C# docs as markdown

Note: not needed anymore as I will be using DocFX. Same if we were going to choose Statiq.

xmldoc2md
ModularDoc
Vsxmd

Example

Soon available at https://scenegate.github.io/Yarhl πŸ˜‰

This closes #175