@@ -136,6 +136,34 @@ export const TOOL_IMPORTS = {
136136 Dashboard : dynamic ( ( ) => import ( '@/components/tools/vercel_logs/dashboard' ) ) ,
137137 Readme : dynamic ( ( ) => import ( '@/components/tools/vercel_logs/readme' ) ) ,
138138 } ,
139+ vercel : {
140+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/vercel/dashboard' ) ) ,
141+ Readme : dynamic ( ( ) => import ( '@/components/tools/vercel/readme' ) ) ,
142+ } ,
143+ github : {
144+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/github/dashboard' ) ) ,
145+ Readme : dynamic ( ( ) => import ( '@/components/tools/github/readme' ) ) ,
146+ } ,
147+ mailgun : {
148+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/mailgun/dashboard' ) ) ,
149+ Readme : dynamic ( ( ) => import ( '@/components/tools/mailgun/readme' ) ) ,
150+ } ,
151+ stripe : {
152+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/stripe/dashboard' ) ) ,
153+ Readme : dynamic ( ( ) => import ( '@/components/tools/stripe/readme' ) ) ,
154+ } ,
155+ sentry : {
156+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/sentry/dashboard' ) ) ,
157+ Readme : dynamic ( ( ) => import ( '@/components/tools/sentry/readme' ) ) ,
158+ } ,
159+ knock : {
160+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/knock/dashboard' ) ) ,
161+ Readme : dynamic ( ( ) => import ( '@/components/tools/knock/readme' ) ) ,
162+ } ,
163+ pagerduty : {
164+ Dashboard : dynamic ( ( ) => import ( '@/components/tools/pagerduty/dashboard' ) ) ,
165+ Readme : dynamic ( ( ) => import ( '@/components/tools/pagerduty/readme' ) ) ,
166+ } ,
139167} as const ;
140168
141169export type ToolId = keyof typeof TOOL_IMPORTS ;
0 commit comments