diff --git a/docs/protocol-concepts/ranking-systems/builder-rank/index.mdx b/docs/protocol-concepts/ranking-systems/builder-rank.mdx similarity index 100% rename from docs/protocol-concepts/ranking-systems/builder-rank/index.mdx rename to docs/protocol-concepts/ranking-systems/builder-rank.mdx diff --git a/docs/protocol-concepts/ranking-systems/builder-rank/_category_.json b/docs/protocol-concepts/ranking-systems/builder-rank/_category_.json deleted file mode 100644 index 3a8d94c..0000000 --- a/docs/protocol-concepts/ranking-systems/builder-rank/_category_.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "label": "Builder Rank" -} diff --git a/src/pages/index.js b/src/pages/index.js index 8d234bd..ab651c7 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,36 +1,5 @@ -import clsx from 'clsx'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import Layout from '@theme/Layout'; -import HomepageFeatures from '@site/src/components/HomepageFeatures'; - -import Heading from '@theme/Heading'; -import styles from './index.module.css'; - -function HomepageHeader() { - const {siteConfig} = useDocusaurusContext(); - return ( -
-
- - {siteConfig.title} - -

{siteConfig.tagline}

- -
-
- ); -} +import { Redirect } from "@docusaurus/router"; export default function Home() { - const {siteConfig} = useDocusaurusContext(); - return ( - - -
- -
-
- ); + return ; } diff --git a/static/img/talent-protocol-og-image-deprecated.jpg b/static/img/talent-protocol-og-image-deprecated.jpg new file mode 100644 index 0000000..9b81c21 Binary files /dev/null and b/static/img/talent-protocol-og-image-deprecated.jpg differ diff --git a/static/img/talent-protocol-og-image.jpg b/static/img/talent-protocol-og-image.jpg index 9b81c21..8886c83 100644 Binary files a/static/img/talent-protocol-og-image.jpg and b/static/img/talent-protocol-og-image.jpg differ