Skip to content

Commit

Permalink
feat: remove unused code and files
Browse files Browse the repository at this point in the history
  • Loading branch information
kleberbaum committed Jul 26, 2024
1 parent fc54cea commit e2b9fc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 457 deletions.
18 changes: 9 additions & 9 deletions src/gatsby-plugin-jaen/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ const Layout: React.FC<LayoutProps> = ({ children, pageProps }) => {

const jaenFrame = useJaenFrameMenuContext();

useEffect(() => {
jaenFrame.extendAddMenu({
experimentNew: {
label: 'New experiment',
icon: FaFlask,
path: '/new/experiment'
}
});
}, []);
// useEffect(() => {
// jaenFrame.extendAddMenu({
// experimentNew: {
// label: 'New experiment',
// icon: FaFlask,
// path: '/new/experiment'
// }
// });
// }, []);

const isDocs = docsPaths.some(docsPath => path.startsWith(docsPath));

Expand Down
104 changes: 0 additions & 104 deletions src/pages/docs.tsx

This file was deleted.

Loading

0 comments on commit e2b9fc4

Please sign in to comment.