Skip to content

Commit

Permalink
James/fix nested algolia compatibility (#788)
Browse files Browse the repository at this point in the history
* Update directory structure for Algolia index compatibility

* Make sure menu reflects update
  • Loading branch information
JameStark authored Sep 5, 2023
1 parent 69c589c commit 65f9c34
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions components/Starknet/modules/architecture_and_concepts/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
** Blockchain architecture

*** Blocks and transactions
**** xref:Network_Architecture/Blocks/header.adoc[Block structure]
**** xref:Network_Architecture/Blocks/transaction-life-cycle.adoc[Transaction lifecycle]
**** xref:Network_Architecture/Blocks/transactions.adoc[Transaction types]
**** xref:Network_Architecture/Fees/fee-mechanism.adoc[Gas and transaction fees]
**** xref:Network_Architecture/header.adoc[Block structure]
**** xref:Network_Architecture/transaction-life-cycle.adoc[Transaction lifecycle]
**** xref:Network_Architecture/transactions.adoc[Transaction types]
**** xref:Network_Architecture/fee-mechanism.adoc[Gas and transaction fees]

*** State
**** xref:Network_Architecture/State/starknet-state.adoc[Starknet state]
**** xref:Network_Architecture/Data_Availability/on-chain-data.adoc[Data availability]
**** xref:Network_Architecture/starknet-state.adoc[Starknet state]
**** xref:Network_Architecture/on-chain-data.adoc[Data availability]

*** L1-L2 messaging
**** xref:Network_Architecture/L1-L2_Communication/messaging-mechanism.adoc[L1-L2 messaging]
**** xref:Network_Architecture/L1-L2_Communication/token-bridge.adoc[Starkgate bridge]
**** xref:Network_Architecture/messaging-mechanism.adoc[L1-L2 messaging]
**** xref:Network_Architecture/token-bridge.adoc[Starkgate bridge]

** Accounts
*** xref:Accounts/introduction.adoc[What is an account?]
Expand All @@ -29,7 +29,7 @@
*** xref:Smart_Contracts/contract-address.adoc[Contract address]
*** xref:Smart_Contracts/contract-storage.adoc[Contract storage]
*** xref:Smart_Contracts/contract-abi.adoc[Contract ABI]
*** xref:Smart_Contracts/Events/starknet-events.adoc[Events]
*** xref:Smart_Contracts/starknet-events.adoc[Events]
*** xref:Smart_Contracts/contract-syntax.adoc[Contract migration guide]
*** xref:Smart_Contracts/cairo-and-sierra.adoc[Cairo and Sierra]
*** xref:Smart_Contracts/system-calls-cairo1.adoc[System calls]
Expand Down

0 comments on commit 65f9c34

Please sign in to comment.