src/theme/Navbar/Content/index.tsx (3 lines): - line 15: // TODO temporary casting until ThemeConfig type is improved - line 63: // TODO stop hardcoding items? - line 73: // TODO stop hardcoding items? src/theme/DocBreadcrumbs/index.tsx (3 lines): - line 14: // TODO move to design system folder - line 46: // TODO Google search console doesn't like breadcrumb items without href. - line 57: // TODO move to design system folder src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx (2 lines): - line 7: // TODO temporary casting until ThemeConfig type is improved - line 15: // TODO how can the order be defined for mobile? src/theme/BlogPostPage/Metadata/index.tsx (1 line): - line 19: {/* TODO double check those article meta array syntaxes, see https://ogp.me/#array */} src/theme/Navbar/Search/styles.module.css (1 line): - line 6: TODO temporary @supports check, remove before 2025