From b1ec498dd1795858d214bf214c4fcc627852470b Mon Sep 17 00:00:00 2001 From: GitHub Action Website Snapshot <> Date: Wed, 27 Nov 2024 14:27:25 +0000 Subject: [PATCH] Refreshing website content from main repo. Source commit: https://github.com/OpenLineage/OpenLineage/commit/7d7c715b2234b1ba7d767228d94dab91c5697750 --- docusaurus.config.js | 1 - src/pages/survey/index.tsx | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 src/pages/survey/index.tsx diff --git a/docusaurus.config.js b/docusaurus.config.js index 699d66a..2d1378f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -28,7 +28,6 @@ const links = [ {to: '/community', label: 'Community', position: 'left'}, {to: '/blog', label: 'Blog', position: 'left'}, {to: '/docs', label: 'Docs', position: 'left'}, - {to: '/survey', label: 'Ecosystem Survey 2023', position: 'left'}, ] const linksSocial = [ diff --git a/src/pages/survey/index.tsx b/src/pages/survey/index.tsx deleted file mode 100644 index cce671e..0000000 --- a/src/pages/survey/index.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import * as React from 'react'; -import Layout from '@theme/Layout'; -import Footer from "../../components/footer"; - -export default function Main(): JSX.Element { - const seoTitle = 'Survey'; - const seoDescription = ''; - - return ( - -
- - - -
-
-
- - - -
-
-
-
-
- ); - } - \ No newline at end of file