We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9663373 commit 093c424Copy full SHA for 093c424
3 files changed
src/tools/rj45-memo/index.ts
@@ -0,0 +1,13 @@
1
+import { WorldLatitude } from '@vicons/tabler';
2
+import { defineTool } from '../tool';
3
+
4
+export const tool = defineTool({
5
+ name: 'RJ45 Cat6 Wiring Cheatsheet',
6
+ path: '/rj45-memo',
7
+ description: 'Complete RJ45 Cat6 Wiring cheatsheet',
8
+ keywords: ['rj45', 'cat6', 'wiring', 'cheatsheet', 'memo'],
9
+ component: () => import('./rj45-memo.vue'),
10
+ icon: WorldLatitude,
11
+ createdAt: new Date('2026-01-24'),
12
+ category: 'Forensic',
13
+});
0 commit comments