Skip to content

Commit 8af40e4

Browse files
authored
Merge pull request #169 from Developer-DAO/create-docs-section
Add an initial documentation section
2 parents 1402a29 + b15727e commit 8af40e4

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Process for Authoring and Reviewing Content
2+
3+
**Coming Soon**

pages/docs/day-to-day.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Find and Manage Day-to-Day Project Tasks
2+
3+
**Coming Soon**

pages/docs/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributor Docs
2+
3+
Our Academy website and all lesson content are in GitHub.
4+
5+
Please visit our
6+
[contributing doc on GitHub](https://github.com/Developer-DAO/academy/blob/main/CONTRIBUTING.md)
7+
to get started.
8+
9+
## FAQs
10+
11+
- [How do I find and manage day-to-day project tasks?](/docs/day-to-day)
12+
- [How do I author content? What is the review process?](/docs/content)
13+
- [How do I sponsor content?](/docs/sponsor)

pages/docs/sponsor.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Sponsoring Content
2+
3+
**Coming Soon**

0 commit comments

Comments
 (0)