Skip to content

Commit

Permalink
docs: Move tools and performance to bottom of quick search
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Feb 4, 2025
1 parent 883d1d3 commit c797c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layerchart/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
mainEl.scrollTo({ top: 0, behavior: 'instant' });
});
const groups = ['examples', 'components', 'utils'];
const groups = ['examples', 'components', 'utils', 'tools', 'performance'];
const quickSearchOptions = Object.entries(
import.meta.glob('./docs/**/+page.(md|svelte)', { query: '?raw', eager: true })
)
Expand Down

0 comments on commit c797c07

Please sign in to comment.