-
Notifications
You must be signed in to change notification settings - Fork 155
Add online playground links to index.rst #156
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
base: master
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughAdds an “Online Playground” subsection to the PostGIS intro docs under “Links to have on hand,” listing links to a PostgreSQL playground and a PostGIS playground with workshop data. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
postgis-intro/sources/en/index.rst (2)
111-114
: Nit: pluralize and slightly clarify link labels.Two items are listed, so consider “Online Playgrounds.” Also, adding the host in parentheses can aid clarity when rendered without URLs.
-* Online Playground +* Online Playgrounds - - PostgreSQL playground - https://sqlize.online/s/4Q - - PostGIS playground with workshop data - https://sqlize.online/s/pQ + - PostgreSQL playground (sqlize.online) - https://sqlize.online/s/4Q + - PostGIS playground with workshop data (sqlize.online) - https://sqlize.online/s/pQ
111-114
: Document validation date and automate link checks
Both playground URLs return HTTP 302 redirects as of 2025-08-30. Please update the docs to note “links last validated on 2025-08-30” and consider adding the above health-check script to CI to catch future link issues.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
postgis-intro/sources/en/index.rst
(1 hunks)
🔇 Additional comments (1)
postgis-intro/sources/en/index.rst (1)
111-114
: LGTM: helpful addition and consistent with existing list formatting.Reads well, uses HTTPS, and mirrors the "category + sub-links" pattern used above.
Add online playground links to online PostgreSQL & PostGIS playgrounds