Skip to content

Conversation

@psd-coder
Copy link
Collaborator

Astro's splash template doesn't draw Sidebar. In Starlight Sidebar component is responsible for rendering language/theme selects, social buttons and sidebar navigation itself. It does mean that when you use splash template it misses all of those features. There is even relevant issues in their GH.

Starlight has overriding mechanism for their components, but the problem is sidebar rendering is tightly coupled with the Page component, which they don't allow to override. We could patch their components, but I believe with their overrinding mechanism it will lead to a mess.

The simplest solution we can do here is just to render MobileMenuFooter component in the splash template.

@vercel
Copy link

vercel bot commented Apr 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aptos-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2025 7:09pm
aptos-docs-astro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2025 7:09pm

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