blob: fa9eb1665e4d685c1956f44712f4a05d6519ac36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
page.navigation is a deprecated property from GitBook v2
@param {Output}
@return {Object}
*/
function encodeNavigation(output) {
// todo
return {};
}
module.exports = encodeNavigation;
|