Skip to content

Commit b9418db

Browse files
committed
Unify styling with existing documentation
1 parent 81ca7c8 commit b9418db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/terms/explanation/technical-upgrades.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 5
77

88
## What is the technical upgrades process
99

10-
The **technical upgrade** process creates new **versions** by re-extracting content from the **latest snapshots** when there are changes not in service terms content, but in the system that extracts them (declarations, filters, engine, or dependencies).
10+
The technical upgrade process creates new versions by re-extracting content from the latest snapshots when there are changes not in service terms content, but in the system that extracts them (declarations, filters, engine, or dependencies).
1111

1212
## Why technical upgrades are important
1313

@@ -35,7 +35,7 @@ For each tracked terms:
3535

3636
### Selector or filter changes
3737

38-
**Example:**
38+
Example:
3939

4040
```json
4141
// Before: missing section C
@@ -55,15 +55,15 @@ For each tracked terms:
5555
}
5656
```
5757

58-
**What happens:**
58+
What happens:
5959

6060
- Retrieves the latest snapshot
6161
- Re-extracts content using updated selectors and/or filters
6262
- Creates a new version marked as a technical upgrade
6363

6464
### Adding new source documents to combined terms
6565

66-
**Example:**
66+
Example:
6767

6868
```json
6969
// Before: 2 source documents
@@ -88,28 +88,28 @@ For each tracked terms:
8888
}
8989
```
9090

91-
**What happens:**
91+
What happens:
9292

9393
- Fetches and records snapshots **only for new source documents**
9494
- Retrieves latest snapshots for existing source documents
9595
- Extracts all documents and creates one new combined version marked as a technical upgrade
9696

9797
### Location changes
9898

99-
**What happens:**
99+
What happens:
100100

101101
Nothing, technical upgrades do not fetch from new locations. Location changes represent a genuine change in how the service publishes their terms and should be tracked as a regular content change.
102102

103103
### Engine and dependency changes
104104

105105
When you upgrade the engine or dependencies, extraction logic may change even if declarations remain the same.
106106

107-
**Examples:**
107+
Examples:
108108

109109
- Engine improves HTML entity decoding so ` ` entities are converted to regular spaces instead of appearing literally in versions
110110
- Library improves table support so complex tables preserve their structure as Markdown tables instead of being converted to plain text
111111

112-
**What happens:**
112+
What happens:
113113

114114
- Retrieves the latest snapshot for each terms
115115
- Re-extracts using updated code

0 commit comments

Comments
 (0)