Skip to content

Comments

How-To Guide Dropdowns#2279

Open
briwylde08 wants to merge 1 commit intomainfrom
dropdowns
Open

How-To Guide Dropdowns#2279
briwylde08 wants to merge 1 commit intomainfrom
dropdowns

Conversation

@briwylde08
Copy link
Contributor

Addresses: #2210

Copilot AI review requested due to automatic review settings February 24, 2026 16:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Enables left-sidebar dropdown navigation for Build → How-To Guides categories (including Transactions) so sub-guides are visible in the sidebar instead of being hidden.

Changes:

  • Switch Build → Guides category metadata to be collapsible and collapsed by default.
  • Remove sidebar_class_name: sidebar-category-items-hidden from multiple guide landing pages so their sub-pages appear in the sidebar.

Reviewed changes

Copilot reviewed 30 out of 30 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/build/guides/transactions/category.json Make Transactions guide category collapsible/collapsed in sidebar
docs/build/guides/transactions/README.mdx Stop hiding Transactions sub-guides in sidebar
docs/build/guides/tokens/category.json Make Tokens guide category collapsible/collapsed in sidebar
docs/build/guides/tokens/README.mdx Stop hiding Tokens sub-guides in sidebar
docs/build/guides/testing/category.json Make Testing guide category collapsible/collapsed in sidebar
docs/build/guides/testing/README.mdx Stop hiding Testing sub-guides in sidebar
docs/build/guides/storage/category.json Make Storage guide category collapsible/collapsed in sidebar
docs/build/guides/storage/README.mdx Stop hiding Storage sub-guides in sidebar
docs/build/guides/rpc/category.json Make RPC guide category collapsible/collapsed in sidebar
docs/build/guides/rpc/README.mdx Stop hiding RPC sub-guides in sidebar
docs/build/guides/freighter/category.json Make Freighter guide category collapsible/collapsed in sidebar
docs/build/guides/freighter/README.mdx Stop hiding Freighter sub-guides in sidebar
docs/build/guides/fees/category.json Make Fees guide category collapsible/collapsed in sidebar
docs/build/guides/fees/README.mdx Stop hiding Fees sub-guides in sidebar
docs/build/guides/events/category.json Make Events guide category collapsible/collapsed in sidebar
docs/build/guides/events/README.mdx Stop hiding Events sub-guides in sidebar
docs/build/guides/dapps/category.json Make Dapps guide category collapsible/collapsed in sidebar
docs/build/guides/dapps/README.mdx Stop hiding Dapps sub-guides in sidebar
docs/build/guides/conversions/category.json Make Conversions guide category collapsible/collapsed in sidebar
docs/build/guides/conversions/README.mdx Stop hiding Conversions sub-guides in sidebar
docs/build/guides/conventions/category.json Make Conventions guide category collapsible/collapsed in sidebar
docs/build/guides/conventions/README.mdx Stop hiding Conventions sub-guides in sidebar
docs/build/guides/contract-accounts/category.json Make Contract Accounts guide category collapsible/collapsed in sidebar
docs/build/guides/contract-accounts/README.mdx Stop hiding Contract Accounts sub-guides in sidebar
docs/build/guides/basics/category.json Make Basics guide category collapsible/collapsed in sidebar
docs/build/guides/basics/README.mdx Stop hiding Basics sub-guides in sidebar
docs/build/guides/auth/category.json Make Auth guide category collapsible/collapsed in sidebar
docs/build/guides/auth/README.mdx Stop hiding Auth sub-guides in sidebar
docs/build/guides/archival/category.json Make Archival guide category collapsible/collapsed in sidebar
docs/build/guides/archival/README.mdx Stop hiding Archival sub-guides in sidebar

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1 to 4
{
"collapsible": false
"collapsible": true,
"collapsed": true
}
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.
@stellar-jenkins
Copy link

Copy link
Contributor

@ElliotFriend ElliotFriend left a comment

Choose a reason for hiding this comment

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

there is probably some custom CSS that could/should be removed, as well alongside these changes.

Comment on lines +2 to +3
"collapsible": true,
"collapsed": true
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants