mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 23:10:55 +07:00
59 lines
1.7 KiB
YAML
59 lines
1.7 KiB
YAML
name: "Microsoft Activation Scripts"
|
|
navbar:
|
|
title: '<div><img src="images\logo.png" class="logo"> MAS</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: "Check Activation Status"
|
|
href: check_activation_status.html
|
|
- text: "Extract $OEM$ Folder"
|
|
href: oem-folder.html
|
|
- text: "Change Edition"
|
|
href: change_edition.html
|
|
- text: "---------"
|
|
- text: "Guide Links"
|
|
href: guide_links.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: true
|