Skip to content
Open
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
1 change: 0 additions & 1 deletion docs/build/guides/archival/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: State Archival
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 77
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/archival/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
Comment on lines +2 to +3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these fields both default to true. in this pr, we're better off removing the _category_.json files entirely

}
1 change: 0 additions & 1 deletion docs/build/guides/auth/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Contract Authorization
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 1
---

Expand Down
5 changes: 3 additions & 2 deletions docs/build/guides/auth/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
}
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/basics/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Stellar Basics
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 80
---

Expand Down
5 changes: 3 additions & 2 deletions docs/build/guides/basics/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
}
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/contract-accounts/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Contract Accounts
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 5
description: Build, evaluate, and extend contract accounts on Stellar.
---
Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/contract-accounts/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/conventions/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Contract Conventions
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 10
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/conventions/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/conversions/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Type Conversions
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 130
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/conversions/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/dapps/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Dapp Development
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 50
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/dapps/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/events/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Contract Events
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 20
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/events/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/fees/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Fees & Metering
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 60
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/fees/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/freighter/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Freighter Wallet
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 70
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/freighter/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/rpc/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: RPC
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 75
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/rpc/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/storage/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Contract Storage
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 30
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/storage/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/testing/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Contract Testing
description: Testing Stellar Smart Contracts
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 40
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/testing/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/tokens/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
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: 76
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/tokens/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
1 change: 0 additions & 1 deletion docs/build/guides/transactions/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Transactions
hide_table_of_contents: true
sidebar_class_name: sidebar-category-items-hidden
sidebar_position: 120
---

Expand Down
3 changes: 2 additions & 1 deletion docs/build/guides/transactions/_category_.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
Comment on lines 1 to 4
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says it addresses issue #2210 (Transactions dropdown), but this change also updates multiple other Build > How-To Guide categories (tokens, testing, storage, etc.). Please update the PR description (or linked issue) to reflect the broader scope so reviewers understand the intended UX change across the docs.

Copilot uses AI. Check for mistakes.