Skip to content

feat(tutorial): add organized tutorial contents section with links#7323

Merged
alicanerdurmaz merged 1 commit intomainfrom
feat/add-tutorial-links-to-tutorial-index-page
Mar 3, 2026
Merged

feat(tutorial): add organized tutorial contents section with links#7323
alicanerdurmaz merged 1 commit intomainfrom
feat/add-tutorial-links-to-tutorial-index-page

Conversation

@alicanerdurmaz
Copy link
Member

@alicanerdurmaz alicanerdurmaz commented Mar 3, 2026

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

40 tutorial pages are flagged as orphan pages by crawlers because the TutorialNavigation component renders links inside a closed dropdown with max-height: 0 and opacity: 0. Search engines cannot discover these hidden, JavaScript-dependent links.

What is the new behavior?

Added a "Tutorial Contents" section to tutorial/essentials/intro/index.md with static HTML links to all 40 tutorial pages, organized by topic. These links are SSR-rendered, always visible, and crawlable, resolving the orphan page issue.

fixes (issue)

Notes for reviewers

@alicanerdurmaz alicanerdurmaz requested a review from a team as a code owner March 3, 2026 08:37
@changeset-bot
Copy link

changeset-bot bot commented Mar 3, 2026

⚠️ No Changeset found

Latest commit: d05f80c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@alicanerdurmaz alicanerdurmaz enabled auto-merge (squash) March 3, 2026 08:40
@alicanerdurmaz alicanerdurmaz merged commit d3834ca into main Mar 3, 2026
6 checks passed
@alicanerdurmaz alicanerdurmaz deleted the feat/add-tutorial-links-to-tutorial-index-page branch March 3, 2026 08:54
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