Skip to content

Rename Notebooks to Case Studies (FST-2287)#139

Merged
nikosbosse merged 4 commits intomainfrom
rename-notebooks-to-case-studies
Feb 13, 2026
Merged

Rename Notebooks to Case Studies (FST-2287)#139
nikosbosse merged 4 commits intomainfrom
rename-notebooks-to-case-studies

Conversation

@nikosbosse
Copy link
Contributor

@nikosbosse nikosbosse commented Feb 12, 2026

Summary

  • Move docs-site route directory notebooks/[slug]case-studies/[slug] with updated canonical URLs
  • Update navigation (docs.ts), homepage links (page.tsx), and sitemap (sitemap.ts) to use /case-studies
  • Rename hub page docs/notebooks.mddocs/case-studies.md with updated title, description, and internal links

Companion PR: futuresearch/delphos — Traefik redirect reversal, Portal footer, landing pages

Test plan

  • pnpm dev in docs-site — verify /case-studies routes load correctly
  • Verify sidebar navigation shows "Case Studies" linking to /case-studies
  • Verify individual case study pages have correct canonical URLs
  • Verify sitemap generates /case-studies/ URLs

🤖 Generated with Claude Code

@notion-workspace
Copy link

Comment on lines 20 to 26
return { title: "Not Found" };
}

const canonicalUrl = `https://everyrow.io/docs/notebooks/${slug}`;
const canonicalUrl = `https://everyrow.io/docs/case-studies/${slug}`;
const description = notebook.description || `Case study: ${notebook.title}`;

return {

This comment was marked as outdated.

Make /case-studies the canonical URL path instead of /notebooks.
Move route directory, update navigation, sitemap, and hub page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nikosbosse nikosbosse force-pushed the rename-notebooks-to-case-studies branch from 140a895 to 99d1ec3 Compare February 12, 2026 14:45
Comment on lines +1 to +4
---
title: Case Studies
description: Runnable case studies demonstrating everyrow operations on real datasets — screen, rank, dedupe, merge, and research with LLM-powered agents.
---

This comment was marked as outdated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@hnykda
Copy link
Contributor

hnykda commented Feb 13, 2026

please triple check this after deployment

@nikosbosse nikosbosse merged commit 0d55062 into main Feb 13, 2026
4 checks passed
@nikosbosse nikosbosse deleted the rename-notebooks-to-case-studies branch February 13, 2026 15:44
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