From 3dac58f44e5c89b192d51ca183486f9145ef03d3 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 24 Jan 2026 19:31:33 +0000 Subject: [PATCH] docs: add archive notice and redirect to monorepo This repository has been archived. Documentation has been migrated to: https://github.com/RooCodeInc/Roo-Code/tree/main/apps/docs All future documentation updates should be made in the monorepo. --- README.md | 44 +++++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 17545d10..3c7aa3c7 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,42 @@ -# Roo Code Docs +# ⚠️ Repository Archived - Documentation Migrated -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator, and lives at https://docs.roocode.com +**This repository has been archived and is now read-only.** -### Installation +## New Location -``` -$ pnpm install -``` +The Roo Code documentation has been migrated into the main Roo Code monorepo: -### Local Development +**🔗 https://github.com/RooCodeInc/Roo-Code/tree/main/apps/docs** -``` -$ pnpm start -``` +## What Changed -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. +- Documentation is now maintained at [`apps/docs`](https://github.com/RooCodeInc/Roo-Code/tree/main/apps/docs) in the Roo-Code monorepo +- The documentation site continues to be available at **https://docs.roocode.com** +- All future updates should be made in the monorepo + +## Why the Migration? + +Moving the documentation into the monorepo provides: +- Better integration with the main codebase +- Unified dependency management +- Simplified deployment workflows +- Easier cross-repository contributions + +## Contributing + +To contribute to the documentation, please: + +1. Visit the [Roo-Code repository](https://github.com/RooCodeInc/Roo-Code) +2. Navigate to the `apps/docs` directory +3. Follow the [contributing guidelines](https://github.com/RooCodeInc/Roo-Code/blob/main/CONTRIBUTING.md) + +## Questions? + +- Join our [Discord server](https://discord.gg/roocode) +- Visit the [main repository](https://github.com/RooCodeInc/Roo-Code) +- Check the [documentation](https://docs.roocode.com) + +--- ### License