mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 23:10:55 +07:00
68 lines
2.0 KiB
YAML
68 lines
2.0 KiB
YAML
name: "Microsoft_Activation_Scripts"
|
|
include: ["get.ps1"]
|
|
navbar:
|
|
title: '<div><img src="logo.png" class="logo"> Microsoft Activation Scripts</div>'
|
|
right:
|
|
- text: "Home"
|
|
href: index.html
|
|
- text: "FAQ"
|
|
href: faq.html
|
|
- text: "Troubleshoot"
|
|
href: troubleshoot.html
|
|
- text: "Download Windows/Office"
|
|
href: genuine-installation-media.html
|
|
- text: "Docs"
|
|
menu:
|
|
- text: "HWID Activation"
|
|
href: hwid.html
|
|
- text: "Ohook Activation"
|
|
href: ohook.html
|
|
- text: "KMS38 Activation"
|
|
href: kms38.html
|
|
- text: "Online KMS Activation"
|
|
href: online_kms.html
|
|
- text: "---------"
|
|
- text: "Command Line Switches"
|
|
href: command_line_switches.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: "---------"
|
|
- text: "Bypass Russian Geoblock"
|
|
href: bypass-russian-geoblock.html
|
|
- text: "Office License Is Not Genuine"
|
|
href: office-license-is-not-genuine.html
|
|
- text: "Fix WPA Registry"
|
|
href: fix-wpa-registry.html
|
|
- text: "Licensing Servers Issue"
|
|
href: licensing-servers-issue.html
|
|
- text: "---------"
|
|
- text: "Unsupported Products Activation"
|
|
href: unsupported_products_activation.html
|
|
- text: "---------"
|
|
- text: "Changelog"
|
|
href: changelog.html
|
|
- text: "Credits"
|
|
href: credits.html
|
|
|
|
- text: "Contact Us"
|
|
href: contactus.html
|
|
output:
|
|
html_document:
|
|
includes:
|
|
after_body: footer.html
|
|
in_header: favicon.html
|
|
theme: readable
|
|
highlight: tango
|
|
css: styles.css
|
|
toc_depth: 3
|
|
toc: true
|
|
toc_float:
|
|
collapsed: false
|
|
smooth_scroll: false
|