docs: json load test (#26413)

This commit is contained in:
Erick Friis
2024-09-12 20:35:14 -07:00
committed by GitHub
parent 042ef83bbf
commit 608c4a4327
3 changed files with 2476 additions and 2490 deletions

View File

@@ -1,14 +0,0 @@
import React from 'react';
import Layout from '@theme/Layout';
export default function NotFound() {
return (
<Layout title="Page Not Found">
<div style={{ padding: '4rem', textAlign: 'center' }}>
<h1>404 - Page Not Found</h1>
<p>Oops! The page you're looking for doesn't exist.</p>
<a href="/">Go back to the homepage</a>
</div>
</Layout>
);
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff