-
Notifications
You must be signed in to change notification settings - Fork 26
Add descriptions for social sharing #239
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. |
|
This can wait for review until @cindyytong is back. |
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.
ty!
assistant-completions.qmd
Outdated
| @@ -1,5 +1,6 @@ | |||
| --- | |||
| title: "Completions" | |||
| description: "Get AI-powered code suggestions as you type with GitHub Copilot completions. Inline suggestions support faster coding in Python, R, and more." | |||
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.
Boost your productivity with instant AI code suggestions via Github Copilot completions.
Or some variation that takes away "powered" per previous feedback
assistant-getting-started.qmd
Outdated
| @@ -1,5 +1,6 @@ | |||
| --- | |||
| title: "Getting Started" | |||
| description: "Set up Positron Assistant with your model provider of choice." | |||
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.
can we add in more SEO words like
"Configure and customize Positron Assistant by connecting it to your preferred AI model provider (like Claude, Bedrock, Copilot or others). Choose the exact large language model that fits your workflow and security needs."
extending-connections.qmd
Outdated
| @@ -1,5 +1,6 @@ | |||
| --- | |||
| title: "Extending the Connections Pane" | |||
| description: "Extend Positron's Connections Pane with custom connection types. Learn to add new connection providers and integrate with the New Connections modal." | |||
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.
"Extend Positron's Connections Pane with custom connection types to data sources and external APIs...." (add some language about what the connections are for)
Addresses posit-dev/positron#9796
I updated the CSS so that we don't show the
descriptionon a page but it can still be included in the page metadata, for social sharing.