Skip to content

Commit

Permalink
[blog] Group product tags together
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 21, 2024
1 parent 02fcc28 commit 9404528
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/lib/sourcing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ export function getBlogPost(filePath: string): BlogPost {
// Avoid typos in the blog markdown pages.
// https://www.notion.so/mui-org/Blog-247ec2bff5fa46e799ef06a693c94917
const ALLOWED_TAGS = [
'Base UI',
'Company',
'Developer Survey',
'Guide',
'Product',
// Product tags
'Material UI',
'Base UI',
'Joy UI',
'MUI X',
'Material UI',
'Product',
'MUI System',
];

export const getAllBlogPosts = () => {
Expand Down

0 comments on commit 9404528

Please sign in to comment.