UNPKG

bob-the-miner

Version:
18 lines (17 loc) 452 B
module.exports = { title: 'Bob The Miner', base : '/bob-the-miner/', description: 'A new Web scraper ready to work for you !', themeConfig: { sidebar: [ '/', ['/intro', 'Introduction'], ['/itinerary', 'Itinerary'], ['/extraction-plan', 'Extraction Plan'], ['/options', 'More Options'] ], nav: [ { text: 'Github', link: 'https://github.com/raoul2000/bob-the-miner' } ] } };