Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: urlstechie/urlchecker-action@master
with:
file_types: .qmd
exclude_patterns: https://cdn.posit.co/positron/prereleases/,https://positron.posit.co/images/,https://github.com/posit-dev/positron/issues
exclude_patterns: https://cdn.posit.co/positron/prereleases/,https://positron.posit.co/images/,https://github.com/posit-dev/positron/issues,https://www.snowflake.com/en/legal/
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this flakes fairly often, but it is a real external URL that we do want to check. I'd rather us have to re-run the linting than to never check this again.


- name: Check URLs in _redirects
uses: urlstechie/urlchecker-action@master
Expand Down
13 changes: 12 additions & 1 deletion _quarto-positron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,18 @@ website:

left:
- text: "Features"
href: features.qmd
menu:
- text: "Overview"
href: features.qmd
- text: "---"
- text: "Data Apps & AI Tools"
href: features.qmd#bridge-the-exploration-and-production-divide
- text: "Data Explorer & Visualization"
href: features.qmd#explore-and-analyze-with-speed
- text: "Connections & Publishing"
href: features.qmd#develop-with-confidence
Comment on lines +51 to +56
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about these first three. The "Enterprise" one definitely makes sense but these other three sets of groups of not very homogeneous and feel like they don't match what's in the sections.

Do we think it's doable to come up with nav entries that make sense with these groups? Should we rearrange the groups so they are more homogeneous? Make more groups so we can link to them in a more straightforward way?

- text: "Enterprise"
href: features.qmd#enterprise-ready-with-positron-pro
- text: "Guides"
href: welcome.qmd
- text: "Help"
Expand Down
13 changes: 12 additions & 1 deletion _quarto-workbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,18 @@ website:

left:
- text: "Features"
href: features.qmd
menu:
- text: "Overview"
href: features.qmd
- text: "---"
- text: "Data Apps & AI Tools"
href: features.qmd#bridge-the-exploration-and-production-divide
- text: "Data Explorer & Visualization"
href: features.qmd#explore-and-analyze-with-speed
- text: "Connections & Publishing"
href: features.qmd#develop-with-confidence
- text: "Enterprise"
href: features.qmd#enterprise-ready-with-positron-pro
- text: "Guides"
href: welcome.qmd
- text: "Help"
Expand Down
9 changes: 4 additions & 5 deletions features.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Features"
description: "Discover the complete data science toolkit designed to keep you in the flow. Quickly move from data to insight to application in one code editor."
anchor-links: false
toc: false
toc: true
listing:
- id: features-insights-1
type: custom
Expand Down Expand Up @@ -109,7 +109,7 @@ listing:

## Bridge the exploration and production divide

{{< video videos/positron-assistant-copytoeditor.mp4
{{< video videos/positron-assistant-copytoeditor.mp4
aria-label="Video demonstration of Positron's AI assistance and environment inspection features"
>}}

Expand All @@ -118,7 +118,7 @@ listing:

## Explore and analyze with speed

{{< video videos/data-explorer.mp4
{{< video videos/data-explorer.mp4
aria-label="Video demonstration of Positron's data exploration features"
>}}

Expand All @@ -127,7 +127,7 @@ listing:

## Develop with confidence

{{< video videos/connections.mp4
{{< video videos/connections.mp4
aria-label="Video demonstration of Positron's database connection features"
>}}

Expand All @@ -139,7 +139,6 @@ listing:

For teams that need enterprise-grade capabilities, [Positron Pro](https://posit.co/products/ide/positron/?utm_source=positron-docs&utm_medium=features-page) on [Posit Workbench](https://posit.co/products/enterprise/workbench/?utm_source=positron-docs&utm_medium=features-page) provides the scalability, data access, admin configuration, and security your organization requires.


{{< video videos/positron-workbench.mp4 aria-label="Video demonstration of Positron Pro on Posit Workbench for enterprise teams" >}}

::: {#features-pro-4}
Expand Down