Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guides ordering #1161

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/guides/archival/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: State Archival
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 70
sidebar_position: 100
---

Soroban's novel strategy to combat state bloat can present a learning curve for developers. Here are some quick guides that will help you through the process. Read more in the [State Archival section](../../../learn/encyclopedia/storage/state-archival.mdx).
2 changes: 1 addition & 1 deletion docs/build/guides/cli/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Stellar CLI
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 90
sidebar_position: 95
---

The [Stellar CLI] is a crucial tool for developers to use while creating and interacting with Stellar smart contracts.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/guides/dapps/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Dapp Development
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 20
sidebar_position: 50
---

We've written some helpful guides on some of the most useful tools available to you, the dapp developer.
4 changes: 2 additions & 2 deletions docs/build/guides/events/README.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Events
title: Contract Events
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 30
sidebar_position: 20
---

Learn how to emit, ingest, and use events published from a Stellar smart contract.
2 changes: 1 addition & 1 deletion docs/build/guides/fees/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Fees & Metering
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 55
sidebar_position: 60
---

Fees and metering in Soroban smart contracts work differently than the fees for "regular" Stellar transactions. The Stellar network still provides cheap, accessible transaction and that now includes smart contract metering!
2 changes: 1 addition & 1 deletion docs/build/guides/freighter/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Freighter Wallet
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 50
sidebar_position: 70
---

[Freighter](https://www.freighter.app/) is a browser extension wallet provided by the Stellar Development Foundation. It provides users a way to interact with Soroban tokens directly from the web browser.
2 changes: 1 addition & 1 deletion docs/build/guides/rpc/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: RPC
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 60
sidebar_position: 80
---

Using and interacting with the Stellar RPC is an important part of the smart contract development lifecycle. Read more about the RPC in our [RPC documentation](../../../data/rpc/README.mdx).
4 changes: 2 additions & 2 deletions docs/build/guides/storage/README.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Storage
title: Contract Storage
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 100
sidebar_position: 30
---

Smart contract storage is available to affordably accommodate a wide range of uses. Learn more in the [state archival section](../../../learn/encyclopedia/storage/state-archival.mdx).
5 changes: 3 additions & 2 deletions docs/build/guides/testing/README.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Testing
title: Contract Testing
description: Testing Stellar Smart Contracts
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 110
sidebar_position: 40
---

Testing is vital to ensure that smart contracts are safe, resilient, and accurate.
5 changes: 3 additions & 2 deletions docs/build/guides/tokens/README.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Tokens
title: Stellar Asset Contract (SAC) Tokens
description: Tokens and Stellar Asset Contract (SAC)
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 115
---

Learn about using tokens on Stellar.
The Stellar Asset Contract (SAC) is a standard introduced on the Stellar blockchain to streamline and enhance token issuance and management. Learn about using tokens on Stellar.
Loading