mirror of
https://github.com/yawaflua/api-docs.git
synced 2025-12-09 20:09:30 +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
|
|
};
|