Skip to content

Commit 5605fdc

Browse files
committed
docs: removed fluff
1 parent 51614ab commit 5605fdc

File tree

5 files changed

+7
-343
lines changed

5 files changed

+7
-343
lines changed

apps/website/adapters/cloudflare-pages/vite.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ export default extendConfig(baseConfig, () => {
1313
],
1414
},
1515
},
16-
plugins: [cloudflarePagesAdapter({})],
16+
plugins: [
17+
cloudflarePagesAdapter({
18+
// ssg: {
19+
// include: ['/*'],
20+
// }
21+
}),
22+
],
1723
};
1824
});

apps/website/src/components/api-table/api-table.tsx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,3 @@ export const APITable = component$(({ propDescriptors }: APITableProps) => {
4444
</table>
4545
);
4646
});
47-
48-
export const TableRow = component$(({ keyboard, deck }: TableRowProps) => {
49-
const Description: any = deck;
50-
51-
return (
52-
<tr class="border-b-2 border-gray-700">
53-
<td class="py-4">
54-
<kbd class="border w-max shadow-lg rounded-md px-2 capitalize text-sm inline-block">
55-
{keyboard}
56-
</kbd>
57-
</td>
58-
<td>
59-
<article class="ml-6">
60-
<Description />
61-
</article>
62-
</td>
63-
</tr>
64-
);
65-
});

apps/website/src/routes/docs/headless/(components)/accordion-old/index.tsx

Lines changed: 0 additions & 198 deletions
This file was deleted.

apps/website/src/routes/docs/index.tsx

Lines changed: 0 additions & 79 deletions
This file was deleted.

apps/website/src/routes/docs/layout-old.tsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)