-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathastro.config.mjs
176 lines (170 loc) · 6.52 KB
/
astro.config.mjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import starlightImageZoom from 'starlight-image-zoom'
import partytown from '@astrojs/partytown'
import starlightCoolerCredit from 'starlight-cooler-credit'
import { viewTransitions } from "astro-vtbot/starlight-view-transitions";
import starlightBlog from 'starlight-blog';
import starWarp from '@inox-tools/star-warp';
const googleAnalyticsId = 'G-CDTP3TERKP'
const site = 'https://certs.msfthub.wiki/';
export default defineConfig({
site: 'https://certs.msfthub.wiki/',
redirects: {
'/office': '/wiki',
'/guide': '/guide/introduction',
'/m365': '/wiki',
'/microsoft365': '/wiki',
'/azure': '/wiki',
'/power': '/wiki',
'/powerplatform': '/wiki',
'/security': '/wiki',
'/dynamics': '/wiki',
'/dynamics365': '/wiki',
},
integrations:[partytown({
config: {
forward: ["dataLayer.push", "gtag"],
},
}), starlight({
plugins: [
/* starlightCoolerCredit({
showImage: true,
customImage: "./src/assets/mascot.png",
customImageAlt: "MSFT Cert Mascot",
credit: {
title: {
en: "Have any exam feedback?",
},
href: "https://discord.gg/y7jXDE6NVf",
description: {
en: "Join our Discord server and share your feedback with us!",
},
},
}), */
viewTransitions(),
starlightImageZoom(),
starWarp(),
starlightBlog({
authors: {
nighthouse: {
name: 'nighthouse',
title: 'Content & Site Editor',
picture: 'https://avatars.githubusercontent.com/u/121154936?v=4',
url: 'https://github.com/n1ghthouse',
},
teriaavibes: {
name: 'teriaavibes',
title: 'Content Editor',
picture: 'https://avatars.githubusercontent.com/u/68708075?v=4',
url: 'https://github.com/teriaavibes',
},
},
}),
],
components: {
MarkdownContent: "./src/components/MarkdownContent.astro",
},
title: 'Microsoft Certification Hub',
head: [
{
tag: 'script',
attrs: {
src: `https://www.googletagmanager.com/gtag/js?id=${googleAnalyticsId}`,
},
},
{
tag: 'script',
content: `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '${googleAnalyticsId}');
`,
},
{
tag: 'meta',
attrs: { property: 'og:image', content: site + 'og.jpg' },
},
{
tag: 'meta',
attrs: { property: 'twitter:image', content: site + 'og.jpg' },
},
{
tag: 'meta',
attrs: { property: 'og:url', content: 'https://certs.msfthub.wiki/' },
},
],
editLink: {
baseUrl: 'https://github.com/mscerts/hub/edit/main/',
},
logo: {
light: '/src/assets/msftcertblack.svg',
dark: '/src/assets/msftcertwhite.svg',
replacesTitle: true,
},
customCss: process.env.NO_GRADIENTS ? [ './src/custom.css'] : ['./src/landing.css', './src/custom.css'],
social: {
github: 'https://github.com/mscerts/hub',
discord: 'https://discord.gg/microsoft-certification-study-group-676990910176821270',
},
sidebar: [
{
label: 'Updates Blog',
link: '/blog',
},
{
label: 'Certification Program Guide',
items: [
{ label: 'Introduction', link: '/guide/introduction/' },
{ label: 'Overview', link: '/guide/overview/' },
{ label: 'Scheduling an Exam', link: '/guide/schedulingexam/' },
{ label: 'Certification Dashboard', link: '/guide/certificationdashboard/' },
{ label: 'Taking The Exam', link: '/guide/takingtheexams/' },
{ label: 'Official Study Materials', link: '/guide/officialstudymaterials/' },
{ label: 'Opportunities for Students', link: '/guide/studentopportunities/' },
{ label: 'Certification Renewal', link: '/guide/certificationrenewal/' },
{ label: 'Microsoft Partner Employees', link: '/guide/partneremployees/' },
],
},
{
label: 'Exam Voucher Collection',
link: '/vouchers',
},
{
label: 'Discounted Exam Vouchers',
items: [
{ label: 'DP-700 Discount', link: '/vouchers/dp-700discount/' ,badge: { text: '50%', variant: 'note' }, },
{ label: 'DP-600 for Partners', link: '/vouchers/dp-600forpartners/' ,badge: { text: '100%', variant: 'note' }, },
{ label: 'Virtual Training Days', link: '/vouchers/virtualtrainingdays/' ,badge: { text: '50%', variant: 'note' }, },
{ label: 'Microsoft ESI', link: '/vouchers/microsoftesi/' ,badge: { text: '50%', variant: 'note' }, },
{ label: 'Power Up Program', link: '/vouchers/powerupprogram/' ,badge: { text: '100%', variant: 'note' }, },
{ label: 'Beta Exams', link: '/vouchers/betaexams/' ,badge: { text: '80% + 25%', variant: 'note' }, },
{ label: 'Replay/Retake Vouchers', link: '/vouchers/mindhubreplayvoucherbundles/' },
],
},
{
label: 'Exam Wiki Collection',
link: '/wiki',
},
{
label: 'Exam Study Materials',
collapsed: false,
items: [
{ label: 'Azure', collapsed:true, autogenerate: { directory: 'azure', collaped:true },},
{ label: 'Microsoft 365', collapsed:true, autogenerate: { directory: 'microsoft365', collaped:true },},
{ label: 'Security & Identity', collapsed:true, autogenerate: { directory: 'security', collaped:true },},
{ label: 'Power Platform', collapsed:true, autogenerate: { directory: 'power', collaped:true },},
{ label: 'Dynamics 365', collapsed:true, autogenerate: { directory: 'dynamics', collaped:true },},
{ label: 'Office Apps', collapsed:true, autogenerate: { directory: 'office', collaped:true },},
],
},
{
label: 'Contributing',
link: '/contributing',
},
],
lastUpdated: true,
}),
],
});