-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_quarto.yml
83 lines (78 loc) · 2.42 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
project:
title: "Positron"
type: posit-docs
render:
- "*.qmd"
execute:
freeze: auto
website:
favicon: "images/favicon.svg"
announcement:
icon: info-circle
dismissable: false
content: "Positron is available for beta testing and [may not yet be a good fit for you](start.qmd#is-positron-for-me). If you are interested in experimenting with it, we welcome your [feedback](feedback.qmd)!"
type: warning
position: below-navbar
repo-url: https://github.com/posit-dev/positron-website
issue-url: https://github.com/posit-dev/positron/issues/
repo-actions: [edit, source, issue]
page-footer:
left: |
Copyright © 2022-2025 Posit Software, PBC. All Rights Reserved.
center: "Positron Public Beta"
right:
- text: "License"
href: licensing.qmd
- icon: question-circle-fill
aria-label: 'Link to Posit Support'
href: "https://support.posit.co/hc/en-us"
- icon: lightbulb-fill
aria-label: 'Link to Posit Solutions'
href: "https://solutions.posit.co/"
- text: "<img alt='Link to Posit Documentation' src='images/posit-guide-ltmd.svg' id='footer-right-logo'>"
href: "https://docs.posit.co/"
- text: "<img alt='Link to main Posit site' src='images/posit-icon-fullcolor.svg' id='footer-right-posit-logo'>"
href: "https://posit.co/"
navbar:
left:
- text: "Get Started"
href: start.qmd
- text: "Guides"
href: add-to-path.qmd
- text: "Help"
href: troubleshooting.qmd
right:
- icon: github
aria-label: 'Link to Positron Github Repository'
href: https://github.com/posit-dev/positron
sidebar:
- title: "Get Started"
style: "docked"
contents:
- start.qmd
- download.qmd
- extensions.qmd
- title: "Guides"
style: "docked"
contents:
- add-to-path.qmd
- section: "Interpreters"
contents:
- interpreters.qmd
- r-installations.qmd
- keyboard-shortcuts.qmd
- data-explorer.qmd
- connections-pane.qmd
- run-interactive-apps.qmd
- remote-ssh.qmd
- updating.qmd
- extension-development.qmd
- section: "Migrating from RStudio"
contents:
- rstudio-rproj-file.qmd
- title: "Help"
style: "docked"
contents:
- troubleshooting.qmd
- feedback.qmd
- faqs.qmd