Skip to content

Commit e25ebe6

Browse files
authored
Guides module (#1568)
1 parent c68d5e9 commit e25ebe6

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

components/Starknet/antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: ~
33
title: Starknet
44
nav:
55
- modules/ROOT/nav.adoc
6+
- modules/guides/nav.adoc
67
- modules/architecture-and-concepts/nav.adoc
78
- modules/tools/nav.adoc
89
- modules/ecosystem/nav.adoc
Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
* xref:index.adoc[]
2-
* Guides
3-
** "Hello, Starknet!" quickstart
4-
*** xref:quick-start:overview.adoc[Overview]
5-
*** xref:quick-start:environment-setup.adoc[Setting up your environment]
6-
*** xref:quick-start:hellostarknet.adoc[Generating and understanding `HelloStarknet`]
7-
*** xref:quick-start:devnet.adoc[Declaring, deploying, and interacting with `HelloStarknet` locally]
8-
*** xref:quick-start:sepolia.adoc[Deploying and interacting with `HelloStarknet` on Sepolia]
9-
*** xref:quick-start:next-steps.adoc[Recommended next steps]
10-
*** xref:quick-start:troubleshooting.adoc[Troubleshooting]
11-
** Staking on Starknet
12-
*** xref:staking:overview.adoc[Overview]
13-
*** xref:staking:entering-staking.adoc[Becoming a validator]
14-
*** xref:staking:increasing-staking.adoc[Increasing stake]
15-
*** xref:staking:claiming-rewards.adoc[Claiming rewards]
16-
*** xref:staking:delegating-stake.adoc[Delegating stake]
17-
*** xref:staking:switching-delegation-pools.adoc[Switching delegation pools]
18-
*** xref:staking:exiting-staking.adoc[Exiting the staking protocol]
19-
*** xref:staking:managing-staking-and-delegation-operations.adoc[Managing staking and delegation operations]
20-
*** xref:staking:staking-events-and-read-functions.adoc[Using staking events and read functions]
21-
** The StarkGate bridge
22-
*** xref:starkgate:overview.adoc[Overview]
23-
*** xref:starkgate:depositing.adoc[Depositing funds]
24-
*** xref:starkgate:automated-actions-with-bridging.adoc[Performing a Smart Deposit]
25-
*** xref:starkgate:cancelling-a-deposit.adoc[Cancelling a deposit]
26-
*** xref:starkgate:withdrawing.adoc[Withdrawing funds]
27-
*** xref:starkgate:troubleshooting.adoc[Troubleshooting]
28-
*** xref:starkgate:function-reference.adoc[Functions and events reference]
29-
** https://book.cairo-lang.org/ch100-00-introduction-to-smart-contracts.html[Smart Contracts in Cairo ↗^]
30-
** https://starknet-by-example.voyager.online/[Starknet By Example ↗^]
31-
** https://speedrunstark.com/[SpeedRun Stark ↗^]
1+
* xref:index.adoc[]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
* Guides
2+
** "Hello, Starknet!" quickstart
3+
*** xref:quick-start:overview.adoc[Overview]
4+
*** xref:quick-start:environment-setup.adoc[Setting up your environment]
5+
*** xref:quick-start:hellostarknet.adoc[Generating and understanding `HelloStarknet`]
6+
*** xref:quick-start:devnet.adoc[Declaring, deploying, and interacting with `HelloStarknet` locally]
7+
*** xref:quick-start:sepolia.adoc[Deploying and interacting with `HelloStarknet` on Sepolia]
8+
*** xref:quick-start:next-steps.adoc[Recommended next steps]
9+
*** xref:quick-start:troubleshooting.adoc[Troubleshooting]
10+
** Staking on Starknet
11+
*** xref:staking:overview.adoc[Overview]
12+
*** xref:staking:entering-staking.adoc[Becoming a validator]
13+
*** xref:staking:increasing-staking.adoc[Increasing stake]
14+
*** xref:staking:claiming-rewards.adoc[Claiming rewards]
15+
*** xref:staking:delegating-stake.adoc[Delegating stake]
16+
*** xref:staking:switching-delegation-pools.adoc[Switching delegation pools]
17+
*** xref:staking:exiting-staking.adoc[Exiting the staking protocol]
18+
*** xref:staking:managing-staking-and-delegation-operations.adoc[Managing staking and delegation operations]
19+
*** xref:staking:staking-events-and-read-functions.adoc[Using staking events and read functions]
20+
** The StarkGate bridge
21+
*** xref:starkgate:overview.adoc[Overview]
22+
*** xref:starkgate:depositing.adoc[Depositing funds]
23+
*** xref:starkgate:automated-actions-with-bridging.adoc[Performing a Smart Deposit]
24+
*** xref:starkgate:cancelling-a-deposit.adoc[Cancelling a deposit]
25+
*** xref:starkgate:withdrawing.adoc[Withdrawing funds]
26+
*** xref:starkgate:troubleshooting.adoc[Troubleshooting]
27+
*** xref:starkgate:function-reference.adoc[Functions and events reference]
28+
** https://book.cairo-lang.org/ch100-00-introduction-to-smart-contracts.html[Smart Contracts in Cairo ↗^]
29+
** https://starknet-by-example.voyager.online/[Starknet By Example ↗^]
30+
** https://speedrunstark.com/[SpeedRun Stark ↗^]

0 commit comments

Comments
 (0)