Skip to content

docs: add archive notice with link to websites-monorepo#175

Merged
taearls merged 1 commit intomainfrom
docs/archive-notice
Feb 13, 2026
Merged

docs: add archive notice with link to websites-monorepo#175
taearls merged 1 commit intomainfrom
docs/archive-notice

Conversation

@taearls
Copy link
Owner

@taearls taearls commented Feb 13, 2026

Summary

This is part of taearls/websites-monorepo#12 — archiving the original repositories after migrating to the monorepo.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added repository archiving notice at the top of README with reference to the monorepo
    • Introduced visual separators for improved document organization
    • Fixed list formatting in "Previous Iterations" section for consistent numbering standards

@coderabbitai
Copy link

coderabbitai bot commented Feb 13, 2026

Walkthrough

Documentation updates to README.md including the addition of a repository-archiving notice at the top, insertion of a horizontal separator, and correction of list item numbering formatting in the "Previous Iterations" section.

Changes

Cohort / File(s) Summary
README Documentation
README.md
Added repository-archiving notice and separator line at top; fixed list formatting by correcting "-2." to "2." in the Previous Iterations section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title directly and accurately describes the main change: adding an archive notice with a link to the websites-monorepo at the top of the README.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/archive-notice

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@taearls taearls enabled auto-merge (squash) February 13, 2026 17:06
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 13, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
portfolio-feature-flags f199a73 Commit Preview URL

Branch Preview URL
Feb 13 2026, 05:07 PM

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 1-4: The archive notice starting with "**⚠️ This repository has
been archived.**" contains two broken links to the monorepo and the portfolio
app; locate that exact notice in README.md and replace the two URLs
(`https://github.com/taearls/websites-monorepo` and
`https://github.com/taearls/websites-monorepo/tree/main/apps/portfolio`) with
the correct monorepo and app URLs (verify by finding the actual repo and app
path on GitHub), update the markdown link targets so they return 200, and keep
the same link text/formatting so the notice remains unchanged except for
corrected URLs.

Comment on lines +1 to +4
> **⚠️ This repository has been archived.** Development has moved to the [websites-monorepo](https://github.com/taearls/websites-monorepo). The portfolio app lives at [`apps/portfolio/`](https://github.com/taearls/websites-monorepo/tree/main/apps/portfolio) in the monorepo.

---

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify that the monorepo and portfolio subdirectory URLs are accessible

echo "Checking main monorepo URL..."
main_status=$(curl -s -o /dev/null -w "%{http_code}" https://github.com/taearls/websites-monorepo)
echo "Main monorepo status: $main_status"

echo "Checking portfolio subdirectory URL..."
portfolio_status=$(curl -s -o /dev/null -w "%{http_code}" https://github.com/taearls/websites-monorepo/tree/main/apps/portfolio)
echo "Portfolio subdirectory status: $portfolio_status"

# Summary
echo ""
echo "=== Verification Summary ==="
if [ "$main_status" = "200" ] && [ "$portfolio_status" = "200" ]; then
    echo "✓ Both URLs are accessible"
else
    echo "✗ One or more URLs are inaccessible"
    echo "  Main monorepo: $main_status"
    echo "  Portfolio path: $portfolio_status"
fi

Repository: taearls/portfolio

Length of output: 299


Fix the archive notice—the referenced monorepo URLs do not exist.

Both URLs in the archive notice return 404 errors:

  • https://github.com/taearls/websites-monorepo → 404
  • https://github.com/taearls/websites-monorepo/tree/main/apps/portfolio → 404

Users following these links will encounter errors. Obtain the correct monorepo repository URLs and update the archive notice before merging.

🤖 Prompt for AI Agents
In `@README.md` around lines 1 - 4, The archive notice starting with "**⚠️ This
repository has been archived.**" contains two broken links to the monorepo and
the portfolio app; locate that exact notice in README.md and replace the two
URLs (`https://github.com/taearls/websites-monorepo` and
`https://github.com/taearls/websites-monorepo/tree/main/apps/portfolio`) with
the correct monorepo and app URLs (verify by finding the actual repo and app
path on GitHub), update the markdown link targets so they return 200, and keep
the same link text/formatting so the notice remains unchanged except for
corrected URLs.

@cloudflare-workers-and-pages
Copy link

Deploying portfolio with  Cloudflare Pages  Cloudflare Pages

Latest commit: f199a73
Status: ✅  Deploy successful!
Preview URL: https://8aa4d2b3.portfolio-next.pages.dev
Branch Preview URL: https://docs-archive-notice.portfolio-next.pages.dev

View logs

@taearls taearls merged commit 0b0eb80 into main Feb 13, 2026
10 of 11 checks passed
@taearls taearls deleted the docs/archive-notice branch February 13, 2026 17:16
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.

1 participant