We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e742d5f commit eedcf06Copy full SHA for eedcf06
src/commands/skierowanie.ts
@@ -22,6 +22,9 @@ const links = [
22
{ url: 'https://www.smashingmagazine.com/guides/accessibility/', category: 'a11y' },
23
{ url: 'https://www.scottohara.me/writing/', category: 'a11y' },
24
{ url: 'https://webaim.org/', category: 'a11y' },
25
+ { url: 'https://typescriptnapowaznie.pl/', category: 'ts' },
26
+ { url: 'https://www.typescriptlang.org/docs/', category: 'ts' },
27
+ { url: 'https://github.com/typescript-cheatsheets', category: 'ts' },
28
{ url: 'https://developer.mozilla.org/en-US/docs/Learn' },
29
{ url: 'https://typeofweb.com' },
30
{ url: 'https://frontlive.pl' },
0 commit comments