Skip to content

Conversation

@teallarson
Copy link
Contributor

@teallarson teallarson commented Jan 12, 2026

We were passing the entire meta file when generating SubPagesList, but a root page is inherently not a subpage, and also does not follow the same structure. I looked at where this is used and I do not believe we want root pages listed there.

LINK: https://docs.arcade.dev/en/guides/create-tools/tool-basics

BEFORE:
Screenshot 2026-01-12 at 11 55 52 AM

Screenshot 2026-01-12 at 11 57 55 AM

etc.

AFTER: note that the Overview page IS still in the sidebar as it should be
Screenshot 2026-01-12 at 12 33 41 PM


Note

Prevents invalid/wildcard items from appearing in subpage lists.

  • Updates SubpageList.tsx to filter out index and * keys from meta before rendering links, avoiding unintended entries like "[object Object]"

Written by Cursor Bugbot for commit 03eec20. This will update automatically on new commits. Configure here.

…u the * entry that does not have a title at its root
@vercel
Copy link

vercel bot commented Jan 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 12, 2026 5:02pm

@teallarson teallarson marked this pull request as ready for review January 12, 2026 16:58
@teallarson teallarson changed the title fix object Object showing on tool basics page fix object Object showing on tools pages Jan 12, 2026
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.

2 participants