diff options
| author | WindowsAddict | 2025-11-11 23:22:55 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-11-11 23:22:55 +0000 |
| commit | 777e607269845643b690a11cadbed5f1859e5298 (patch) | |
| tree | 03d177f0e987a1507a3b5d6b7adc03f8e791fb68 /sidebars.js | |
| parent | a4348755d5525c7b292e1b343005c635c9995cd0 (diff) | |
| download | massgrave.dev-777e607269845643b690a11cadbed5f1859e5298.zip | |
3.8
Diffstat (limited to 'sidebars.js')
| -rw-r--r-- | sidebars.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sidebars.js b/sidebars.js index 22c8a1c..b014c12 100644 --- a/sidebars.js +++ b/sidebars.js @@ -61,12 +61,12 @@ const sidebars = { { type: 'category', label: 'Docs', - items: ['hwid','ohook','tsforge','kms38','online_kms','chart','command_line_switches','check_activation_status','oem-folder','change_windows_edition','change_office_edition'], + items: ['hwid','ohook','tsforge','online_kms','chart','command_line_switches','check_activation_status','oem-folder','change_windows_edition','change_office_edition'], }, { type: 'category', label: 'Manual Activation', - items: ['manual_hwid_activation', 'manual_ohook_activation', 'manual_kms38_activation'] + items: ['manual_hwid_activation', 'manual_ohook_activation'] }, { type: 'category', @@ -125,6 +125,11 @@ const sidebars = { }, ] }, + { + type: 'category', + label: 'Archive', + items: ['kms38', 'manual_kms38_activation'], + }, 'unsupported_products_activation', 'news', 'changelog', |
