We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa437 commit 5adb604Copy full SHA for 5adb604
src/pages/docs/index.mdx
@@ -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
8
# Contributor Docs
9
10
Our Academy website and all lesson content are in GitHub.
@@ -11,3 +18,5 @@ to get started.
11
18
- [How do I find and manage day-to-day project tasks?](/docs/day-to-day)
12
19
- [How do I author content? What is the review process?](/docs/content)
13
20
- [How do I sponsor content?](/docs/sponsor)
21
22
+</Layout>
0 commit comments