Skip to content

Commit

Permalink
docs: adds decision tree for color usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-sch committed Aug 1, 2024
1 parent 48d1459 commit e178ef0
Show file tree
Hide file tree
Showing 7 changed files with 517 additions and 7 deletions.
46 changes: 42 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions showcases/patternhub/data/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ export const ROUTES: NavigationItem[] = [
{
label: 'Color Schemes',
path: '/foundations/colors/color-schemes'
},
{
label: 'Color Usage Guide',
path: '/foundations/colors/color-usage-guide'
}
]
},
Expand Down
1 change: 1 addition & 0 deletions showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"highlight.js": "^11.10.0",
"next": "14.2.5",
"react": "18.3.1",
"react-archer": "^4.4.0",
"react-dom": "18.3.1",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.0"
Expand Down
1 change: 1 addition & 0 deletions showcases/patternhub/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { AppProps } from 'next/app';
import Head from 'next/head';
import '../styles/globals.scss';
import '../styles/highlight.scss';
import '../styles/decision-tree.scss';
import '../../showcase-styles.css';
import LinkHeader from '../components/link-header';

Expand Down
Loading

0 comments on commit e178ef0

Please sign in to comment.