Skip to content

Commit 4c850cb

Browse files
authored
redesign changes (#1331)
* remove hardcoded mermaid styles * llms
1 parent 21af91c commit 4c850cb

File tree

12 files changed

+9
-69
lines changed

12 files changed

+9
-69
lines changed

.ai/categories/basics.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6064,7 +6064,6 @@ flowchart LR
60646064
E[Transaction] --> D
60656065
D --> F[(New State)]
60666066
D --> G[Execution Logs]
6067-
style A stroke:#000000,stroke-width:1px
60686067
```
60696068
60706069
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -6133,9 +6132,6 @@ flowchart TD
61336132
I --> F
61346133
F --> J[(New Ethereum<br/>Emulated State)]
61356134
F --> K[Execution Logs]
6136-
6137-
style C stroke:#000000,stroke-width:1px
6138-
style F stroke:#000000,stroke-width:1px
61396135
```
61406136
61416137
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -6169,8 +6165,6 @@ flowchart TD
61696165
D --> A
61706166
A --> F[(New State)]
61716167
A --> G[Execution Logs]
6172-
6173-
style A stroke:#000000,stroke-width:1px
61746168
```
61756169
61766170

.ai/categories/dapps.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9249,7 +9249,6 @@ flowchart LR
92499249
E[Transaction] --> D
92509250
D --> F[(New State)]
92519251
D --> G[Execution Logs]
9252-
style A stroke:#000000,stroke-width:1px
92539252
```
92549253

92559254
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -9318,9 +9317,6 @@ flowchart TD
93189317
I --> F
93199318
F --> J[(New Ethereum<br/>Emulated State)]
93209319
F --> K[Execution Logs]
9321-
9322-
style C stroke:#000000,stroke-width:1px
9323-
style F stroke:#000000,stroke-width:1px
93249320
```
93259321

93269322
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -9354,8 +9350,6 @@ flowchart TD
93549350
D --> A
93559351
A --> F[(New State)]
93569352
A --> G[Execution Logs]
9357-
9358-
style A stroke:#000000,stroke-width:1px
93599353
```
93609354

93619355

.ai/categories/infrastructure.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9279,7 +9279,6 @@ flowchart LR
92799279
E[Transaction] --> D
92809280
D --> F[(New State)]
92819281
D --> G[Execution Logs]
9282-
style A stroke:#000000,stroke-width:1px
92839282
```
92849283

92859284
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -9348,9 +9347,6 @@ flowchart TD
93489347
I --> F
93499348
F --> J[(New Ethereum<br/>Emulated State)]
93509349
F --> K[Execution Logs]
9351-
9352-
style C stroke:#000000,stroke-width:1px
9353-
style F stroke:#000000,stroke-width:1px
93549350
```
93559351

93569352
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -9384,8 +9380,6 @@ flowchart TD
93849380
D --> A
93859381
A --> F[(New State)]
93869382
A --> G[Execution Logs]
9387-
9388-
style A stroke:#000000,stroke-width:1px
93899383
```
93909384

93919385

.ai/categories/networks.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7304,7 +7304,6 @@ flowchart LR
73047304
E[Transaction] --> D
73057305
D --> F[(New State)]
73067306
D --> G[Execution Logs]
7307-
style A stroke:#000000,stroke-width:1px
73087307
```
73097308

73107309
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -7373,9 +7372,6 @@ flowchart TD
73737372
I --> F
73747373
F --> J[(New Ethereum<br/>Emulated State)]
73757374
F --> K[Execution Logs]
7376-
7377-
style C stroke:#000000,stroke-width:1px
7378-
style F stroke:#000000,stroke-width:1px
73797375
```
73807376

73817377
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -7409,8 +7405,6 @@ flowchart TD
74097405
D --> A
74107406
A --> F[(New State)]
74117407
A --> G[Execution Logs]
7412-
7413-
style A stroke:#000000,stroke-width:1px
74147408
```
74157409

74167410

.ai/categories/parachains.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13791,7 +13791,6 @@ flowchart LR
1379113791
E[Transaction] --> D
1379213792
D --> F[(New State)]
1379313793
D --> G[Execution Logs]
13794-
style A stroke:#000000,stroke-width:1px
1379513794
```
1379613795

1379713796
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -13860,9 +13859,6 @@ flowchart TD
1386013859
I --> F
1386113860
F --> J[(New Ethereum<br/>Emulated State)]
1386213861
F --> K[Execution Logs]
13863-
13864-
style C stroke:#000000,stroke-width:1px
13865-
style F stroke:#000000,stroke-width:1px
1386613862
```
1386713863

1386813864
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -13896,8 +13892,6 @@ flowchart TD
1389613892
D --> A
1389713893
A --> F[(New State)]
1389813894
A --> G[Execution Logs]
13899-
13900-
style A stroke:#000000,stroke-width:1px
1390113895
```
1390213896

1390313897

.ai/categories/polkadot-protocol.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8271,7 +8271,6 @@ flowchart LR
82718271
E[Transaction] --> D
82728272
D --> F[(New State)]
82738273
D --> G[Execution Logs]
8274-
style A stroke:#000000,stroke-width:1px
82758274
```
82768275

82778276
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -8340,9 +8339,6 @@ flowchart TD
83408339
I --> F
83418340
F --> J[(New Ethereum<br/>Emulated State)]
83428341
F --> K[Execution Logs]
8343-
8344-
style C stroke:#000000,stroke-width:1px
8345-
style F stroke:#000000,stroke-width:1px
83468342
```
83478343

83488344
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -8376,8 +8372,6 @@ flowchart TD
83768372
D --> A
83778373
A --> F[(New State)]
83788374
A --> G[Execution Logs]
8379-
8380-
style A stroke:#000000,stroke-width:1px
83818375
```
83828376

83838377

.ai/categories/smart-contracts.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9041,7 +9041,6 @@ flowchart LR
90419041
E[Transaction] --> D
90429042
D --> F[(New State)]
90439043
D --> G[Execution Logs]
9044-
style A stroke:#000000,stroke-width:1px
90459044
```
90469045

90479046
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -9110,9 +9109,6 @@ flowchart TD
91109109
I --> F
91119110
F --> J[(New Ethereum<br/>Emulated State)]
91129111
F --> K[Execution Logs]
9113-
9114-
style C stroke:#000000,stroke-width:1px
9115-
style F stroke:#000000,stroke-width:1px
91169112
```
91179113

91189114
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -9146,8 +9142,6 @@ flowchart TD
91469142
D --> A
91479143
A --> F[(New State)]
91489144
A --> G[Execution Logs]
9149-
9150-
style A stroke:#000000,stroke-width:1px
91519145
```
91529146

91539147

.ai/categories/tooling.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17744,7 +17744,6 @@ flowchart LR
1774417744
E[Transaction] --> D
1774517745
D --> F[(New State)]
1774617746
D --> G[Execution Logs]
17747-
style A stroke:#000000,stroke-width:1px
1774817747
```
1774917748

1775017749
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -17813,9 +17812,6 @@ flowchart TD
1781317812
I --> F
1781417813
F --> J[(New Ethereum<br/>Emulated State)]
1781517814
F --> K[Execution Logs]
17816-
17817-
style C stroke:#000000,stroke-width:1px
17818-
style F stroke:#000000,stroke-width:1px
1781917815
```
1782017816

1782117817
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -17849,8 +17845,6 @@ flowchart TD
1784917845
D --> A
1785017846
A --> F[(New State)]
1785117847
A --> G[Execution Logs]
17852-
17853-
style A stroke:#000000,stroke-width:1px
1785417848
```
1785517849

1785617850

.ai/pages/polkadot-protocol-smart-contract-basics-overview.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ flowchart LR
3939
E[Transaction] --> D
4040
D --> F[(New State)]
4141
D --> G[Execution Logs]
42-
style A stroke:#000000,stroke-width:1px
4342
```
4443

4544
In addition, because smart contracts are programs that execute on top of existing chains, teams don't have to think about the underlying consensus they are built on.
@@ -108,9 +107,6 @@ flowchart TD
108107
I --> F
109108
F --> J[(New Ethereum<br/>Emulated State)]
110109
F --> K[Execution Logs]
111-
112-
style C stroke:#000000,stroke-width:1px
113-
style F stroke:#000000,stroke-width:1px
114110
```
115111

116112
Although it seems complex, users and developers are abstracted of that complexity, and tools can easily interact with the parachain as they would with any other Ethereum-compatible environment.
@@ -144,6 +140,4 @@ flowchart TD
144140
D --> A
145141
A --> F[(New State)]
146142
A --> G[Execution Logs]
147-
148-
style A stroke:#000000,stroke-width:1px
149143
```

.ai/site-index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9670,12 +9670,12 @@
96709670
}
96719671
],
96729672
"stats": {
9673-
"chars": 10868,
9674-
"words": 1560,
9673+
"chars": 10692,
9674+
"words": 1532,
96759675
"headings": 6,
9676-
"estimated_token_count_total": 2551
9676+
"estimated_token_count_total": 2503
96779677
},
9678-
"hash": "sha256:edbfb3e0079bd6d2af55cf1b8ca38abc5ab9a2c820773ef27cebe9fcd05575a8",
9678+
"hash": "sha256:61349c765d76e344a28d316f6884ce4bcb9422bbedaf93616e877656664bfe1c",
96799679
"token_estimator": "heuristic-v1"
96809680
},
96819681
{

0 commit comments

Comments
 (0)