summaryrefslogtreecommitdiff
path: root/sidebars.js
diff options
context:
space:
mode:
authorLyssa2025-03-16 18:18:52 +0000
committerGitHub2025-03-16 18:18:52 +0000
commitb131a351df46cc5a1143cd588bf7f2f6eaf367d6 (patch)
tree618fd79129346dddf44ac3484d29609350e3adbd /sidebars.js
parentf7a2daf0daac8ceea1b023e71b86efa2c9d11196 (diff)
downloadmassgrave.dev-b131a351df46cc5a1143cd588bf7f2f6eaf367d6.zip
Rework manual activation sections for easier consumption (#33)
* add tickets to static * simplify manual hwid activation section and move it into it's own separate page, (from scratch section WIP) * remove decorative window * rename tickets * remove tickets from website * more table work * tabel * add links to table * add stub to hwid page * kms38 page, move guide pages to sidebar section * remove unnecessary whitespace * ohook work * more ohook work * add info box to kms38 page * revert guides list changes * edit info blobs * minor tweaks * minor tweaks again * add ticket generation section to hwid page * finish up with ticket gen section * unnecessary command in manual kms38 page * wonky structure fix * point to latest release instead * Fix double dot * minor changes * add manual activation to dropdown on top bar
Diffstat (limited to 'sidebars.js')
-rw-r--r--sidebars.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/sidebars.js b/sidebars.js
index 7c0e9d5..9ecc568 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -28,6 +28,11 @@ const sidebars = {
label: 'Docs',
items: ['hwid','ohook','tsforge','kms38','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']
+ },
'guide_links',
'news',
'changelog',