Skip to content

Commit 74cba91

Browse files
authored
Fix abbreviation casing issues (#254)
## Summary by Sourcery Fix abbreviation and casing issues in documentation and code formatting Enhancements: - Improved text formatting function to handle markdown and sentence casing more robustly - Simplified heading processing logic in formatting script Documentation: - Removed cryptic abbreviation placeholders from multiple documentation files - Standardized heading capitalization across documentation - Improved readability of section headings
1 parent 4acab2c commit 74cba91

File tree

15 files changed

+68
-71
lines changed

15 files changed

+68
-71
lines changed

content/docs/about-settlemint/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The **Blockchain Explorer** offers real-time insights into:
193193
private networks. It relies on fast JSON-RPC and GraphQL queries, making it a
194194
cornerstone for auditing, diagnostic checks, and compliance reporting.
195195

196-
## **Code studio **abbr_543svb8f5****
196+
## **Code studio IDE**
197197

198198
A **browser-based IDE** that streamlines contract development for various
199199
networks:

content/docs/building-with-settlemint/evm-chains-guide/setup-code-studio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Smart contract sets allow you to incorporate **business logic** into your
8383
application by deploying smart contracts that run on the blockchain. You can add
8484
a smart contract set via different methods as part of your development workflow.
8585

86-
## **abbr_eh7glgd44**ide project structure
86+
## IDE project structure**
8787

8888
The EVM IDE project structure in code studio is thoughtfully organized to
8989
support efficient smart contract development, testing, and deployment. Each
@@ -104,7 +104,7 @@ with industry-standard tools like Hardhat, Foundry, and The Graph.
104104
| `cache_forge/` | Caching directory for Foundry to speed up compilation and reuse outputs. |
105105
| `node_modules/` | Contains installed npm packages and dependencies used in Hardhat or other JS-based tools. |
106106

107-
## Code studio**abbr_remh50vdc**task manager
107+
## Code studio task manager
108108

109109
The code studio IDE task manager acts as a centralized hub for running all
110110
essential development scripts, giving developers a streamlined way to manage the

content/docs/building-with-settlemint/evm-chains-guide/setup-offchain-database.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ PGPASSWORD=0c510604a378d348e7ed pg_dump \
487487
-f ~/Desktop/hasura_backup.sql
488488
```
489489

490-
## Taking backup via hasura**abbr_7t7p7n61v**
490+
## Taking backup via hasura CLI
491491

492492
1. Hasura Database
493493
2. Hasura Metadata
@@ -560,7 +560,7 @@ To export your entire metadata using the Hasura CLI execute the following
560560
command in your terminal:
561561

562562
```
563-
# In hasura__abbr_39ur0dz6c__
563+
# In hasura CLI
564564
hasura metadata export
565565
```
566566

@@ -575,7 +575,7 @@ metadata on that instance, i.e. you lose any metadata that existed before
575575
applying.
576576

577577
```
578-
# In hasura__abbr_1h8x1pu77__
578+
# In hasura CLI
579579
hasura metadata apply
580580
```
581581

@@ -585,7 +585,7 @@ In some cases, the metadata can be out of sync with the database schema. For
585585
example, when a new column has been added to a table via an external tool.
586586

587587
```
588-
# In hasura__abbr_m5qu5acpt__
588+
# In hasura CLI
589589
hasura metadata reload
590590
```
591591

content/docs/building-with-settlemint/hedera-hashgraph-guide/setup-code-studio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Smart contract sets allow you to incorporate **business logic** into your
8383
application by deploying smart contracts that run on the blockchain. You can add
8484
a smart contract set via different methods as part of your development workflow.
8585

86-
## **abbr_0ij4e1pte**ide project structure
86+
## IDE project structure**
8787

8888
The EVM IDE project structure in code studio is thoughtfully organized to
8989
support efficient smart contract development, testing, and deployment. Each
@@ -104,7 +104,7 @@ with industry-standard tools like Hardhat, Foundry, and The Graph.
104104
| `cache_forge/` | Caching directory for Foundry to speed up compilation and reuse outputs. |
105105
| `node_modules/` | Contains installed npm packages and dependencies used in Hardhat or other JS-based tools. |
106106

107-
## Code studio**abbr_dqlj90p2u**task manager
107+
## Code studio task manager
108108

109109
The code studio IDE task manager acts as a centralized hub for running all
110110
essential development scripts, giving developers a streamlined way to manage the

content/docs/building-with-settlemint/hedera-hashgraph-guide/setup-offchain-database.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ PGPASSWORD=0c510604a378d348e7ed pg_dump \
487487
-f ~/Desktop/hasura_backup.sql
488488
```
489489

490-
## Taking backup via hasura**abbr_8jpa69073**
490+
## Taking backup via hasura CLI
491491

492492
1. Hasura Database
493493
2. Hasura Metadata
@@ -560,7 +560,7 @@ To export your entire metadata using the Hasura CLI execute the following
560560
command in your terminal:
561561

562562
```
563-
# In hasura__abbr_p7wa6x4nr__
563+
# In hasura CLI
564564
hasura metadata export
565565
```
566566

@@ -575,7 +575,7 @@ metadata on that instance, i.e. you lose any metadata that existed before
575575
applying.
576576

577577
```
578-
# In hasura__abbr_iv30utco7__
578+
# In hasura CLI
579579
hasura metadata apply
580580
```
581581

@@ -585,7 +585,7 @@ In some cases, the metadata can be out of sync with the database schema. For
585585
example, when a new column has been added to a table via an external tool.
586586

587587
```
588-
# In hasura__abbr_cmqcd2sqb__
588+
# In hasura CLI
589589
hasura metadata reload
590590
```
591591

content/docs/building-with-settlemint/hyperledger-fabric-guide/setup-code-studio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Smart contract sets allow you to incorporate **business logic** into your
7878
application by deploying chaincodes that run on the blockchain. You can add a
7979
chaincode set via different methods as part of your development workflow.
8080

81-
## Fabric**abbr_9vb9l2s75**project structure
81+
## Fabric IDE project structure
8282

8383
The Fabric IDE project structure in Code Studio is tailored to support robust
8484
development and lifecycle management of Hyperledger Fabric chaincode. It
@@ -110,7 +110,7 @@ with automation support, organized in a modular and maintainable layout.
110110

111111
---
112112

113-
## Code studio**abbr_q7obc13hg**task manager for fabric
113+
## Code studio task manager for fabric
114114

115115
The **Code Studio Task Manager** for Hyperledger Fabric provides a curated set
116116
of tasks to manage the full chaincode lifecycle, perform channel operations, and

content/docs/building-with-settlemint/hyperledger-fabric-guide/setup-offchain-database.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ PGPASSWORD=0c510604a378d348e7ed pg_dump \
487487
-f ~/Desktop/hasura_backup.sql
488488
```
489489

490-
## Taking backup via hasura**abbr_flprofqzl**
490+
## Taking backup via hasura CLI
491491

492492
1. Hasura Database
493493
2. Hasura Metadata
@@ -560,7 +560,7 @@ To export your entire Metadata using the Hasura CLI execute the following
560560
command in your terminal:
561561

562562
```
563-
# In hasura__abbr_e1v88g3fk__
563+
# In hasura CLI
564564
hasura metadata export
565565
```
566566

@@ -575,7 +575,7 @@ Metadata on that instance, i.e. you lose any Metadata that existed before
575575
applying.
576576

577577
```
578-
# In hasura__abbr_7pvp3stmv__
578+
# In hasura CLI
579579
hasura metadata apply
580580
```
581581

@@ -585,7 +585,7 @@ In some cases, the Metadata can be out of sync with the database schema. For
585585
example, when a new column has been added to a table via an external tool.
586586

587587
```
588-
# In hasura__abbr_scgjt6qou__
588+
# In hasura CLI
589589
hasura metadata reload
590590
```
591591

content/docs/knowledge-bank/public-blockchains.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ reduction) and also changed the economic issuance (no more large block rewards,
659659
only small issuance to validators and fee burn often exceeds issuance, making
660660
ETH possibly deflationary at times).
661661

662-
## Smart contract execution: the ethereum virtual machine **abbr_o3y2j9plj**
662+
## Smart contract execution: the ethereum virtual machine - EVM
663663

664664
One of Ethereum's core innovations is the Ethereum Virtual Machine. The EVM is a
665665
stack-based virtual CPU that executes contract bytecode. Every Ethereum full
@@ -970,7 +970,7 @@ even before it's submitted, validators consider those blocks final). The
970970
experience is high-speed, leveraging the trust that validators will behave (due
971971
to stake at risk).
972972

973-
## State management and**abbr_s1hbpm6mi**compatibility
973+
## State management and EVM compatibility
974974

975975
The Polygon PoS chain is fully EVM-compatible. It maintains an account-based
976976
state model nearly identical to Ethereum's:

content/docs/platform-components/blockchain-infrastructure/blockchain-nodes.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,13 @@ Non-validator nodes. All nodes are configured to be archive nodes.
240240
For hypelerledger fabric, SettleMint offers options between peer and orderer
241241
nodes.
242242

243-
## **1. hyperledger besu node overview**
243+
## 1. Hyperledger Besu node overview
244244

245245
The **Besu Node Dashboard** serves as a comprehensive interface for managing and
246246
monitoring a **Hyperledger Besu node**. It provides insights into node status,
247247
network connectivity, blockchain interactions, and system performance.
248248

249-
### **1.1 details tab**
249+
### 1.1 Details tab
250250

251251
![EVM Node Info](../../../img/platfrom-components/evm-node-info.png)
252252

@@ -279,7 +279,7 @@ transactions, and enabling peer-to-peer connectivity**.
279279

280280
---
281281

282-
### **1.2 connect with node**
282+
### 1.2 Connect with node
283283

284284
![EVM Node Connection](../../../img/platfrom-components/evm-node-connection.png)
285285

@@ -292,7 +292,7 @@ protocols:
292292

293293
---
294294

295-
### **1.3 json-rpc**
295+
### 1.3 JSON-rpc
296296

297297
The **JSON-RPC** interface enables blockchain queries, transactions, and
298298
debugging.
@@ -359,7 +359,7 @@ debugging.
359359

360360
---
361361

362-
### **1.4 graphql**
362+
### 1.4 GraphQL
363363

364364
GraphQL provides an efficient querying method for blockchain data.
365365

@@ -372,7 +372,7 @@ GraphQL provides an efficient querying method for blockchain data.
372372

373373
---
374374

375-
### **1.5 resources**
375+
### 1.5 Resources
376376

377377
Monitors **CPU, memory, disk usage, and network connections** to optimize
378378
performance.
@@ -386,7 +386,7 @@ performance.
386386

387387
---
388388

389-
### **1.6 logs**
389+
### 1.6 Logs
390390

391391
![EVM Node Logs](../../../img/platfrom-components/evm-node-logs.png)
392392

@@ -398,12 +398,12 @@ Real-time logs provide visibility into **node operations**, including:
398398

399399
---
400400

401-
## **2. hyperledger fabric node overview**
401+
## 2. Hyperledger Fabric node overview
402402

403403
The **Hyperledger Fabric Node Dashboard** is designed to monitor and manage
404404
Fabric nodes, focusing on consensus, network identity, and operational metrics.
405405

406-
### **2.1 details tab**
406+
### 2.1 details tab
407407

408408
![Fabric Node Info](../../../img/platfrom-components/fabric-node-info.png)
409409

@@ -418,7 +418,7 @@ The **Details** tab provides:
418418

419419
---
420420

421-
### **2.2 node stats**
421+
### 2.2 Node stats
422422

423423
Provides critical **consensus and participation metrics**, including:
424424

@@ -434,7 +434,7 @@ Provides critical **consensus and participation metrics**, including:
434434

435435
---
436436

437-
### **2.3 node identity & security**
437+
### 2.3 Node identity & security
438438

439439
![Fabric Node Identity](../../../img/platfrom-components/fabric-node-identity.png)
440440

@@ -444,15 +444,15 @@ This section contains **cryptographic details** for network security:
444444
- **Node’s TLS Certificates & Public Keys** – Verifies node identity.
445445
- **Private Keys & Certificates** – Used for authentication and encryption.
446446

447-
#### **Capabilities:**
447+
#### Capabilities:
448448

449449
- **Secure Network Communication** – TLS encryption for data integrity.
450450
- **Node Authentication** – Ensures trusted interactions within Fabric.
451451
- **Certificate Management** – Maintains cryptographic security.
452452

453453
---
454454

455-
### **2.4 resources tab**
455+
### 2.4 Resources tab
456456

457457
Similar to Besu, this tab provides:
458458

@@ -462,7 +462,7 @@ Similar to Besu, this tab provides:
462462

463463
---
464464

465-
### **2.5 logs tab**
465+
### 2.5 Logs tab
466466

467467
![Fabric Node Logs](../../../img/platfrom-components/fabric-node-logs.png)
468468

content/docs/platform-components/blockchain-infrastructure/insights.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Click an Account address to view:
154154
All operations require appropriate permissions in your workspace.
155155
</Callout>
156156

157-
# Blockscout explorer for**abbr_krb5c93ug**chains
157+
# Blockscout explorer for EVM chains
158158

159159
Blockscout is an open-source blockchain explorer optimized for Ethereum Virtual
160160
Machine (EVM)-compatible networks. It provides a comprehensive interface for

0 commit comments

Comments
 (0)