12 lines
217 B
JavaScript
12 lines
217 B
JavaScript
module.exports = {
|
|
// '/other/': [
|
|
// {
|
|
// title: 'Additional Information',
|
|
// children: [
|
|
// '/other/',
|
|
// '/',
|
|
// ['https://github.com/LBRYFoundation', 'Outside link']
|
|
// ],
|
|
// },
|
|
// ]
|
|
};
|