Skip to content

Commit

Permalink
docs(#327): update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Aug 10, 2023
1 parent eb4a8e6 commit 52e170f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/components/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineComponent, html } from '@tybalt/core';

const PACKAGES = ['cli', 'core', 'eleventy-plugin', 'esbuild-plugin', 'eslint-plugin', 'test-utils', 'validator'];
const GUIDES = ['new-website'];
const GUIDES = ['new-website', 'styling-your-component', 'writing-tests'];

defineComponent({
name: 'tybalt-sidebar',
Expand Down

0 comments on commit 52e170f

Please sign in to comment.