@@ -22,38 +21,28 @@ function Feature({imageUrl, title, description}) {
function Home() {
const context = useDocusaurusContext();
- const {siteConfig = {}} = context;
+ const { siteConfig = {} } = context;
return (
-
-
-
-
-
-
-
-
-
-
-
-
+
{siteConfig.title}
{siteConfig.tagline}
+ to={useBaseUrl('docs/')}
+ >
Get Started