From b533083a41a3672de03d23c30f3813d2a34658f9 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Sun, 23 Mar 2025 06:39:15 +0530 Subject: [PATCH] Add contribute page --- docs/contribute.md | 20 ++++++++++++++++++++ docusaurus.config.js | 4 ++++ sidebars.js | 3 ++- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/contribute.md 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', ],