From 7ddcd3423afc9e5287d2d2bf6c7a7d2a01f96be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Sat, 15 Jun 2019 02:47:31 +0200 Subject: [PATCH] move mdn --- pages/general/index.vue | 5 +++++ pages/javascript/index.vue | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/general/index.vue b/pages/general/index.vue index 4028410..8992e16 100644 --- a/pages/general/index.vue +++ b/pages/general/index.vue @@ -23,6 +23,11 @@ export default { desc: 'DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Online and offline, always have your docs with you.', url: 'https://devdocs.io' }, + { + title: 'MDN web docs', + desc: 'Tutorials, references, tools and resources.', + url: 'https://developer.mozilla.org/en-US/docs/Web' + }, { title: 'Rico\'s cheatsheets', desc: 'Cheatsheets for any kind of technologies in the web domain.', diff --git a/pages/javascript/index.vue b/pages/javascript/index.vue index 765eb25..fe6c6c7 100644 --- a/pages/javascript/index.vue +++ b/pages/javascript/index.vue @@ -58,11 +58,6 @@ export default { desc: 'This is a book about javascript, programming, and the wonders of the digital. You can read it online or get a paperback copy of it.', url: 'http://eloquentjavascript.net' }, - { - title: 'MDN web docs - Javascript', - desc: 'Tutorials, references, tools and resources. Your goto documentation to learn js.', - url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript' - }, { title: 'Learn javascript fast', desc: 'Welcome to learnjavascriptfast.com, a free online course designed to help you learn Javascript fast with hands-on project. Our aim is to equip you with enough knowledge to start coding your own Javascript pages immediately upon completion of this course.',