Remove all emojis from markdown documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-10 11:03:45 -05:00
parent fc6be8a876
commit 96cb1dd946
22 changed files with 256 additions and 256 deletions

View File

@@ -102,7 +102,7 @@ $postData.dncConfig = {
} | ConvertTo-Json -Compress
```
#### GE Registry Architecture Data **New in v3.0**
#### GE Registry Architecture Data **New in v3.0**
```powershell
# DualPath Communication Settings
$postData.dncDualPathEnabled = $true # Boolean: DualPath enabled
@@ -204,7 +204,7 @@ UPDATE pc SET
WHERE pcid = ?
```
#### `pc_dnc_config` Table (Manufacturing Configuration) **Enhanced in v3.0**
#### `pc_dnc_config` Table (Manufacturing Configuration) **Enhanced in v3.0**
```sql
INSERT INTO pc_dnc_config (
pcid, site, cnc, ncif, machinenumber, hosttype,
@@ -217,7 +217,7 @@ INSERT INTO pc_dnc_config (
ON DUPLICATE KEY UPDATE ...
```
#### `machines` Table (Auto-Population) **New in v3.2**
#### `machines` Table (Auto-Population) **New in v3.2**
```sql
-- Machine records created from PC data
INSERT INTO machines (