diff --git a/.huskies/source-map.json b/.huskies/source-map.json index bd20d0c4..d41ecf2c 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -3147,5 +3147,52 @@ "server/src/worktree/sweep.rs": [ "fn worktree_should_be_swept", "fn sweep_with_lookup" + ], + "website/app/docs/cli/page.tsx": [ + "const metadata", + "function CliPage" + ], + "website/app/docs/commands/page.tsx": [ + "const metadata", + "function CommandsPage" + ], + "website/app/docs/configuration/page.tsx": [ + "const metadata", + "function ConfigurationPage" + ], + "website/app/docs/layout.tsx": [ + "const metadata", + "function DocsLayout" + ], + "website/app/docs/page.tsx": [ + "const metadata", + "function DocsIndexPage" + ], + "website/app/docs/pipeline/page.tsx": [ + "const metadata", + "function PipelinePage" + ], + "website/app/docs/quickstart/page.tsx": [ + "const metadata", + "function QuickstartPage" + ], + "website/app/docs/transports/page.tsx": [ + "const metadata", + "function TransportsPage" + ], + "website/app/layout.tsx": [ + "const metadata", + "function RootLayout" + ], + "website/app/page.tsx": [ + "const metadata", + "function HomePage" + ], + "website/app/privacy/page.tsx": [ + "const metadata", + "function PrivacyPage" + ], + "website/components/DocsSidebar.tsx": [ + "function DocsSidebar" ] } \ No newline at end of file