Skip to content

Commit 5adb604

Browse files
committed
feat: added Layout to the docs index page
1 parent d3aa437 commit 5adb604

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/docs/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
import Layout from "../../components/Layout";
2+
3+
<Layout
4+
title="Dapp Page"
5+
description="A page for your dapp."
6+
>
7+
18
# Contributor Docs
29

310
Our Academy website and all lesson content are in GitHub.
@@ -11,3 +18,5 @@ to get started.
1118
- [How do I find and manage day-to-day project tasks?](/docs/day-to-day)
1219
- [How do I author content? What is the review process?](/docs/content)
1320
- [How do I sponsor content?](/docs/sponsor)
21+
22+
</Layout>

0 commit comments

Comments
 (0)