Restructure documentation into topical folders#2963
Merged
Conversation
- Move scattered docs into `docs/*` sections - Add a docs landing page and update internal links - Keep README pointers aligned with the new layout
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
|
🚀 Expo continuous deployment is ready!
|
Jaaneek
pushed a commit
to Jaaneek/t3code
that referenced
this pull request
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/for easier discovery.docs/README.mdlanding page that groups the docs by area.Testing
Note
Low Risk
Documentation-only path and link updates with no runtime, auth, or data-handling changes.
Overview
Reorganizes project documentation into topical folders under
docs/(getting started, architecture, cloud, operations, providers, reference, user guides, etc.) and addsdocs/README.mdas a grouped landing page.The root
README.mdnow points observability, relay, and Clerk docs at the new paths and adds a Documentation section with links into the reorganized tree.docs/operations/ci.mdlinks the release checklist with a relative path;docs/user/keybindings.mdfixes cross-repo links topackages/contractsandapps/serverafter the move.No application or server code changes—link and layout updates only.
Reviewed by Cursor Bugbot for commit efbb59d. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Restructure documentation into topical folders under
docs/Moves ~25 documentation files from flat or scattered locations into a consistent topic-based hierarchy under
docs/, with subdirectories forarchitecture/,cloud/,getting-started/,integrations/,mobile/,operations/,reference/, anduser/. Adds a docs/README.md index linking all sections, and updates README.md with a new Documentation section. A few internal relative links (e.g. indocs/user/keybindings.mdanddocs/operations/ci.md) are updated to reflect new paths. No content changes are made to any document.Macroscope summarized efbb59d.