-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: docs layout + troubleshoot section #2670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Caution Review failedThe pull request is closed. WalkthroughDocumentation links were updated from /contributing/developers to /developers, a new Troubleshooting docs page was added, docs metadata and sitemap were updated, CSS introduced theme-based background variables and removed a subnav hide rule, a redundant stylesheet import was removed, and root package.json database scripts were adjusted with a new db:reset script. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (12)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
* update docs layout * update docs styling * add troubleshoot section
* 'main' of https://github.com/onlook-dev/onlook: (41 commits) feat: fix delete project (onlook-dev#2683) feat: reduce search latency (onlook-dev#2682) feat: revamp projects ux (onlook-dev#2672) Upload fix (onlook-dev#2677) feat: using firecrawl to screenshot (onlook-dev#2665) fix: file upload build error (onlook-dev#2674) feat: new project frames (onlook-dev#2673) feat: self hosting docs (onlook-dev#2671) fix: docs layout + troubleshoot section (onlook-dev#2670) fix(template): suppress hydration mismatch Feat/editor improvements (onlook-dev#2601) fix: make message content selectable (onlook-dev#2664) bugs: transient stream error (onlook-dev#2663) feat: update migration files (onlook-dev#2659) Start from Blank + Import buttons on the home page (onlook-dev#2653) fix: snapshot type conflict and mastra can't view image (onlook-dev#2656) fix: typecheck snapshot (onlook-dev#2655) feat: clean up mastra branch (onlook-dev#2654) feat: mastra no storage (onlook-dev#2650) feat: update ai packages (onlook-dev#2648) ...
Description
Related Issues
Type of Change
Testing
Screenshots (if applicable)
Additional Notes
Important
Update documentation links, add troubleshooting section, and make minor CSS and script adjustments.
CONTRIBUTING.md
,README.md
, andfaq.mdx
to point to new paths under/developers
.troubleshooting.mdx
for common issues like Codesandbox preview and authentication problems.docs/content/docs/contributing/developers
todocs/content/docs/developers
.global.css
for light and dark modes.global.css
.package.json
scripts for database operations to usecd
into specific directories.layout.tsx
.This description was created by
for bebb91a. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit
Documentation
Style
Chores