summaryrefslogtreecommitdiff
path: root/_site.yml
diff options
context:
space:
mode:
authorDESKTOP-RBH716R\Admin2022-07-25 16:56:46 +0000
committerDESKTOP-RBH716R\Admin2022-07-25 16:56:46 +0000
commit11e4fd98988e0fd7f56d45afbec989a2ddcaa260 (patch)
treea4bd1fe2d65d44c5838c948844a55d876d7df521 /_site.yml
parenta465b6eab20dc7c275e028bc4c5889c822ded9fd (diff)
downloadmassgrave.dev-11e4fd98988e0fd7f56d45afbec989a2ddcaa260.zip
MAS 1.6
Diffstat (limited to '_site.yml')
-rw-r--r--_site.yml54
1 files changed, 54 insertions, 0 deletions
diff --git a/_site.yml b/_site.yml
new file mode 100644
index 0000000..c189233
--- /dev/null
+++ b/_site.yml
@@ -0,0 +1,54 @@
+name: "Microsoft Activation Scripts"
+navbar:
+ title: "Microsoft Activation Scripts"
+ right:
+ - text: "Home"
+ href: index.html
+ - text: "FAQ"
+ href: faq.html
+ - text: "Troubleshoot"
+ href: troubleshoot.html
+ - text: "Docs"
+ menu:
+ - text: "HWID Activation"
+ href: hwid.html
+ - text: "KMS38 Activation"
+ href: kms38.html
+ - text: "Online KMS Activation"
+ href: online_kms.html
+ - text: "---------"
+ - text: "Check Activation Status"
+ href: check_activation_status.html
+ - text: "---------"
+ - text: "Extract $OEM$ Folder"
+ href: oem-folder.html
+ - text: "Change Edition"
+ href: change_edition.html
+ - text: "Install HWID Key"
+ href: install_hwid_key.html
+ - text: "---------"
+ - text: "Unreadable Codes In MAS AIO"
+ href: unreadable-codes-in-mas-aio.html
+ - text: "---------"
+ - text: "Download Genuine Installation Media"
+ href: genuine-installation-media.html
+ - text: "---------"
+ - text: "Office License Is Not Genuine"
+ href: office-license-is-not-genuine.html
+ - text: "---------"
+ - text: "Changelog"
+ href: changelog.html
+ - text: "Credits"
+ href: credits.html
+
+ - text: "Contact Us"
+ href: contactus.html
+output:
+ html_document:
+ theme: readable
+ highlight: tango
+ toc_depth: 3
+ toc: true
+ toc_float:
+ collapsed: false
+ smooth_scroll: false \ No newline at end of file