File tree Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,8 @@ export default function Footer() {
37
37
Feedback
38
38
</ Link >
39
39
</ 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 >
49
42
</ NextLink >
50
43
</ Stack >
51
44
< Stack direction = { 'row' } spacing = { 6 } >
Original file line number Diff line number Diff line change
1
+ # Process for Authoring and Reviewing Content
2
+
3
+ ** Coming Soon**
Original file line number Diff line number Diff line change
1
+ # Find and Manage Day-to-Day Project Tasks
2
+
3
+ ** Coming Soon**
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change
1
+ # Sponsoring Content
2
+
3
+ ** Coming Soon**
You can’t perform that action at this time.
0 commit comments