Skip to content

Draft: Migrate docs to Markdown

Anurag Thakur requested to merge AnuthaDev/freetype:doc-2-md into master

This MR migrates the in-repo documentation to markdown and simplifies its structure:

  graph TD;
  docs/INSTALL.GNU-->/INSTALL.md;
  docs/INSTALL.UNIX-->/INSTALL.md;
  docs/INSTALL.MAC-->/INSTALL.md;
  docs/INSTALL.VMS-->/INSTALL.md;

  graph TD;
  README-->README.md;
  README.git-->README.md;
  graph TD;
  LICENSE-->COPYING.md;

It is a work in progress

  • Merge all of docs/INSTALL.* into /INSTALL.md
  • Add proper hyperlinks in all documents
  • Delete all unnecessary files

Merge request reports