Skip to content

Commit c0014de

Browse files
committed
#chore: headline
1 parent 3f9f751 commit c0014de

File tree

3 files changed

+122
-234
lines changed

3 files changed

+122
-234
lines changed

Diff for: docusaurus.config.ts

-9
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ const config: Config = {
8181
footer: {
8282
style: 'dark',
8383
links: [
84-
{
85-
title: 'Docs',
86-
items: [
87-
{
88-
label: 'Tutorial',
89-
to: '/docs',
90-
},
91-
],
92-
},
9384
{
9485
title: 'Community',
9586
items: [

Diff for: src/pages/index.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ function HomepageHeader() {
1616
{siteConfig.title}
1717
</Heading>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
19-
<div className={styles.buttons}>
20-
<Link className="button button--secondary button--lg" to="/docs">
21-
Docusaurus Tutorial - 5min ⏱️
22-
</Link>
23-
</div>
2419
</div>
2520
</header>
2621
);

0 commit comments

Comments
 (0)