⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 33 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down