Skip to content

Commit 3e69fab

Browse files
committed
Add placeholder doc pages
1 parent ef4c017 commit 3e69fab

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

components/footer/Footer.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,8 @@ export default function Footer() {
3737
Feedback
3838
</Link>
3939
</NextLink>
40-
<NextLink
41-
href={
42-
'https://github.com/Developer-DAO/academy/blob/main/CONTRIBUTING.md'
43-
}
44-
passHref
45-
>
46-
<Link isExternal textDecoration="underline">
47-
Contribute
48-
</Link>
40+
<NextLink href={'/docs'} passHref>
41+
<Link textDecoration="underline">Contribute</Link>
4942
</NextLink>
5043
</Stack>
5144
<Stack direction={'row'} spacing={6}>

pages/docs/content.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Documentation
2+
3+
## How to Contribute Content
4+
5+
Process...

pages/docs/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Documentation Home
2+
3+
## How to Contribute
4+
5+
Documentation for contributing code and content to this project.
6+
7+
[How to contribute code](https://github.com/Developer-DAO/academy/blob/main/CONTRIBUTING.md)
8+
9+
[How to contribute content](/docs/content)

0 commit comments

Comments
 (0)