Skip to content

Commit 945d685

Browse files
committed
Minor edits
1 parent 7674ba0 commit 945d685

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

sites/skeleton.dev/src/lib/links.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
3636
list: [
3737
{ href: '/docs/generator', label: 'Theme Generator', keywords: 'create, custom, style, css, design' },
3838
{ href: '/docs/figma', label: 'Figma', keywords: 'figma, design, mock, wireframe, ui, kit' },
39-
{ href: '/docs/purgecss', label: 'PurgeCSS', keywords: 'purgecss, vite, tree, shaking, bundle, optimize' },
4039
{ href: '/docs/contributing', label: 'Contributing', keywords: 'branch, pr' },
4140
{
4241
href: '/docs/sponsorship',
@@ -48,8 +47,9 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
4847
{
4948
title: 'Integrations',
5049
list: [
50+
{ href: '/docs/purgecss', label: 'PurgeCSS', keywords: 'purgecss, vite, tree, shaking, bundle, optimize' },
5151
{ href: '/docs/tauri', label: 'Tauri', keywords: 'Tauri, desktop, setup, install' },
52-
{ href: '/docs/ssd', label: 'Datatables', keywords: 'datatables, tables, datagrid, simple', badge: 'New' }
52+
{ href: '/docs/ssd', label: 'Datatables', keywords: 'datatables, tables, datagrid, simple' } // badge: 'New'
5353
]
5454
}
5555
],

sites/skeleton.dev/src/routes/(inner)/components/tables/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<h3 class="h3" data-toc-ignore>Deprecated</h3>
7878
<!-- prettier-ignore -->
7979
<p>
80-
This feature is being phased out as transition to <a class="underline" href="https://github.com/skeletonlabs/skeleton/discussions/2375" target="_blank">Skeleton v3</a>. This will remain functional for all 2.x releases, but recommend you migrate to <a class="underline" href="/elements/tables" target="_blank">table elements</a> as soon as possible.
80+
This feature is being phased out as transition to <a class="underline" href="https://github.com/skeletonlabs/skeleton/discussions/2375" target="_blank">Skeleton v3</a>. This will remain functional for all 2.x releases, but recommend you migrate to <a class="underline" href="/elements/tables">table elements</a> as soon as possible.
8181
</p>
8282
</div>
8383
<div class="alert-actions">

sites/skeleton.dev/src/routes/(inner)/elements/tables/+page.svelte

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@
169169
</svelte:fragment>
170170
</TabGroup>
171171
</section>
172-
<!-- See Also -->
172+
<!-- Datatables -->
173173
<section class="space-y-4">
174-
<h2 class="h2">See Also</h2>
174+
<h2 class="h2">Datatables</h2>
175175
<div class="card p-4 space-y-4">
176176
<div class="!flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0 md:space-x-4">
177-
<p>A simple data-driven table component.</p>
178-
<a class="btn variant-ghost-surface" href="/components/tables">Tables Component &rarr;</a>
177+
<p>View our guide for integrating datatable features into your tables.</p>
178+
<a class="btn variant-ghost-surface" href="/docs/ssd">Datatable Integration &rarr;</a>
179179
</div>
180180
</div>
181181
</section>

0 commit comments

Comments
 (0)