summaryrefslogtreecommitdiff
path: root/sidebars.js
diff options
context:
space:
mode:
Diffstat (limited to 'sidebars.js')
-rw-r--r--sidebars.js113
1 files changed, 96 insertions, 17 deletions
diff --git a/sidebars.js b/sidebars.js
index 46ab987..31e06a1 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -13,19 +13,49 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
- // By default, Docusaurus generates a sidebar from the docs folder structure
- tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],
-
- // But you can create a sidebar manually
-
- tutorialSidebar: [
+ sidebar: [
'intro',
- 'genuine-installation-media',
+ {
+ type: 'category',
+ label: 'Download Windows / Office',
+ link: {type: 'doc', id: 'genuine-installation-media'},
+ items: [
+ 'windows_11_links',
+ 'windows_10_links',
+ 'windows_ltsc_links',
+ 'windows_arm_links',
+ {
+ type: 'html',
+ value: '<hr class="sidebar-hr" />',
+ },
+ 'windows_8.1_links',
+ 'windows_7_links',
+ 'windows_vista__links',
+ 'windows_xp_links',
+ 'windows-server-links',
+ {
+ type: 'html',
+ value: '<hr class="sidebar-hr" />',
+ },
+ {
+ type: 'link',
+ label: 'Office C2R Installers',
+ href: 'https://gravesoft.dev/office_c2r_links',
+ },
+ {
+ type: 'link',
+ label: 'Office C2R Custom Install',
+ href: 'https://gravesoft.dev/office_c2r_custom',
+ },
+ 'office_msi_links',
+ 'office_for_mac'
+ ],
+ },
'faq',
'troubleshoot',
{
type: 'html',
- value: '<hr style="margin: 8px 0; border: 0; border-top: 1px solid #ddd;" />',
+ value: '<hr class="sidebar-hr" />',
},
{
type: 'category',
@@ -37,16 +67,65 @@ const sidebars = {
label: 'Manual Activation',
items: ['manual_hwid_activation', 'manual_ohook_activation', 'manual_kms38_activation']
},
- 'guide_links',
- 'unsupported_products_activation',
- 'news',
- 'changelog',
- 'our_non-piracy_site',
- 'contribute',
- 'credits',
- 'contactus',
+ {
+ type: 'category',
+ label: 'Guides',
+ link: {type: 'doc', id: 'guide_links'},
+ items: [
+ 'windows10_eol',
+ 'office-license-is-not-genuine',
+ {
+ type: 'link',
+ label: 'Bypass Microsoft Geoblocking',
+ href: 'https://gravesoft.dev/bypass-microsoft-geoblocking',
+ description: 'Microsoft blocks services in certain countries due to U.S. laws and local legal regulations. For example, users in Russia may not be able to download Windows or Office.'
+ },
+ {
+ type: 'link',
+ label: 'Fix WPA Registry',
+ href: 'https://gravesoft.dev/fix-wpa-registry',
+ description: 'In some cases, the system may have corrupt WPA registry keys at HKEY_LOCAL_MACHINE\\SYSTEM\\WPA which can cause sppsvc to not work and activation to fail, it can also cause high CPU usage in sppsvc service.'
+ },
+ 'licensing-servers-issue',
+ 'issues_due_to_gaming_spoofers',
+ 'fix_service',
+ 'change_edition_issues',
+ 'evaluation_editions',
+ {
+ type: 'link',
+ label: 'Fix Powershell',
+ href: 'https://gravesoft.dev/fix_powershell',
+ description: 'Scripts may show an error related to Powershell not working.'
+ },
+ 'powershell-on-legacy-windows',
+ {
+ type: 'link',
+ label: 'In-Place Repair Upgrade',
+ href: 'https://gravesoft.dev/in-place_repair_upgrade',
+ description: 'In-place repair upgrade using Windows ISO file is a good way to fix system errors.'
+ },
+ {
+ type: 'link',
+ label: 'Remove Malware',
+ href: 'https://gravesoft.dev/remove_malware',
+ description: 'Guide on how to remove malware.'
+ },
+ {
+ type: 'link',
+ label: 'Clean Install Windows',
+ href: 'https://gravesoft.dev/clean_install_windows',
+ description: 'Guide on how to backup your data and clean install Windows.'
+ },
+ ]
+ },
+ 'unsupported_products_activation',
+ 'news',
+ 'changelog',
+ 'our_non-piracy_site',
+ 'contribute',
+ 'credits',
+ 'contactus',
],
-
};
export default sidebars;