Skip to content

Commit cc323df

Browse files
committed
fix searchPath index in /website
1 parent bcda27e commit cc323df

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

website/docs/configs/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import TabItem from "@theme/TabItem";
1010

1111
# Configuration {#website-configuration}
1212

13-
![Wf](https://img.shields.io/github/actions/workflow/status/mkeithx/mkeithx.github.io/build-and-deploy.yml?style=for-the-badge&logo=github-actions&label=CI/CD)
14-
![pthon-setup](https://img.shields.io/github/actions/workflow/status/mkeithx/mkeithx.github.io/python-setup.yml?style=for-the-badge&logo=python&label=build)
13+
![cicd](https://img.shields.io/github/actions/workflow/status/mkeithx/mkeithx.github.io/build-and-deploy.yml?style=for-the-badge&logo=github-actions&logoSize=auto&label=CI%2FCD&labelColor=%23222d3d&color=%23000017)
14+
![python](https://img.shields.io/github/actions/workflow/status/mkeithx/mkeithx.github.io/python-setup.yml?style=for-the-badge&logo=python&logoSize=auto&label=Build&labelColor=%23222d3d&color=%23000017)
15+
![site-pages](https://img.shields.io/website?url=https://mkeithx.github.io/%2F&style=for-the-badge&logo=cloudflare&label=Website&labelColor=%23222d3d&color=%23000017)
1516

1617

1718
This section covers the custom configuration powering the **MKX SpaceHub**™ website.

website/docs/system-administration/ms-intune/custom-lockscreen.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,25 @@ Before proceeding, host your images in a publicly accessible location. Suitable
6666

6767
![Desktop Wallpaper Settings](/img/guides/intune-wallpaper-device-restriction.png)
6868

69-
## Assign the Profile to the Dynamic Group
69+
## Group Assignment
7070

7171
1. In the **Assignments** step, click **Included groups** > **Add groups**
72-
2. Select the dynamic group created earlier (e.g., `Corporate Devices`)
73-
3. Click **Next**, then **Create**
72+
2. Select a group > Click **Next**, then **Create**
7473

7574
## Verify Deployment
7675

7776
Once the profile is assigned, the configuration will apply to all devices in the group. Confirm by inspecting lock screen and desktop wallpaper settings on a managed device.
7877

79-
![PC Settings - Wallpaper](/img/guides/pc-settings-wallpaper.png)
78+
### Lock screen
8079
![PC Settings - Lock Screen](/img/guides/pc-settings-lockscreen.png)
8180

8281

82+
### Desktop wallpaper
83+
84+
![PC Settings - Wallpaper](/img/guides/pc-settings-wallpaper.png)
85+
86+
87+
8388
## Additional Resources
8489

8590
* [Assign policies in Microsoft Intune](https://learn.microsoft.com/en-us/mem/intune/configuration/device-profile-assign)

website/docusaurus.config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,19 +139,10 @@ const config: Config = {
139139
ignorePatterns: ["/tests/{blog,pages}/**", "/tags/**"],
140140
filename: "sitemap.xml",
141141
},
142-
143-
// gtag: process.env.GTAG_ID
144-
// ? {
145-
// trackingID: process.env.GTAG_ID,
146-
// anonymizeIP: true,
147-
// }
148-
// : undefined,
149-
150142
gtag: {
151143
trackingID: 'G-YYZ6V070LQ',
152144
anonymizeIP: true,
153145
},
154-
155146

156147
} satisfies Preset.Options,
157148
],
@@ -283,7 +274,7 @@ const config: Config = {
283274
appId: "XVSOLYZXNV",
284275
replaceSearchResultPathname: {
285276
from: /^\/docs\/next/g.source,
286-
to: '/docs',
277+
to: '/',
287278
},
288279

289280
contextualSearch: false

0 commit comments

Comments
 (0)