Skip to content

Commit

Permalink
docs: update getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 10, 2025
1 parent 420e203 commit 17a4d59
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions content/en/patterns/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ Each pattern in our documentation follows a consistent structure to help you qui
3. **Benefits** - Key advantages and value propositions of using this pattern
4. **Anatomy** - Detailed breakdown of the component's structure
5. **Best Practices** - Guidelines for implementation, including do's and don'ts
6. **Code Examples** - Code examples and technical considerations
7. **Accessibility** - Guidelines for accessibility considerations
8. **SEO** - Search engine optimization considerations and best practices
9. **Browser Support** - Information on browser support for the pattern
10. **Testing** - Guidelines for unit, integration, and accessibility testing
11. **Resources** - Additional documentation, articles, libraries...
6. **Micro-Interactions & Animations** - Detailed guidance on animations, transitions, and interactive feedback
7. **Tracking & Analytics** - Event tracking implementation and metrics analysis
8. **Localization** - Guidelines for translating and adapting the pattern
9. **Code Examples** - Code examples and technical considerations
10. **Accessibility** - Guidelines for accessibility considerations
11. **SEO** - Search engine optimization considerations and best practices
12. **Browser Support** - Information on browser support for the pattern
13. **Testing** - Guidelines for unit, integration, and accessibility testing
14. **Design Tokens** - Design system variables and customization options
15. **Related Patterns** - Links to similar or complementary patterns
16. **FAQs** - Common questions and detailed answers
17. **Resources** - Additional documentation, articles, libraries...

## Getting Started

Expand All @@ -39,7 +45,7 @@ To get the most out of this documentation:
4. **Accessibility** - Pay attention to accessibility requirements for each component
5. **Best Practices** - Review the do's and don'ts before implementing

## How Would We Define Build Effort?
## How Would We Define "Build Effort"?

Each pattern has a complexity indicator using this simple scale:

Expand Down

0 comments on commit 17a4d59

Please sign in to comment.