Skip to content

Commit

Permalink
docs: add sidebar to patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
cafrias committed Apr 24, 2024
1 parent 1a82d8b commit 3d19cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/patterns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Features, FeatureCard } from '@website/components';
Our patterns classify and document reusable solutions built to respond to common user scenarios. Following these guidelines allows us to create experiences that are consistent, accessible, and natural for users as they move between our digital products ensuring that our approach aligns with industry standards.

<Features basePath="/docs/patterns/" columns={3}>
<Features basePath="/docs/patterns/" columns={2}>
<FeatureCard title="Multiple Choice Question" slug="multiple-choice-pattern">
A multiple choice question presents a question and set of predefined answer options, allowing for one answer choice submission.
</FeatureCard>
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const sidebars = {
"components/tooltip",
"components/react-providers",
],
patterns: ["patterns/index", "patterns/multiple-choice-pattern"],
};

module.exports = sidebars;

0 comments on commit 3d19cdd

Please sign in to comment.