-
Notifications
You must be signed in to change notification settings - Fork 258
Labels
docs/tutorialskind/taskWork that's part of an ongoing epicWork that's part of an ongoing epicp1A bug severe enough to be the next item assigned to an engineerA bug severe enough to be the next item assigned to an engineerresolution/fixedThis issue was fixedThis issue was fixed
Description
Problem
The tutorials section currently lacks a search box in its left navigation, while the main docs navigation now includes one.
Proposal
Add the same search box component to the tutorial left navigation that was added to the docs navigation in the recent navigation reorganization.
Implementation Details
The search box should:
- Be placed at the top of the left navigation in tutorial pages
- Use the same
docs-searchcomponent as the docs pages - Include the conditional placeholder for local development without Algolia credentials
- Match the styling and spacing of the docs navigation search box
Reference
See /workspaces/src/pulumi/docs/layouts/partials/docs/menu.html (lines 52-69) for the implementation pattern to follow.
The tutorial navigation would need similar updates to:
- Add the search component at the top of the nav
- Ensure proper Tailwind styling is applied
- Include the conditional
{{ if getenv "ALGOLIA_APP_ID" }}logic
Acceptance Criteria
- Search box appears at top of tutorial left navigation
- Search box has same styling as docs navigation
- Placeholder shows in dev without Algolia credentials
- Real search works in production with credentials
- No visual regressions in tutorial navigation
Metadata
Metadata
Assignees
Labels
docs/tutorialskind/taskWork that's part of an ongoing epicWork that's part of an ongoing epicp1A bug severe enough to be the next item assigned to an engineerA bug severe enough to be the next item assigned to an engineerresolution/fixedThis issue was fixedThis issue was fixed