-
Notifications
You must be signed in to change notification settings - Fork 25
Fill out documentation for linking from /features
#258
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
✅ Deploy Preview for positron-posit-co ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull request overview
This PR adds navigation links to feature cards on the /features page and creates a new language guides overview page. The updates improve discoverability by connecting feature descriptions to their corresponding documentation.
Changes:
- Created a new
language-guides.qmdoverview page with cards linking to Python and R guides - Added links from the
/featurespage to the language guides overview and managing interpreters documentation - Fixed outdated documentation references for Python locator settings
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| templates/welcome-card.ejs | Added support for 2-column grid layout via conditional CSS class |
| language-guides.qmd | New overview page with cards linking to Python and R language guides |
| features.qmd | Added links to language guides and managing interpreters pages |
| css/theme.scss | Added responsive 2-column grid layout styling |
| _quarto.yml | Added language guides overview to navigation sidebar |
| python-installations.qmd | Swapped descriptions for native and js locators to reflect current defaults |
| migrate-rstudio-compare.qmd | Removed outdated History pane feature request reference |
Co-authored-by: Copilot <[email protected]>
cindyytong
left a comment
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.
Awesome!
Addresses posit-dev/positron#9404
This PR adds a couple more links to the cards on
/features, including a new overview page for the language guides (which we did not have written when we logged the original issue).I made a couple small updates while I was here for some outdated things I noticed.