| 
1 |  | -* Architecture  | 
2 |  | -    ** Core topics   | 
3 |  | -        *** Accounts  | 
4 |  | -            **** xref:accounts/introduction.adoc[What is an account?]  | 
5 |  | -            **** xref:accounts/approach.adoc[Starknet's account interface]  | 
6 |  | -            **** xref:accounts/account-functions.adoc[Account interface function reference]  | 
7 |  | -            **** xref:accounts/deploying-new-accounts.adoc[Deploying new accounts]  | 
8 |  | -            **** xref:accounts/universal-deployer.adoc[Universal Deployer Contract]  | 
9 |  | -        *** Contracts  | 
 | 1 | +* Stack  | 
 | 2 | +    ** Core components  | 
 | 3 | +        *** xref:provers-overview.adoc[SHARP]  | 
 | 4 | +        *** xref:network-architecture/os.adoc[SNOS]  | 
 | 5 | +        *** Smart contracts  | 
10 | 6 |             **** xref:smart-contracts/contract-classes.adoc[Contract classes and instances]  | 
11 | 7 |             **** xref:smart-contracts/class-hash.adoc[Class hash]  | 
12 | 8 |             **** xref:smart-contracts/compiled-class-hash.adoc[Compiled class hash]  | 
 | 
18 | 14 |             **** xref:smart-contracts/serialization-of-cairo-types.adoc[Serialization of Cairo types]  | 
19 | 15 |             **** xref:smart-contracts/system-calls-cairo1.adoc[System calls]  | 
20 | 16 |             **** xref:smart-contracts/execution-info.adoc[Execution information for the current block]  | 
 | 17 | +    ** Additional components  | 
 | 18 | +        *** xref:starkgate:architecture.adoc[StarkGate]  | 
 | 19 | +        *** xref:accounts/universal-deployer.adoc[Universal Deployer Contract]  | 
 | 20 | +* Protocol  | 
 | 21 | +    ** Core concepts  | 
 | 22 | +        *** Account  | 
 | 23 | +            **** xref:accounts/introduction.adoc[What is an account?]  | 
 | 24 | +            **** xref:accounts/approach.adoc[Starknet's account interface]  | 
 | 25 | +            **** xref:accounts/account-functions.adoc[Account interface function reference]  | 
 | 26 | +            // **** xref:accounts/deploying-new-accounts.adoc[Deploying new accounts]  | 
21 | 27 |         *** Transactions  | 
22 | 28 |             **** xref:network-architecture/transaction-life-cycle.adoc[Transaction lifecycle]  | 
23 | 29 |             **** xref:network-architecture/transactions.adoc[Transaction types]  | 
24 | 30 |             **** xref:network-architecture/block-structure.adoc[]  | 
25 |  | -    ** Additional topics  | 
 | 31 | +    ** Additional concepts  | 
26 | 32 |             *** xref:cryptography.adoc[Cryptography]  | 
27 | 33 |             *** xref:network-architecture/fee-mechanism.adoc[Fee mechanism]  | 
28 | 34 |             *** xref:network-architecture/messaging-mechanism.adoc[L1-L2 messaging]  | 
29 | 35 |             *** xref:network-architecture/data-availability.adoc[Data availability]  | 
30 |  | -            *** xref:network-architecture/os.adoc[SNOS]  | 
31 | 36 |             *** xref:staking.adoc[Staking]  | 
32 | 37 |             *** xref:network-architecture/starknet-state.adoc[State]  | 
33 |  | -            *** xref:starkgate:architecture.adoc[StarkGate]  | 
34 |  | -            *** xref:economics-of-starknet.adoc[Tokenomics]  | 
 | 38 | +            *** xref:economics-of-starknet.adoc[Tokenomics]  | 
0 commit comments