summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/contribute.md20
-rw-r--r--docusaurus.config.js4
-rw-r--r--sidebars.js3
3 files changed, 26 insertions, 1 deletions
diff --git a/docs/contribute.md b/docs/contribute.md
new file mode 100644
index 0000000..63badcb
--- /dev/null
+++ b/docs/contribute.md
@@ -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.
+
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 59e38da..a70bdca 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -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' },
diff --git a/sidebars.js b/sidebars.js
index 9ecc568..1e3bf05 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -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',
],