Skip to content

Commit 3542155

Browse files
authored
Add javascripttutorial.net (#785)
* add vitepress * add javascript tutorial
1 parent e74d524 commit 3542155

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

resources/j.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ export const resources: Resource[] = [
4848
categories: ['Interview'],
4949
url: 'https://iq.js.org/',
5050
},
51+
{
52+
name: 'JavaScript Tutorial',
53+
categories: ['Learn'],
54+
description:
55+
'JavaScript Tutorial provides clear and practical tutorials, tips, and examples to help developers learn JavaScript and improve their coding skills.',
56+
url: 'https://www.javascripttutorial.net/',
57+
keywords: ['javascript', 'tutorial', 'learn', 'programming', 'web development', 'js', 'coding', 'examples'],
58+
},
5159
{
5260
name: 'JavaScript Weekly',
5361
description: 'A newsletter of JavaScript articles, news and cool projects.',

resources/v.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@ export const resources: Resource[] = [
103103
categories: ['Typing'],
104104
url: 'https://vim-adventures.com/',
105105
},
106+
{
107+
name: 'VitePress',
108+
categories: ['Documentation'],
109+
description:
110+
'VitePress is a Vite-powered static site generator. It provides fast, modern, and lightweight documentation sites with native ESM support and instant hot reload.',
111+
url: 'https://vitepress.dev/',
112+
keywords: ['vitepress', 'static site generator', 'documentation', 'vite', 'markdown', 'docs', 'site generator'],
113+
},
106114
{
107115
name: 'Virlo',
108116
description: 'Virlo helps content creators track viral trends on short form content platforms.',
@@ -140,9 +148,8 @@ export const resources: Resource[] = [
140148
},
141149
{
142150
name: 'Vitest',
143-
description:
144-
'A blazing fast unit test framework powered by Vite. Provides instant startup, native ESM support, TypeScript support, and first-class DX for modern web development.',
145-
categories: ['Testing'],
151+
description: 'VitePress is a Vite-powered static site generator. It provides fast, modern, and lightweight documentation sites with native ESM support and instant hot reload.',
152+
categories: ['Documentation'],
146153
url: 'https://vitest.dev/',
147154
keywords: ['unit testing', 'vite', 'vitest', 'test runner', 'javascript', 'typescript', 'esm', 'fast testing'],
148155
},

0 commit comments

Comments
 (0)