summaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
authorLyssa2025-03-16 18:18:52 +0000
committerGitHub2025-03-16 18:18:52 +0000
commitb131a351df46cc5a1143cd588bf7f2f6eaf367d6 (patch)
tree618fd79129346dddf44ac3484d29609350e3adbd /docusaurus.config.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 'docusaurus.config.js')
-rw-r--r--docusaurus.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js
index ddf4a5c..59e38da 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -117,6 +117,10 @@ const config = {
to: '/hwid',
},
{
+ label: 'Manual Activation',
+ to: '/manual_hwid_activation'
+ },
+ {
label: 'Guides',
to: '/guide_links',
},