Change layout
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
slug: /
|
slug: /
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
sidebar_label: Intro
|
title: Activate Windows / Office
|
||||||
|
sidebar_label: Activate Windows / Office
|
||||||
---
|
---
|
||||||
|
|
||||||
# Microsoft Activation Scripts (MAS)
|
# Microsoft Activation Scripts (MAS)
|
||||||
|
@@ -87,6 +87,11 @@ const config = {
|
|||||||
src: 'img/logo.png',
|
src: 'img/logo.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
to: '/genuine-installation-media',
|
||||||
|
position: 'left',
|
||||||
|
label: 'Download Windows / Office',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
to: '/faq',
|
to: '/faq',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
@@ -97,16 +102,6 @@ const config = {
|
|||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Troubleshoot',
|
label: 'Troubleshoot',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
to: '/genuine-installation-media',
|
|
||||||
position: 'left',
|
|
||||||
label: 'Download Windows / Office',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
to: '/credits',
|
|
||||||
position: 'left',
|
|
||||||
label: 'Credits',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'dropdown',
|
type: 'dropdown',
|
||||||
label: 'More',
|
label: 'More',
|
||||||
@@ -144,6 +139,10 @@ const config = {
|
|||||||
label: 'Contribute',
|
label: 'Contribute',
|
||||||
to: '/contribute',
|
to: '/contribute',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Credits',
|
||||||
|
to: '/credits',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ to: '/blog', label: 'Blog', position: 'right' },
|
{ to: '/blog', label: 'Blog', position: 'right' },
|
||||||
|
@@ -20,9 +20,13 @@ const sidebars = {
|
|||||||
|
|
||||||
tutorialSidebar: [
|
tutorialSidebar: [
|
||||||
'intro',
|
'intro',
|
||||||
|
'genuine-installation-media',
|
||||||
'faq',
|
'faq',
|
||||||
'troubleshoot',
|
'troubleshoot',
|
||||||
'genuine-installation-media',
|
{
|
||||||
|
type: 'html',
|
||||||
|
value: '<hr style="margin: 8px 0; border: 0; border-top: 1px solid #ddd;" />',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
|
Reference in New Issue
Block a user