Website: update page IDs for /scripts, /mdm-commands, and /os-settings. (#33398)

Closes #33354

Changes:
- Updated the page IDs of the /scripts, /os-settings, and /mdm-commands
pages to prevent the styles from being applied to headings on
documentation pages.
This commit is contained in:
Eric 2025-09-23 18:34:47 -05:00 committed by GitHub
parent 4bddc81357
commit 0ec0ac8613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
parasails.registerPage('mdm-commands', {
parasails.registerPage('mdm-commands-page', {
// ╦╔╗╔╦╔╦╗╦╔═╗╦ ╔═╗╔╦╗╔═╗╔╦╗╔═╗
// ║║║║║ ║ ║╠═╣║ ╚═╗ ║ ╠═╣ ║ ║╣
// ╩╝╚╝╩ ╩ ╩╩ ╩╩═╝ ╚═╝ ╩ ╩ ╩ ╩ ╚═╝

View file

@ -1,4 +1,4 @@
parasails.registerPage('os-settings', {
parasails.registerPage('os-settings-page', {
// ╦╔╗╔╦╔╦╗╦╔═╗╦ ╔═╗╔╦╗╔═╗╔╦╗╔═╗
// ║║║║║ ║ ║╠═╣║ ╚═╗ ║ ╠═╣ ║ ║╣
// ╩╝╚╝╩ ╩ ╩╩ ╩╩═╝ ╚═╝ ╩ ╩ ╩ ╩ ╚═╝

View file

@ -1,4 +1,4 @@
parasails.registerPage('scripts', {
parasails.registerPage('scripts-page', {
// ╦╔╗╔╦╔╦╗╦╔═╗╦ ╔═╗╔╦╗╔═╗╔╦╗╔═╗
// ║║║║║ ║ ║╠═╣║ ╚═╗ ║ ╠═╣ ║ ║╣
// ╩╝╚╝╩ ╩ ╩╩ ╩╩═╝ ╚═╝ ╩ ╩ ╩ ╩ ╚═╝

View file

@ -1,4 +1,4 @@
#mdm-commands {
#mdm-commands-page {
min-height: 800px;
p, strong {
color: #515774;

View file

@ -1,4 +1,4 @@
#os-settings {
#os-settings-page {
min-height: 800px;
p, strong {
color: #515774;

View file

@ -1,4 +1,4 @@
#scripts {
#scripts-page {
min-height: 800px;
p, strong {
color: #515774;

View file

@ -1,4 +1,4 @@
<div id="mdm-commands" v-cloak>
<div id="mdm-commands-page" v-cloak>
<div purpose="page-container">
<div purpose="page-content">
<docs-nav-and-search current-section="controls" :algolia-public-key="algoliaPublicKey" ></docs-nav-and-search>

View file

@ -1,4 +1,4 @@
<div id="os-settings" v-cloak>
<div id="os-settings-page" v-cloak>
<div purpose="page-container">
<div purpose="page-content">
<docs-nav-and-search current-section="controls" :algolia-public-key="algoliaPublicKey" ></docs-nav-and-search>

View file

@ -1,4 +1,4 @@
<div id="scripts" v-cloak>
<div id="scripts-page" v-cloak>
<div purpose="page-container">
<div purpose="page-content">
<docs-nav-and-search current-section="controls" :algolia-public-key="algoliaPublicKey" ></docs-nav-and-search>