use profiles.json file name in documentation
[web/firmware-selector-openwrt-org.git] / config.js
1 var config = {
2 // Default language, see i18n.js
3 language: 'en',
4 // Show help text for images
5 showHelp: true,
6 // Files to get data from
7 versions: {
8 'SNAPSHOT': 'misc/snapshot',
9 '19.07.1': 'misc/19.07.1',
10 '18.06.7': 'misc/18.06.7'
11 },
12 // Build custom images
13 // See https://github.com/aparcar/asu
14 //asu_url: 'https://chef.libremesh.org'
15 };