Skip to content

Commit 1a6e32a

Browse files
committed
Changed branding
1 parent b082671 commit 1a6e32a

8 files changed

Lines changed: 395 additions & 119 deletions

File tree

src/react/docusaurus.config.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {
11-
title: 'Microsoft Zero Trust Workshop',
11+
title: 'Microsoft Zero Trust',
1212
tagline: 'Check your Microsoft tenant configuration for zero trust readiness.',
1313
favicon: 'img/favicon.ico',
1414

@@ -76,17 +76,12 @@ const config = {
7676
// Replace with your project's social card
7777
image: 'img/social-card.png',
7878
navbar: {
79-
title: 'Zero Trust Workshop',
79+
title: 'Microsoft Zero Trust',
8080
logo: {
8181
alt: 'Site Logo',
8282
src: 'img/logo.svg',
8383
},
8484
items: [
85-
{
86-
to: 'workshop',
87-
position: 'left',
88-
label: 'About the Workshop',
89-
},
9085
{
9186
to: 'guide',
9287
position: 'left',

src/react/i18n/en/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"SiteHeading": {
3-
"message": "Microsoft Zero Trust Workshop"
3+
"message": "Microsoft Zero Trust"
44
},
55
"theme.NotFound.title": {
66
"message": "Page Not Found",

src/react/i18n/en/docusaurus-theme-classic/navbar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": {
3-
"message": "Zero Trust Workshop",
3+
"message": "Microsoft Zero Trust",
44
"description": "The title in the navbar"
55
},
66
"logo.alt": {

src/react/i18n/es/code.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"SiteHeading": {
3-
"message": "Microsoft Zero Trust Workshop"
3+
"message": "Microsoft Zero Trust"
44
},
55
"theme.NotFound.title": {
6-
"message": "Página no encontrada "
6+
"message": "Página no encontrada "
77
},
88
"theme.NotFound.p1": {
9-
"message": "No pudimos encontrar lo que buscabas "
9+
"message": "No pudimos encontrar lo que buscabas "
1010
},
1111
"theme.NotFound.p2": {
1212
"message": "Contacta al dueño del sitio, el URL no esta disponible "
@@ -15,8 +15,8 @@
1515
"message": "Error en la pagina "
1616
},
1717
"theme.BackToTopButton.buttonAriaLabel": {
18-
"message": "Ir de atras hacia delante "
19-
},
18+
"message": "Ir de atras hacia delante "
19+
},
2020
"theme.blog.archive.title": {
2121
"message": "Archivado "
2222
},

src/react/package-lock.json

Lines changed: 54 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"@gracefullight/docusaurus-plugin-microsoft-clarity": "^1.0.0",
2222
"@mdx-js/react": "^3.0.0",
2323
"clsx": "^2.0.0",
24+
"embla-carousel-autoplay": "^8.6.0",
25+
"embla-carousel-fade": "^8.6.0",
26+
"embla-carousel-react": "^8.6.0",
2427
"js-cookie": "^3.0.5",
2528
"prism-react-renderer": "^2.3.0",
2629
"react": "^18.0.0",

0 commit comments

Comments
 (0)