keymanapp / help.keyman.com

https://help.keyman.com/ source
9 stars 30 forks source link

chore: convert Developer 17.0 pages from PHP to MD #1088

Closed mcdurdin closed 7 months ago

mcdurdin commented 8 months ago

The following pages under /developer/17.0 are still in PHP:

Meng-Heng commented 8 months ago

Hello @mcdurdin, This is the code for reference/errors/index.php

<?php
require_once('includes/util.php');
util_loadpage('../messages');

I will keep the PHP and not doing any conversion.

mcdurdin commented 8 months ago

Hello @mcdurdin, This is the code for reference/errors/index.php

<?php
require_once('includes/util.php');
util_loadpage('../messages');

These can be converted into markdown too :grin:

The markdown header section has a keyword redirect, so then reference/errors/index.md would be:

---
redirect: ../messages
---
Meng-Heng commented 7 months ago

I should be able to close this issue now.