diff --git a/website/docs/Docs/docs.md b/website/docs/Docs/docs.md index f54c6dc..c01ec89 100644 --- a/website/docs/Docs/docs.md +++ b/website/docs/Docs/docs.md @@ -3,7 +3,7 @@ sidebar_position: 5 title: Licensing and Documentation --- -# Public Documentation 📄 +# 📄 Public Documentation ## Microsoft Entra Suite features documentation diff --git a/website/docs/Scenarios/Readme.md b/website/docs/Scenarios/Readme.md index 0399ab3..b7a354b 100644 --- a/website/docs/Scenarios/Readme.md +++ b/website/docs/Scenarios/Readme.md @@ -2,7 +2,7 @@ sidebar_position: 2 title: Entra Suite POC in a Box --- -# Entra Suite POC in a Box 📦 +# 📦 POC in a Box Explore our real-life scenarios that articulate the value of Microsoft Entra Suite and how its capabilities work together. diff --git a/website/docs/TrainingHubs/TrainingHubs.md b/website/docs/TrainingHubs/TrainingHubs.md index 1153438..9dc5667 100644 --- a/website/docs/TrainingHubs/TrainingHubs.md +++ b/website/docs/TrainingHubs/TrainingHubs.md @@ -2,23 +2,25 @@ sidebar_position: 3 title: Products Training Hubs --- -# Products Training Hubs +# 🏫 Products Training Hubs Explore the products included in the Entra Suite with our Training Hubs and POC-in-a-Box resources -## Unlock the Power of Identity Governance +## ![igalogo](../images/IGAlogo3.png) Unlock the Power of Identity Governance + + > Empower Your Identity Management Journey with Microsoft Entra ID - [Microsoft Entra identity governance Training Hub](https://aka.ms/entraidgovernancetraining) -## Unlock the power of identity-centric secure network access +## ![sselogo](../images/InternetAccesslogo2.png) Unlock the power of identity-centric secure network access > Master Microsoft's Security Service Edge (SSE) solution by becoming an expert in Microsoft Entra Internet Access and Microsoft Entra Private Access. - [Global Secure Access Training Hub](https://aka.ms/GlobalSecureAccessTraining) -### Microsoft Entra Identity Protection POC in a box deck +### ![idprotectionlogo](../images/Idprotectionlogo2.png) Microsoft Entra Identity Protection POC in a box deck > Microsoft Entra ID Protection helps organizations detect, investigate, and remediate identity-based risks. These identity-based risks can be further fed into tools like Conditional Access to make access decisions diff --git a/website/docs/images/IGALogo3.png b/website/docs/images/IGALogo3.png new file mode 100644 index 0000000..31dca3f Binary files /dev/null and b/website/docs/images/IGALogo3.png differ diff --git a/website/docs/images/Idprotectionlogo2.png b/website/docs/images/Idprotectionlogo2.png new file mode 100644 index 0000000..5bb2e2b Binary files /dev/null and b/website/docs/images/Idprotectionlogo2.png differ diff --git a/website/docs/images/InternetAccesslogo2.png b/website/docs/images/InternetAccesslogo2.png new file mode 100644 index 0000000..7f83064 Binary files /dev/null and b/website/docs/images/InternetAccesslogo2.png differ diff --git a/website/docs/images/verifiedIDlogo2.png b/website/docs/images/verifiedIDlogo2.png new file mode 100644 index 0000000..c9909bf Binary files /dev/null and b/website/docs/images/verifiedIDlogo2.png differ diff --git a/website/docs/intro.md b/website/docs/intro.md index 703c6d9..63c9856 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -20,6 +20,8 @@ The Entra Suite includes five deeply integrated products: - ID Protection to make access decisions based on real-time risk assessment - Verified ID Premium to enable real-time and privacy respecting identity verification +### Start your free 90-day trial today! 👉 [Microsoft Entra Suite Trial](https://aka.ms/EntraSuiteTrial) + ## 📦 POC in a Box Explore our real-life scenarios that articulate the value of Microsoft Entra Suite and how its capabilities work together. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ac88876..07f718d 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -34,6 +34,13 @@ const config = { locales: ['en'], }, + plugins: [ + [ + "@gracefullight/docusaurus-plugin-microsoft-clarity", + { projectId: "o9yvvsazyr" }, + ], + ], + presets: [ [ 'classic', diff --git a/website/package-lock.json b/website/package-lock.json index 5fd497c..d449b61 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@docusaurus/core": "3.5.2", "@docusaurus/preset-classic": "3.5.2", + "@gracefullight/docusaurus-plugin-microsoft-clarity": "^1.0.0", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0", @@ -2997,6 +2998,15 @@ "node": ">=18.0" } }, + "node_modules/@gracefullight/docusaurus-plugin-microsoft-clarity": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@gracefullight/docusaurus-plugin-microsoft-clarity/-/docusaurus-plugin-microsoft-clarity-1.0.0.tgz", + "integrity": "sha512-tOFMgF8GdWL4VgdkuPiT/mDYbi4GgtOpq4hVWCg4O3XfSUd7TNGSrzNXnLiOzcO64gQSrBMpB3aQwIpi4gshdw==", + "license": "MIT", + "dependencies": { + "@docusaurus/utils-validation": "^3" + } + }, "node_modules/@hapi/hoek": { "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", diff --git a/website/package.json b/website/package.json index a07b6be..2b79d83 100644 --- a/website/package.json +++ b/website/package.json @@ -16,6 +16,7 @@ "dependencies": { "@docusaurus/core": "3.5.2", "@docusaurus/preset-classic": "3.5.2", + "@gracefullight/docusaurus-plugin-microsoft-clarity": "^1.0.0", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0",