mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
15 lines
213 B
JavaScript
15 lines
213 B
JavaScript
|
|
|
|
/**
|
|
page.navigation is a deprecated property from GitBook v2
|
|
|
|
@param {Output}
|
|
@return {Object}
|
|
*/
|
|
function encodeNavigation(output) {
|
|
// todo
|
|
return {};
|
|
}
|
|
|
|
module.exports = encodeNavigation;
|