Skip to content

Commit f90c1e0

Browse files
authored
restructed nav (#1453)
1 parent b04863c commit f90c1e0

File tree

4 files changed

+55
-78
lines changed

4 files changed

+55
-78
lines changed

components/Starknet/antora.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: ROOT
22
version: ~
33
title: Starknet
44
nav:
5-
- modules/ROOT/nav.adoc # Home
6-
- modules/quick-start/nav.adoc # Quick start
7-
- modules/starknet-versions/nav.adoc # What is Starknet (temporary landing page)
8-
- modules/architecture-and-concepts/nav.adoc # Architecture and concepts
9-
- modules/cli/nav.adoc # Starknet CLI
10-
- modules/tools/nav.adoc # Developer tools and resources
11-
- modules/ROOT/nav_glossary.adoc # The glossary
5+
- modules/ROOT/nav.adoc
6+
- modules/quick-start/nav.adoc
7+
- modules/architecture-and-concepts/nav.adoc
8+
- modules/tools/nav.adoc
9+
- modules/starknet-versions/nav.adoc
10+
- modules/ROOT/nav_glossary.adoc
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1+
* StarkGate guide
2+
** xref:starkgate:overview.adoc[Overview]
3+
** xref:starkgate:architecture.adoc[Architecture]
4+
** Procedures
5+
*** xref:starkgate:depositing.adoc[Depositing funds]
6+
*** xref:starkgate:withdrawing.adoc[Withdrawing funds]
7+
*** xref:starkgate:automated-actions-with-bridging.adoc[Performing a Smart Deposit]
8+
*** xref:starkgate:adding-a-token.adoc[Adding a token]
9+
*** xref:starkgate:cancelling-a-deposit.adoc[Cancelling a deposit]
10+
*** xref:starkgate:estimating-fees.adoc[Estimating StarkGate fees]
11+
*** xref:starkgate:dai-token-migration.adoc[Migrating DAI v0 to DAI]
12+
** xref:starkgate:function-reference.adoc[Function and event reference]
13+
* Staking guide
14+
** xref:staking:overview.adoc[Overview]
15+
** xref:staking:architecture.adoc[Architecture]
16+
** Procedures
17+
*** xref:staking:entering-staking.adoc[Becoming a validator]
18+
*** xref:staking:increasing-staking.adoc[Increasing stake]
19+
*** xref:staking:claiming-rewards.adoc[Claiming rewards]
20+
*** xref:staking:delegating-stake.adoc[Delegating stake]
21+
*** xref:staking:switching-delegation-pools.adoc[Switching delegation pools]
22+
*** xref:staking:exiting-staking.adoc[Exiting the staking protocol]
23+
*** xref:staking:managing-staking-and-delegation-operations.adoc[Managing staking and delegation operations]
24+
*** xref:staking:staking-events-and-read-functions.adoc[Using staking events and read functions]
125
* xref:glossary.adoc[]
Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
* Quick start
2-
3-
** xref:environment-setup.adoc[Setting up your environment]
4-
// *** xref:environment-setup.adoc#installing_starkli[Installing Starkli]
5-
// *** xref:environment-setup.adoc#setting_environment_variables_for_starkli[Environment variables]
6-
// *** xref:environment-setup.adoc#installing_scarb[Installing Scarb]
7-
8-
** xref:set-up-an-account.adoc[Setting up an account]
9-
// *** xref:set-up-an-account.adoc#creating_an_account[Creating an account]
10-
// *** xref:set-up-an-account.adoc#deploying_an_account[Deploying an account]
11-
12-
** xref:declare-a-smart-contract.adoc[Declaring a smart contract]
13-
14-
** xref:deploy-a-smart-contract.adoc[Deploying a smart contract]
15-
16-
** xref:interact-with-a-smart-contract.adoc[Interacting with a smart contract]
17-
18-
** xref:using_devnet.adoc[]
19-
20-
// ** xref:deploy-interact-with-a-smart-contract-remix.adoc[Deploying and interacting with a smart contract with Remix]
1+
* Quickstart
2+
** xref:environment-setup.adoc[Setting up your environment]
3+
** xref:set-up-an-account.adoc[Setting up an account]
4+
** xref:declare-a-smart-contract.adoc[Declaring a smart contract]
5+
** xref:deploy-a-smart-contract.adoc[Deploying a smart contract]
6+
** xref:interact-with-a-smart-contract.adoc[Interacting with a smart contract]
7+
** xref:using_devnet.adoc[]
Lines changed: 18 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,18 @@
1-
* Tools and resources
2-
3-
** Developer Tools
4-
*** xref:devtools/overview.adoc[Overview]
5-
*** xref:devtools/clis.adoc[Command Line Tools]
6-
*** xref:devtools/sdks.adoc[Software Development Kits]
7-
*** xref:devtools/smart-contract-tools.adoc[Smart Contract Development]
8-
*** xref:devtools/vscode.adoc[Visual Studio Code Extension]
9-
*** xref:devtools/devnets.adoc[Local Development Nodes]
10-
*** xref:devtools/libs-for-dapps.adoc[Libraries for Dapps]
11-
*** xref:devtools/dapp-frameworks.adoc[Dapp Frameworks]
12-
*** xref:devtools/utilities.adoc[Utilities]
13-
*** xref:devtools/security.adoc[Security Tools]
14-
15-
** xref:api-services.adoc[Full nodes and API services]
16-
17-
** xref:ref-block-explorers.adoc[Block explorers]
18-
19-
** xref:oracles.adoc[Oracles]
20-
21-
** xref:data-indexers.adoc[Data indexers]
22-
23-
** xref:audit.adoc[Audit providers]
24-
25-
** xref:compatibility.adoc[Compatibility tables]
26-
27-
* StarkGate guide
28-
** xref:starkgate:overview.adoc[Overview]
29-
** xref:starkgate:architecture.adoc[StarkGate architecture]
30-
** Procedures
31-
*** xref:starkgate:depositing.adoc[Depositing funds]
32-
*** xref:starkgate:withdrawing.adoc[Withdrawing funds]
33-
*** xref:starkgate:automated-actions-with-bridging.adoc[Performing a Smart Deposit]
34-
*** xref:starkgate:adding-a-token.adoc[Adding a token]
35-
*** xref:starkgate:cancelling-a-deposit.adoc[Cancelling a deposit]
36-
*** xref:starkgate:estimating-fees.adoc[Estimating StarkGate fees]
37-
*** xref:dai-token-migration.adoc[Migrating DAI v0 to DAI]
38-
** xref:starkgate:function-reference.adoc[StarkGate function and event reference]
39-
40-
* Staking guide
41-
** xref:staking:overview.adoc[Overview]
42-
** xref:staking:architecture.adoc[Staking Architecture]
43-
** Procedures
44-
*** xref:staking:entering-staking.adoc[Becoming a Validator]
45-
*** xref:staking:increasing-staking.adoc[Increasing Stake]
46-
*** xref:staking:claiming-rewards.adoc[Claiming Rewards]
47-
*** xref:staking:delegating-stake.adoc[Delegating Stake]
48-
*** xref:staking:switching-delegation-pools.adoc[Switching Delegation Pools]
49-
*** xref:staking:exiting-staking.adoc[Exiting the Staking Protocol]
50-
*** xref:staking:managing-staking-and-delegation-operations.adoc[Managing Staking and Delegation Operations]
51-
*** xref:staking:staking-events-and-read-functions.adoc[Staking Events and Read Functions]
1+
* Tooling
2+
** Developer Tools
3+
*** xref:devtools/overview.adoc[Overview]
4+
*** xref:devtools/clis.adoc[Command Line Tools]
5+
*** xref:devtools/sdks.adoc[Software Development Kits]
6+
*** xref:devtools/smart-contract-tools.adoc[Smart Contract Development]
7+
*** xref:devtools/vscode.adoc[Visual Studio Code Extension]
8+
*** xref:devtools/devnets.adoc[Local Development Nodes]
9+
*** xref:devtools/libs-for-dapps.adoc[Libraries for Dapps]
10+
*** xref:devtools/dapp-frameworks.adoc[Dapp Frameworks]
11+
*** xref:devtools/utilities.adoc[Utilities]
12+
*** xref:devtools/security.adoc[Security Tools]
13+
** xref:api-services.adoc[Full nodes and API services]
14+
** xref:ref-block-explorers.adoc[Block explorers]
15+
** xref:oracles.adoc[Oracles]
16+
** xref:data-indexers.adoc[Data indexers]
17+
** xref:audit.adoc[Audit providers]
18+
** xref:compatibility.adoc[Compatibility tables]

0 commit comments

Comments
 (0)