From 45a23a53d6fd09a233d011a25e9d360bf0018644 Mon Sep 17 00:00:00 2001 From: Sandesh-d12 <134603379+Sandesh-d12@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:51:14 +0545 Subject: [PATCH] Version upgrade (#201) * feat(): upgrade docusaurus version to 3.4 * fix(): not found content issue --- src/theme/NotFound.d.ts | 2 -- src/theme/NotFound.js | 45 ----------------------------------------- 2 files changed, 47 deletions(-) delete mode 100644 src/theme/NotFound.d.ts delete mode 100644 src/theme/NotFound.js diff --git a/src/theme/NotFound.d.ts b/src/theme/NotFound.d.ts deleted file mode 100644 index ef9b4d9d..00000000 --- a/src/theme/NotFound.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -/// -export default function NotFound(): JSX.Element; diff --git a/src/theme/NotFound.js b/src/theme/NotFound.js deleted file mode 100644 index f81cc75b..00000000 --- a/src/theme/NotFound.js +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react'; -import Translate, {translate} from '@docusaurus/Translate'; -import {PageMetadata} from '@docusaurus/theme-common'; -import Layout from '@theme/Layout'; -export default function NotFound() { - return ( - <> - - - - - - - - Page Not Found - - - - - We could not find what you were looking for. - - - - - Not Found - - - - - - - > - ); -}
- - We could not find what you were looking for. - -
- - Not Found - -