mirror of
https://github.com/yawaflua/api-docs.git
synced 2026-02-04 10:54:13 +02:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
module.exports = {
|
|
permalink: data => `${data.page?.fileSlug.toLowerCase().replace('readme', '')}/index.html` || null
|
|
};
|