bob-the-miner
Version:
Bob is a web miner
18 lines (17 loc) • 452 B
JavaScript
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' }
]
}
};