Add contribute page
This commit is contained in:
parent
5894bf4c72
commit
b533083a41
20
docs/contribute.md
Normal file
20
docs/contribute.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Contribute
|
||||
|
||||
The MASSGRAVE project does not earn money from donations, ads, or any other sources and we are commited to keeping it this way.
|
||||
However, if you would like to support us, you can do so in non-financial ways.
|
||||
|
||||
## Coding
|
||||
|
||||
At the moment, we don't need any help with coding.
|
||||
|
||||
## Help Fight Malware & Fake Content
|
||||
|
||||
If you search for ways to activate Windows or Office for free on Google or YouTube, you may come across malware disguised as real activators.
|
||||
While removing such content from websites is challenging, taking down fraudulent YouTube videos is easier—all it takes is enough reports against them.
|
||||
|
||||
Please check [this list](https://gist.githubusercontent.com/WindowsAddict/a2eb95d2a88e403fa4dda2f0bbac9065/raw) and report these videos and channels to help make the internet a safer place.
|
||||
|
||||
---
|
||||
|
||||
We will update this list as needed in the future.
|
||||
|
@ -140,6 +140,10 @@ const config = {
|
||||
label: 'Our Non-Piracy Site',
|
||||
to: '/our_non-piracy_site',
|
||||
},
|
||||
{
|
||||
label: 'Contribute',
|
||||
to: '/contribute',
|
||||
},
|
||||
],
|
||||
},
|
||||
{ to: '/blog', label: 'Blog', position: 'right' },
|
||||
|
@ -34,10 +34,11 @@ const sidebars = {
|
||||
items: ['manual_hwid_activation', 'manual_ohook_activation', 'manual_kms38_activation']
|
||||
},
|
||||
'guide_links',
|
||||
'unsupported_products_activation',
|
||||
'news',
|
||||
'changelog',
|
||||
'unsupported_products_activation',
|
||||
'our_non-piracy_site',
|
||||
'contribute',
|
||||
'credits',
|
||||
'contactus',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user