forked from extern/the-glorious-startpage
add mdn web docs in web menu
This commit is contained in:
parent
a2b130b7bd
commit
cc64b8ccb1
86
assets/webcons/mdn.svg
Normal file
86
assets/webcons/mdn.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 66 KiB |
@ -254,10 +254,15 @@ let webSites = [
|
|||||||
icon: 'mega',
|
icon: 'mega',
|
||||||
url: 'https://mega.nz/',
|
url: 'https://mega.nz/',
|
||||||
category: 'cloud'
|
category: 'cloud'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
site: 'MDN Web Docs',
|
||||||
|
icon: 'mdn',
|
||||||
|
url: 'https://developer.mozilla.org/',
|
||||||
|
category: 'development'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
// Dock
|
// Dock
|
||||||
// A list of websites that will be generated and put on the dock
|
// A list of websites that will be generated and put on the dock
|
||||||
let dockSites = [
|
let dockSites = [
|
||||||
|
Loading…
Reference in New Issue
Block a user